[Python-modules-commits] [flask] 02/02: d/control: Cleanup long description of python-flask-doc

Ondřej Nový onovy at moszumanska.debian.org
Tue Jun 20 17:47:51 UTC 2017


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

onovy pushed a commit to branch master
in repository flask.

commit f38c4071c13d6b4be75c996a3d00ae5a2c0b1fb8
Author: Ondřej Nový <onovy at debian.org>
Date:   Tue Jun 20 19:34:52 2017 +0200

    d/control: Cleanup long description of python-flask-doc
---
 debian/changelog |  1 +
 debian/control   | 17 ++++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cfbba6c..fd82300 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 flask (0.12.2-1) unstable; urgency=medium
 
   * New upstream bugfix release
+  * d/control: Cleanup long description of python-flask-doc
 
  -- Ondřej Nový <onovy at debian.org>  Tue, 20 Jun 2017 19:26:05 +0200
 
diff --git a/debian/control b/debian/control
index d512a93..1958090 100644
--- a/debian/control
+++ b/debian/control
@@ -71,7 +71,18 @@ Architecture: all
 Priority: extra
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Recommends: python-flask
-Description: documentation for Flask micro web framework
- Flask is a Python micro web framework based on Werkzeug and Jinja2
+Description: micro web framework based on Werkzeug and Jinja2 - documentation
+ Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
+ intentions. A minimal Flask application looks like that:
+ .
+   from flask import Flask
+   app = Flask(__name__)
+ .
+   @app.route("/")
+   def hello():
+       return "Hello World!"
+ .
+   if __name__ == '__main__':
+       app.run()
  .
- This package contains the documentation for Flask
+ This package contains the documentation for Flask.

-- 
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