[Python-modules-commits] [flask] 03/06: Make python-flask and python3-flask descriptions distinct

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 18 20:50:29 UTC 2016


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

onovy pushed a commit to branch master
in repository flask.

commit b2a58752b5a9f9c76e5d69837dbd475bb50cd51f
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 18 22:30:14 2016 +0200

    Make python-flask and python3-flask descriptions distinct
---
 debian/changelog | 1 +
 debian/control   | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0061684..6189162 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
   * Added /usr/share/doc/python-flask-doc/rst symlink
   * Removed override_dh_auto_clean and override_dh_python3 (not needed)
   * Use update-alternatives for /usr/bin/flask CLI
+  * Make python-flask and python3-flask descriptions distinct
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:36:03 +0200
 
diff --git a/debian/control b/debian/control
index a320800..88482e3 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-pkg-resources, python-simplejson | python (>= 2.6),
  python-blinker
 Suggests: python-flask-doc
-Description: micro web framework based on Werkzeug, Jinja2 and good intentions
+Description: micro web framework based on Werkzeug and Jinja2 - Python 2.7
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
  intentions. A minimal Flask application looks like that:
  .
@@ -42,13 +42,15 @@ Description: micro web framework based on Werkzeug, Jinja2 and good intentions
  .
    if __name__ == '__main__':
        app.run()
+ .
+ This package contains the Python 2.7 module.
 
 Package: python3-flask
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
 Recommends: python3-pkg-resources, python3-simplejson | python3
 Suggests: python-flask-doc
-Description: micro web framework based on Werkzeug, Jinja2 and good intentions
+Description: micro web framework based on Werkzeug and Jinja2 - Python 3.x
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
  intentions. A minimal Flask application looks like that:
  .
@@ -61,6 +63,8 @@ Description: micro web framework based on Werkzeug, Jinja2 and good intentions
  .
    if __name__ == '__main__':
        app.run()
+ .
+ This package contains the Python 3.x module.
 
 Package: python-flask-doc
 Section: doc

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



More information about the Python-modules-commits mailing list