Ottomata has submitted this change and it was merged. Change subject: Initial Debian packaging ......................................................................
Initial Debian packaging Change-Id: Ice638e914833564244be8f54fc15d66dbcc53ed4 --- A debian/changelog A debian/compat A debian/control A debian/copyright A debian/gbp.conf A debian/rules A debian/source/format 7 files changed, 63 insertions(+), 0 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved Faidon Liambotis: Looks good to me, approved diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8597ebb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-kafka (0.8.0-1~20131127-1) unstable; urgency=low + + * Initial release + + -- Andrew Otto (WMF) <o...@wikimedia.org> Tue, 26 Nov 2013 21:29:02 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d081f03 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: python-kafka +Maintainer: Andrew Otto (WMF) <o...@wikimedia.org> +Section: python +Priority: optional +Build-Depends: python, debhelper (>= 9) +Standards-Version: 3.9.5 +Vcs-Git: https://gerrit.wikimedia.org/r/operations/debs/python-kafka -b debian +Vcs-Browser: http://git.wikimedia.org/tree/operations%2Fdebs%2Fpython-kafka.git/refs%2Fheads%2Fdebian + +Package: python-kafka +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Suggests: python-snappy +Provides: ${python:Provides} +Description: Pure Python client for Apache Kafka + This Python 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/copyright b/debian/copyright new file mode 100644 index 0000000..15ad4e5 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kafka-python +Source: https://github.com/mumrah/kafka-python + +Files: * +Copyright: 2012 David Arthur +License: Apache-2 + +Files: debian/* +Copyright: 2013 Andrew Otto (WMF) <o...@wikimedia.org> + 2013 Wikimedia Foundation, Inc. +License: Apache-2 + +License: Apache-2 + Licensed under the Apache License, Version 2.0 (the "License"); you may not + use this file except in compliance with the License. You may obtain a copy of + the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language overning permissions and limitations under + the License. + . + On Debian systems, the Apache 2.0 license can be found in + /usr/share/common-licenses/Apache-2.0. 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: merged Gerrit-Change-Id: Ice638e914833564244be8f54fc15d66dbcc53ed4 Gerrit-PatchSet: 7 Gerrit-Project: operations/debs/python-kafka Gerrit-Branch: debian Gerrit-Owner: Ottomata <o...@wikimedia.org> Gerrit-Reviewer: Akosiaris <akosia...@wikimedia.org> Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org> Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: Ottomata <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits