[Python-modules-commits] [paste] 02/03: wrap-and-sort
Ondřej Nový
onovy-guest at moszumanska.debian.org
Fri Mar 4 22:28: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 paste.
commit f087633413847de855541ef333cac4825d979c6e
Author: Ondřej Nový <novy at ondrej.org>
Date: Fri Mar 4 23:26:32 2016 +0100
wrap-and-sort
---
debian/changelog | 1 +
debian/control | 52 +++++++++++++++++++++++++++++++++++++---------------
2 files changed, 38 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9cd29cd..cda4a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
paste (1.7.5.1-7) UNRELEASED; urgency=medium
* Added myself as uploader and removed Piotr Ożarowski (Closes: #740529)
+ * wrap-and-sort
-- Ondřej Nový <novy at ondrej.org> Fri, 04 Mar 2016 23:24:56 +0100
diff --git a/debian/control b/debian/control
index 36fda83..3278a5d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,14 @@ Source: paste
Section: python
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)
-Build-Depends-Indep: python-all (>= 2.6.6-3), python3-all,
- python-setuptools (>= 0.6b3-1~), python-sphinx (>= 1.0.7+dfsg-1~),
- python3-setuptools, python3-sphinx
+Uploaders: Ondřej Nový <novy at ondrej.org>,
+Build-Depends: debhelper (>= 9),
+Build-Depends-Indep: python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3-1~),
+ python-sphinx (>= 1.0.7+dfsg-1~),
+ python3-all,
+ python3-setuptools,
+ python3-sphinx,
Standards-Version: 3.9.2
Homepage: http://pythonpaste.org/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/paste.git
@@ -16,12 +19,25 @@ X-Python3-Version: >= 3.2
Package: python-paste
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-formencode (>= 0.5.1-1), python-tempita
-Recommends: python-ctypes, python-openid, python-openssl, python-scgi, libjs-mochikit
-Breaks: python-pastescript (<< 1.7.3-7~1)
-Suggests: python-pastedeploy, python-pastescript, python-pastewebkit,
- libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi,
- python-pgsql (>= 2.5.1-1), ${sphinxdoc:Depends}
+Depends: python-formencode (>= 0.5.1-1),
+ python-pkg-resources,
+ python-tempita,
+ ${misc:Depends},
+ ${python:Depends},
+Recommends: libjs-mochikit,
+ python-ctypes,
+ python-openid,
+ python-openssl,
+ python-scgi,
+Breaks: python-pastescript (<< 1.7.3-7~1),
+Suggests: libapache2-mod-python (>= 3.2.8-3),
+ libapache2-mod-scgi,
+ libapache2-mod-wsgi,
+ python-pastedeploy,
+ python-pastescript,
+ python-pastewebkit,
+ python-pgsql (>= 2.5.1-1),
+ ${sphinxdoc:Depends},
Description: tools for using a Web Server Gateway Interface stack
Python Paste brings consistency to Python web development and web application
installation, providing tools for both developers and system administrators.
@@ -43,10 +59,16 @@ Description: tools for using a Web Server Gateway Interface stack
Package: python3-paste
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources, python3-tempita
-Recommends: python3-openssl, libjs-mochikit
-Suggests: libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi,
- ${sphinxdoc:Depends}
+Depends: python3-pkg-resources,
+ python3-tempita,
+ ${misc:Depends},
+ ${python3:Depends},
+Recommends: libjs-mochikit,
+ python3-openssl,
+Suggests: libapache2-mod-python (>= 3.2.8-3),
+ libapache2-mod-scgi,
+ libapache2-mod-wsgi,
+ ${sphinxdoc:Depends},
Description: tools for using a Web Server Gateway Interface stack with Python 3
Python Paste brings consistency to Python web development and web application
installation, providing tools for both developers and system administrators.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/paste.git
More information about the Python-modules-commits
mailing list