[Python-modules-commits] [flask-compress] 03/05: wrap-and-sort

Dominik George natureshadow-guest at moszumanska.debian.org
Wed Sep 28 11:51:33 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository flask-compress.

commit 049a083e9fc29e8231754c72c123c18d2acd8434
Author: Dominik George <nik at naturalnet.de>
Date:   Wed Sep 28 13:50:04 2016 +0200

    wrap-and-sort
---
 debian/control | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 7c17ff0..3e30aab 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,18 @@
 Source: flask-compress
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Dominik George <nik at naturalnet.de>
+Uploaders:
+ Dominik George <nik at naturalnet.de>,
 Section: python
 Priority: optional
-Build-Depends: dh-python,
- python-setuptools (>= 0.6b3),
- python-all (>= 2.6.6-3),,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3),
  python-flask,
+ python-setuptools (>= 0.6b3),
  python3-all,
- python3-setuptools,
  python3-flask,
- debhelper (>= 9)
+ python3-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://github.com/wichitacode/flask-compress
 Testsuite: autopkgtest-pkg-python
@@ -19,7 +21,10 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-compre
 
 Package: python-flask-compress
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-flask
+Depends:
+ python-flask,
+ ${misc:Depends},
+ ${python:Depends},
 Description: Compress responses in a Flask app with gzip (Python 2)
  Flask-Compress allows one to compress HTTP responses generated by a
  Flask application running standalone with GZip. It does so without
@@ -30,7 +35,10 @@ Description: Compress responses in a Flask app with gzip (Python 2)
 
 Package: python3-flask-compress
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-flask
+Depends:
+ python3-flask,
+ ${misc:Depends},
+ ${python3:Depends},
 Description: Compress responses in a Flask app with gzip (Python 3)
  Flask-Compress allows one to compress HTTP responses generated by a
  Flask application running standalone with GZip. It does so without

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



More information about the Python-modules-commits mailing list