Skip to content

Commit

Permalink
Rename to kcat
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewegel committed Aug 23, 2021
1 parent 815fa66 commit 3d2243a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
20 changes: 10 additions & 10 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kafkacat (1.6.0-1) unstable; urgency=medium
kcat (1.6.0-1) unstable; urgency=medium

* New upstream release.
+ Fix FTBFS due to ./configure script not accepting
Expand All @@ -8,22 +8,22 @@ kafkacat (1.6.0-1) unstable; urgency=medium

-- Vincent Bernat <bernat@debian.org> Tue, 21 Jul 2020 11:05:35 +0200

kafkacat (1.5.0-1.1) unstable; urgency=medium
kcat (1.5.0-1.1) unstable; urgency=medium

* Non-maintainer upload.
* Fix FTCBFS: Export build tools via environment for mklove.
Closes: #946445

-- Helmut Grohne <helmut@subdivi.de> Sun, 08 Dec 2019 20:00:33 +0100

kafkacat (1.5.0-1) unstable; urgency=medium
kcat (1.5.0-1) unstable; urgency=medium

* New upstream version.
* Enable avro support.

-- Vincent Bernat <bernat@debian.org> Fri, 04 Oct 2019 17:07:58 +0200

kafkacat (1.4.0-1) unstable; urgency=medium
kcat (1.4.0-1) unstable; urgency=medium

[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
Expand All @@ -33,14 +33,14 @@ kafkacat (1.4.0-1) unstable; urgency=medium

-- Vincent Bernat <bernat@debian.org> Mon, 29 Jul 2019 13:54:42 +0200

kafkacat (1.3.1-1) unstable; urgency=medium
kcat (1.3.1-1) unstable; urgency=medium

* New upstream release.
* d/control: bump Standards-Version.

-- Vincent Bernat <bernat@debian.org> Thu, 13 Jul 2017 17:47:54 +0200

kafkacat (1.3.0-1) unstable; urgency=medium
kcat (1.3.0-1) unstable; urgency=medium

* New upstream release.
* d/control: ensure librdkafka can handle consumer mode.
Expand All @@ -50,29 +50,29 @@ kafkacat (1.3.0-1) unstable; urgency=medium

-- Vincent Bernat <bernat@debian.org> Tue, 07 Jun 2016 20:26:24 +0200

kafkacat (1.2.0-2) unstable; urgency=medium
kcat (1.2.0-2) unstable; urgency=medium

* Fix FTBFS due to dh trying to run "make distclean". Patch from Gustavo
Prado Alkmim. Closes: #787844.

-- Vincent Bernat <bernat@debian.org> Sat, 06 Jun 2015 18:50:15 +0200

kafkacat (1.2.0-1) unstable; urgency=medium
kcat (1.2.0-1) unstable; urgency=medium

* New upstream release.
* Enable JSON support.
* Patch to let configure accept --disable-silent-rules.

-- Vincent Bernat <bernat@debian.org> Thu, 04 Jun 2015 10:04:02 +0200

kafkacat (1.1.0-2) unstable; urgency=medium
kcat (1.1.0-2) unstable; urgency=medium

* Fix manual page.
* Build-Depends on librdkafka-dev (>= 0.8.4)

-- Vincent Bernat <bernat@debian.org> Tue, 09 Dec 2014 20:39:54 +0100

kafkacat (1.1.0-1) unstable; urgency=medium
kcat (1.1.0-1) unstable; urgency=medium

* Initial release. Closes: #772011.

Expand Down
18 changes: 9 additions & 9 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: kafkacat
Source: kcat
Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Expand All @@ -10,22 +10,22 @@ Build-Depends: librdkafka-dev (>= 0.9.0),
zlib1g-dev,
libyajl-dev (>= 2)
Standards-Version: 4.5.0
Homepage: https://github.com/edenhill/kafkacat
Vcs-Browser: https://github.com/edenhill/kafkacat/tree/debian
Vcs-Git: https://github.com/edenhill/kafkacat.git -b debian
Homepage: https://github.com/edenhill/kcat
Vcs-Browser: https://github.com/edenhill/kcat/tree/master
Vcs-Git: https://github.com/edenhill/kcat.git -b master

Package: kafkacat
Package: kcat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generic producer and consumer for Apache Kafka
kafkacat is a generic non-JVM producer and consumer for Apache Kafka
kcat is a generic non-JVM producer and consumer for Apache Kafka
0.8, think of it as a netcat for Kafka.
.
In producer mode kafkacat reads messages from stdin, delimited with a
In producer mode kcat reads messages from stdin, delimited with a
configurable delimiter and produces them to the provided Kafka
cluster, topic and partition. In consumer mode kafkacat reads messages
cluster, topic and partition. In consumer mode kcat reads messages
from a topic and partition and prints them to stdout using the
configured message delimiter.
.
kafkacat also features a Metadata list mode to display the current
kcat also features a Metadata list mode to display the current
state of the Kafka cluster and its topics and partitions.
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kafkacat
Upstream-Name: kcat
Upstream-Contact: Magnus Edenhill <magnus@edenhill.se>
Source: https://github.com/edenhill/kafkacat/
Source: https://github.com/edenhill/kcat/

Files: *
Copyright: (c) 2014, Magnus Edenhill
Expand Down
2 changes: 1 addition & 1 deletion debian/manpages
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kafkacat.1
kcat.1
4 changes: 2 additions & 2 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/kafkacat-$1.tar.gz/ \
https://github.com/edenhill/kafkacat/releases .*/v?(\d[^-]*)\.tar\.gz
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/kcat-$1.tar.gz/ \
https://github.com/edenhill/kcat/releases .*/v?(\d[^-]*)\.tar\.gz

0 comments on commit 3d2243a

Please sign in to comment.