[Python-modules-commits] [txzmq] 07/09: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Wed Dec 20 18:30:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository txzmq.
commit 3cb01abfee11406aaff6b27fabb0b83f1a580e1d
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Wed Dec 20 11:16:48 2017 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 36 ++++++++++++++++++++----------------
2 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e3dd29f..74c347a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ txzmq (0.7.4-2) UNRELEASED; urgency=medium
* Bump debhelper compatibility and version to 10.
* Bump Standards-Version to 4.1.2.
* Set X-Python3-Version to a minimum of 3.4.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Wed, 20 Dec 2017 11:09:19 +0100
diff --git a/debian/control b/debian/control
index 2d5dc08..bee629e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,15 @@
Source: txzmq
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Simon Chopin <chopin.simon at gmail.com>,
- Nicolas Dandrimont <olasd at debian.org>
+Uploaders:
+ Simon Chopin <chopin.simon at gmail.com>,
+ Nicolas Dandrimont <olasd at debian.org>,
Section: python
Priority: optional
-Build-Depends: debhelper (>= 10),
- dh-python,
- python-all,
- python3-all
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all,
+ python3-all,
Standards-Version: 4.1.2
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/txzmq.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/txzmq.git
@@ -17,11 +19,12 @@ X-Python3-Version: >= 3.4
Package: python-txzmq
Architecture: all
-Depends: python-twisted-core,
- python-zmq (>= 13),
- python-zope.interface,
- ${misc:Depends},
- ${python:Depends}
+Depends:
+ python-twisted-core,
+ python-zmq (>= 13),
+ python-zope.interface,
+ ${misc:Depends},
+ ${python:Depends},
Description: ZeroMQ binding for the Twisted framework (Python2 version)
txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
(reactor).
@@ -34,11 +37,12 @@ Description: ZeroMQ binding for the Twisted framework (Python2 version)
Package: python3-txzmq
Architecture: all
-Depends: python3-twisted,
- python3-zmq (>= 13),
- python3-zope.interface,
- ${misc:Depends},
- ${python3:Depends}
+Depends:
+ python3-twisted,
+ python3-zmq (>= 13),
+ python3-zope.interface,
+ ${misc:Depends},
+ ${python3:Depends},
Description: ZeroMQ binding for the Twisted framework (Python3 version)
txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
(reactor).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txzmq.git
More information about the Python-modules-commits
mailing list