Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/97848
Change subject: Initial deb packaging ...................................................................... Initial deb packaging Change-Id: Ice638e914833564244be8f54fc15d66dbcc53ed4 --- A debian/changelog A debian/compat A debian/control A debian/gbp.conf A debian/rules A debian/source/format 6 files changed, 35 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/python-kafka refs/changes/48/97848/1 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8ca0305 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +kafka-python (0.8.1-1) unstable; urgency=low + + * Initial release + + -- Andrew Otto (WMF) <[email protected]> Tue, 26 Nov 2013 21:29:02 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..34ea1b0 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: kafka-python +Maintainer: Andrew Otto (WMF) <[email protected]> +Section: python +Priority: optional +Build-Depends: python (>= 2.6.6-3~), debhelper (>= 8) +Standards-Version: 3.9.3 + +Package: python-kafka +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +Description: Pure Python client for Apache Kafka + . + This module provides low-level protocol support for Apache Kafka as well as + high-level consumer and producer classes. Request batching is supported by the + protocol as well as broker-aware request routing. Gzip and Snappy compression + is also supported for message sets. + . diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..af94135 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[git-buildpackage] +upstream-tree=branch +upstream-branch=0.8 +debian-branch=debian +export-dir = ../build-area/python-kafka diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fdbab07 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with-python2 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..46ebe02 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/97848 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice638e914833564244be8f54fc15d66dbcc53ed4 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/python-kafka Gerrit-Branch: debian Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
