[Python-modules-commits] [python-amqp] 02/07: Ran wrap-and-sort -bast to reduce diff size of future changes.
Thomas Goirand
zigo at moszumanska.debian.org
Sat Nov 4 21:30:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch master
in repository python-amqp.
commit 9b9fe12c0e781d554265fdad6ae7d1b76fb2597c
Author: Thomas Goirand <zigo at debian.org>
Date: Sat Nov 4 20:59:01 2017 +0000
Ran wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 71 +++++++++++++++++++++++++++++++++-----------------------
2 files changed, 43 insertions(+), 29 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c62c42d..8689641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-amqp (2.2.1-1) unstable; urgency=medium
* Uploading to unstable.
+ * Ran wrap-and-sort -bast to reduce diff size of future changes.
-- Thomas Goirand <zigo at debian.org> Sat, 04 Nov 2017 20:57:21 +0000
diff --git a/debian/control b/debian/control
index 4d53c85..f1a0a9a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,28 @@ Source: python-amqp
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <fladi at debian.org>, Thomas Goirand <zigo at debian.org>,
- Brian May <bam at debian.org>, Christopher Hoskin <mans0954 at debian.org>
-Build-Depends: debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools
-Build-Depends-Indep: libjs-jquery,
- python-pytest,
- python-vine,
- python-case,
- python3-pytest,
- python3-sphinx,
- python3-sphinx-celery,
- python3-vine,
- python3-case
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+ Thomas Goirand <zigo at debian.org>,
+ Brian May <bam at debian.org>,
+ Christopher Hoskin <mans0954 at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Build-Depends-Indep:
+ libjs-jquery,
+ python-case,
+ python-pytest,
+ python-vine,
+ python3-case,
+ python3-pytest,
+ python3-sphinx,
+ python3-sphinx-celery,
+ python3-vine,
Standards-Version: 4.0.0
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.0
@@ -28,8 +33,11 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-amqp
Package: python-amqp
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-amqp-doc
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-amqp-doc,
Description: Low-level AMQP client
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
@@ -53,11 +61,13 @@ Description: Low-level AMQP client
no_ack flag.
* Slightly better at error recovery.
-Package: python3-amqp
+Package: python-amqp-doc
+Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python-amqp-doc
-Description: Low-level AMQP client (Python3 version)
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: Low-level AMQP client (Documentation)
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
alternative when librabbitmq is not available.
@@ -80,13 +90,16 @@ Description: Low-level AMQP client (Python3 version)
no_ack flag.
* Slightly better at error recovery.
.
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
-Package: python-amqp-doc
-Section: doc
+Package: python3-amqp
Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Low-level AMQP client (Documentation)
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-amqp-doc,
+Description: Low-level AMQP client (Python3 version)
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
alternative when librabbitmq is not available.
@@ -109,4 +122,4 @@ Description: Low-level AMQP client (Documentation)
no_ack flag.
* Slightly better at error recovery.
.
- This package contains the documentation.
+ This package contains the Python 3 version of the library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-amqp.git
More information about the Python-modules-commits
mailing list