[Python-modules-commits] [flask-script] 01/01: d/control: wrap Depends as well

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Tue Feb 23 15:04:14 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository flask-script.

commit dea2116a96e7a3c2e3546d6f1aa8e7f5dc02748a
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Tue Feb 23 15:50:14 2016 +0100

    d/control: wrap Depends as well
---
 debian/control | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 461780e..93fdf1b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: flask-script
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Thomas Bechtold <toabctl at debian.org>
+Uploaders:
+ Thomas Bechtold <toabctl at debian.org>,
 Build-Depends:
  debhelper (>= 9),
  dh-python,
@@ -23,7 +24,11 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-scrip
 
 Package: python-flask-script
 Architecture: all
-Depends: python-argparse, python-flask, ${misc:Depends}, ${python:Depends}
+Depends:
+ python-argparse,
+ python-flask,
+ ${misc:Depends},
+ ${python:Depends},
 Description: set of utilities for use with the Flask framework
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
  intentions.
@@ -32,7 +37,10 @@ Description: set of utilities for use with the Flask framework
 
 Package: python3-flask-script
 Architecture: all
-Depends: python3-flask, ${misc:Depends}, ${python3:Depends}
+Depends:
+ python3-flask,
+ ${misc:Depends},
+ ${python3:Depends},
 Description: set of utilities for use with the Flask framework and Python 3
  Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
  intentions.

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



More information about the Python-modules-commits mailing list