[Python-modules-commits] [python-confluent-kafka] 05/08: wrap-and-sort

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Tue Mar 14 14:39:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

ctrochalakis pushed a commit to branch master
in repository python-confluent-kafka.

commit 0b51497486bf6e79d28dac3d0ef7d6d87725d1e4
Author: Christos Trochalakis <yatiohi at ideopolis.gr>
Date:   Thu Mar 9 16:24:24 2017 +0200

    wrap-and-sort
---
 debian/control   | 10 +++++-----
 debian/copyright |  2 --
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 47a0927..afc4f7c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: optional
 Maintainer: Christos Trochalakis <ctrochalakis at debian.org>
 Build-Depends: debhelper (>= 9),
                dh-python,
+               librdkafka-dev (>= 0.9.1),
                python-all,
-               python-setuptools,
                python-dev,
+               python-setuptools,
                python3-all,
-               python3-setuptools,
                python3-dev,
-               librdkafka-dev (>= 0.9.1)
+               python3-setuptools
 Standards-Version: 3.9.8
 Homepage: https://github.com/confluentinc/confluent-kafka-python
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-confluent-kafka.git
@@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-confl
 
 Package: python-confluent-kafka
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Description: Python client to interact with Kafka - Python 2.7
  python-confluent-kafka wraps the librdkafka C library, providing full Kafka
  protocol support with great performance and reliability.
@@ -27,7 +27,7 @@ Description: Python client to interact with Kafka - Python 2.7
 
 Package: python3-confluent-kafka
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Description: Python client to interact with Kafka - Python 3.x
  python-confluent-kafka wraps the librdkafka C library, providing full Kafka
  protocol support with great performance and reliability.
diff --git a/debian/copyright b/debian/copyright
index 7c9211d..8734f38 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,5 +25,3 @@ License: Apache-2.0
  .
  On Debian systems, the complete text of the Apache version 2.0 license
  can be found in "/usr/share/common-licenses/Apache-2.0".
-
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-confluent-kafka.git



More information about the Python-modules-commits mailing list