Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/edenhill/debian'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewegel committed Jul 13, 2021
2 parents b104319 + 7bea4d6 commit 09d818c
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 0 deletions.
80 changes: 80 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
kafkacat (1.6.0-1) unstable; urgency=medium

* New upstream release.
+ Fix FTBFS due to ./configure script not accepting
--disable-option-checking. Closes: #963440
* d/control: bump Standards-Version
* d/control: switch to debhelper 13

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

kafkacat (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

* 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

[ Jelmer Vernooij ]
* Use secure copyright file specification URI.

[ Vincent Bernat ]
* New upstream version.

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

kafkacat (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

* New upstream release.
* d/control: ensure librdkafka can handle consumer mode.
* d/control: use TLS for Vcs-Git URL.
* d/control: build-depends on pkg-config and libyajl-dev.
* d/patches: removve disable-silent-rules-support.patch.

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

kafkacat (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

* 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

* 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

* Initial release. Closes: #772011.

-- Vincent Bernat <bernat@debian.org> Thu, 04 Dec 2014 11:54:56 +0100

31 changes: 31 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Source: kafkacat
Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Faidon Liambotis <paravoid@debian.org>
Build-Depends: debhelper-compat (= 13),
librdkafka-dev (>= 0.9.0),
libavro-dev,
pkg-config,
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

Package: kafkacat
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
0.8, think of it as a netcat for Kafka.
.
In producer mode kafkacat 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
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
state of the Kafka cluster and its topics and partitions.
34 changes: 34 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: kafkacat
Upstream-Contact: Magnus Edenhill <magnus@edenhill.se>
Source: https://github.com/edenhill/kafkacat/

Files: *
Copyright: (c) 2014, Magnus Edenhill
License: BSD-2-clause

Files: debian/*
Copyright: © 2014 Vincent Bernat <bernat@debian.org>
License: BSD-2-clause

License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
1 change: 1 addition & 0 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
7 changes: 7 additions & 0 deletions debian/gbp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[DEFAULT]
upstream-tree = tag
upstream-branch = master
debian-branch = debian
upstream-tag = %(version)s
debian-tag = debian/%(version)s
pristine-tar = False
1 change: 1 addition & 0 deletions debian/manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kafkacat.1
17 changes: 17 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/make -f

DPKG_EXPORT_BUILDTOOLS=1
include /usr/share/dpkg/buildtools.mk

%:
dh $@

override_dh_auto_configure:
dh_auto_configure -- --enable-json --enable-avro --no-download

override_dh_auto_clean:
dh_clean

override_dh_auto_build:
make clean
dh_auto_build
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
3 changes: 3 additions & 0 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -0,0 +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

0 comments on commit 09d818c

Please sign in to comment.