[Python-modules-commits] [python-werkzeug] 13/15: Changed description of Py2/Py3/docs packages to distinguish between them

Ondřej Nový onovy-guest at moszumanska.debian.org
Sun May 1 13:31:22 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository python-werkzeug.

commit d19656537f6160b66ca0e7635d9824ef654932aa
Author: Ondřej Nový <novy at ondrej.org>
Date:   Sun May 1 13:05:59 2016 +0200

    Changed description of Py2/Py3/docs packages to distinguish between them
---
 debian/changelog |  1 +
 debian/control   | 12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d24e1b..b6e9edc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ python-werkzeug (0.11.9+dfsg1-1) UNRELEASED; urgency=medium
   * Added myself as uploader
   * Standards-Version is 3.9.8 now (no change)
   * X-Python-Version bumped to 2.6
+  * Changed description of Py2/Py3/docs packages to distinguish between them
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:27:44 +0200
 
diff --git a/debian/control b/debian/control
index dce5452..770c9b9 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Recommends: python-simplejson | python (>= 2.6), python-openssl, python-pyinotif
 Suggests: ipython, python-genshi, python-pkg-resources, python-lxml,
  python-greenlet, python-redis, python-pylibmc | python-memcache,
  python-werkzeug-doc
-Description: collection of utilities for WSGI applications
+Description: collection of utilities for WSGI applications (Python 2.x)
  The Web Server Gateway Interface (WSGI) is a standard interface between web
  server software and web applications written in Python.
  .
@@ -37,6 +37,8 @@ Description: collection of utilities for WSGI applications
  request and response objects, an interactive debugging system and a powerful
  URI dispatcher. Combine with your choice of third party libraries and
  middleware to easily create a custom application framework.
+ .
+ This package contains the Python 2.x module.
 
 Package: python3-werkzeug
 Architecture: all
@@ -44,7 +46,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, libjs-jquery
 Recommends: python3-simplejson | python3, python3-openssl, python3-pyinotify
 Suggests: ipython3, python3-pkg-resources, python3-lxml,
  python-werkzeug-doc
-Description: collection of utilities for WSGI applications
+Description: collection of utilities for WSGI applications (Python 3.x)
  The Web Server Gateway Interface (WSGI) is a standard interface between web
  server software and web applications written in Python.
  .
@@ -52,6 +54,8 @@ Description: collection of utilities for WSGI applications
  request and response objects, an interactive debugging system and a powerful
  URI dispatcher. Combine with your choice of third party libraries and
  middleware to easily create a custom application framework.
+ .
+ This package contains the Python 3.x module.
 
 Package: python-werkzeug-doc
 Section: doc
@@ -60,8 +64,10 @@ Priority: extra
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Conflicts: python-werkzeug (<< 0.9.3+dfsg-2)
 Replaces: python-werkzeug (<< 0.9.3+dfsg-2)
-Description: documentation for the werkzeug Python library
+Description: documentation for the werkzeug Python library (docs)
  Werkzeug is a lightweight library for interfacing with WSGI. It features
  request and response objects, an interactive debugging system and a powerful
  URI dispatcher. Combine with your choice of third party libraries and
  middleware to easily create a custom application framework.
+ .
+ This package provides the Sphinx generated documentation for Werkzeug.

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



More information about the Python-modules-commits mailing list