[Python-modules-commits] [python-stomp] 02/04: Improve descriptions
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Nov 13 16:43:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian/master
in repository python-stomp.
commit b16e910f28bc54cacda6ca1df0324b624ae7e27d
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Mon Nov 13 17:30:11 2017 +0100
Improve descriptions
---
debian/control | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index ab4b97e..61f9444 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@ Build-Depends:
Standards-Version: 4.1.1
Homepage: https://github.com/jasonrbriggs/stomp.py
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-stomp.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-stomp.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-stomp.git
Testsuite: autopkgtest-pkg-python
Package: python-stomp
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-stomp-doc
-Description: STOMP client library (Python 2)
+Description: STOMP client library for Python 2
This package contains stomp.py, a Python client library for accessing messaging
servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0,
1.1 and 1.2).
@@ -32,7 +32,7 @@ Package: python3-stomp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-stomp-doc
-Description: STOMP client library (Python 3)
+Description: STOMP client library for Python 3
This package contains stomp.py, a Python client library for accessing messaging
servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0,
1.1 and 1.2). It can also be run as a standalone, command-line client for
@@ -44,8 +44,8 @@ Package: python-stomp-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: STOMP client library (common documentation)
- This package contains stomp.py, a Python client library for accessing messaging
+Description: Documentation of Python's STOMP client library
+ stomp.py is a Python client library for accessing messaging
servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0,
1.1 and 1.2). It can also be run as a standalone, command-line client for
testing.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-stomp.git
More information about the Python-modules-commits
mailing list