[Python-modules-commits] [txzmq] 10/11: Make descriptions fit into 80 chars width.
Michael Fladischer
fladi at moszumanska.debian.org
Fri May 20 18:06:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository txzmq.
commit d9dedb82e20f15aa89fbfc3b628ca883589b7746
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri May 20 19:50:53 2016 +0200
Make descriptions fit into 80 chars width.
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 088a457..7318925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ txzmq (0.7.4-1) UNRELEASED; urgency=low
* Remove version requirement from python-all for Build-Depends.
* Reformat packaging files with cme for better readability.
* Add Python3 support through separate binary package.
+ * Make descriptions fit into 80 chars width.
-- Michael Fladischer <fladi at debian.org> Fri, 20 May 2016 17:52:17 +0200
diff --git a/debian/control b/debian/control
index 94db084..3db2b3d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends: python-twisted-core,
python-zope.interface,
${misc:Depends},
${python:Depends}
-Description: Python module providing ZeroMQ binding for the Twisted framework (Python2 version)
+Description: ZeroMQ binding for the Twisted framework (Python2 version)
txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
(reactor).
.
@@ -38,7 +38,7 @@ Depends: python3-twisted,
python3-zope.interface,
${misc:Depends},
${python3:Depends}
-Description: Python module providing ZeroMQ binding for the Twisted framework (Python3 version)
+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