[Python-modules-commits] [pastedeploy] 02/03: wrap-and-sort -t -a

Ondřej Nový onovy-guest at moszumanska.debian.org
Fri Jun 17 18:36:37 UTC 2016


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

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

commit e3af2e14d792e65a2ef2a837eea93d42e8f93969
Author: Ondřej Nový <novy at ondrej.org>
Date:   Fri Jun 17 20:34:10 2016 +0200

    wrap-and-sort -t -a
---
 debian/changelog |  1 +
 debian/control   | 46 ++++++++++++++++++++++++----------------------
 2 files changed, 25 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 66b547f..aacb9f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pastedeploy (1.5.2-4) UNRELEASED; urgency=medium
 
   * Removed versioned build depedencies older then wheezy
+  * wrap-and-sort -t -a
 
  -- Ondřej Nový <novy at ondrej.org>  Fri, 17 Jun 2016 20:33:24 +0200
 
diff --git a/debian/control b/debian/control
index c95d876..001fe12 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Ondřej Nový <novy at ondrej.org>,
 Build-Depends: debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python-nose,
- python3-all,
- python3-setuptools,
- python3-nose,
- python-docutils
+               dh-python,
+               python-all,
+               python-docutils,
+               python-nose,
+               python-setuptools,
+               python3-all,
+               python3-nose,
+               python3-setuptools,
 Standards-Version: 3.9.8
 Homepage: http://pythonpaste.org/deploy/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pastedeploy.git
@@ -20,12 +20,13 @@ X-Python-Version: >= 2.4
 
 Package: python-pastedeploy
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},
- python-pastedeploy-tpl (= ${binary:Version}),
- python-paste,
- python-pkg-resources
-Recommends: python-pastescript
-Enhances: python-paste
+Depends: python-paste,
+         python-pastedeploy-tpl (= ${binary:Version}),
+         python-pkg-resources,
+         ${misc:Depends},
+         ${python:Depends},
+Recommends: python-pastescript,
+Enhances: python-paste,
 Description: load, configure, and compose WSGI applications and servers - Python 2.x
  Paste Deployment is a system for finding and configuring WSGI applications and
  servers. For WSGI application consumers it provides a single, simple function
@@ -38,11 +39,12 @@ Description: load, configure, and compose WSGI applications and servers - Python
 
 Package: python3-pastedeploy
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends},
- python-pastedeploy-tpl (= ${binary:Version}),
- python3-paste,
- python3-pkg-resources
-Enhances: python3-paste
+Depends: python-pastedeploy-tpl (= ${binary:Version}),
+         python3-paste,
+         python3-pkg-resources,
+         ${misc:Depends},
+         ${python3:Depends},
+Enhances: python3-paste,
 Description: load, configure, and compose WSGI applications and servers - Python 3.x
  Paste Deployment is a system for finding and configuring WSGI applications and
  servers. For WSGI application consumers it provides a single, simple function
@@ -55,9 +57,9 @@ Description: load, configure, and compose WSGI applications and servers - Python
 
 Package: python-pastedeploy-tpl
 Architecture: all
-Depends: ${misc:Depends}
-Breaks: python-pastedeploy (<< 1.5.0-4)
-Replaces: python-pastedeploy (<< 1.5.0-4)
+Depends: ${misc:Depends},
+Breaks: python-pastedeploy (<< 1.5.0-4),
+Replaces: python-pastedeploy (<< 1.5.0-4),
 Description: load, configure, and compose WSGI applications and servers - templates
  Paste Deployment is a system for finding and configuring WSGI applications and
  servers. For WSGI application consumers it provides a single, simple function

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



More information about the Python-modules-commits mailing list