[Python-modules-commits] [pastescript] 01/09: Ran wrap-and-sort -bast.
Thomas Goirand
zigo at moszumanska.debian.org
Sat Dec 23 14:08:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch master
in repository pastescript.
commit 2a3f5cd54cd12bd9ecc6b7b2936d7e84564599d5
Author: Thomas Goirand <thomas at goirand.fr>
Date: Sat Dec 23 12:29:18 2017 +0000
Ran wrap-and-sort -bast.
---
debian/changelog | 5 ++++-
debian/control | 65 +++++++++++++++++++++++++++++++++++---------------------
2 files changed, 45 insertions(+), 25 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1d498fb..58f3916 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,10 @@ pastescript (2.0.2-1) UNRELEASED; urgency=medium
* Install completions, cleanup.
* Switch to pybuild, build py3 and -doc pkgs.
- -- Federico Ceratto <federico at debian.org> Sat, 20 May 2017 20:46:51 +0100
+ [ Thomas Goirand ]
+ * Ran wrap-and-sort -bast.
+
+ -- Thomas Goirand <zigo at debian.org> Sat, 23 Dec 2017 12:28:59 +0000
pastescript (1.7.5-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ab4c2a0..3c5e670 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,22 @@ Source: pastescript
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 10)
-Build-Depends-Indep: bash-completion,
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+Build-Depends-Indep:
+ bash-completion,
python-all (>= 2.6.6-3~),
- python-setuptools (>= 0.6b3-1~),
- python-sphinx (>= 1.2.3+dfsg-1~),
python-paste,
python-pastedeploy,
+ python-setuptools (>= 0.6b3-1~),
+ python-sphinx (>= 1.2.3+dfsg-1~),
python3-all (>= 2.6.6-3~),
+ python3-paste,
+ python3-pastedeploy,
python3-setuptools,
python3-sphinx,
- python3-paste,
- python3-pastedeploy
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/PasteScript
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pastescript.git
@@ -24,10 +27,16 @@ X-Python3-Version: >= 3.4
Package: python-pastescript
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},
- python-paste (>= 1.7.5.1-2~), python-pastedeploy (>= 1.5.0-1~),
- python-setuptools | python-distribute
-Suggests: python-flup (>= 0.5-1), python-cherrypy, python-cheetah (>= 1.0-1.1)
+Depends:
+ python-paste (>= 1.7.5.1-2~),
+ python-pastedeploy (>= 1.5.0-1~),
+ python-setuptools | python-distribute,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-cheetah (>= 1.0-1.1),
+ python-cherrypy,
+ python-flup (>= 0.5-1),
Description: create file layouts for Python packages and serve webapps
Paster is pluggable command-line frontend,
including commands to setup package file layouts
@@ -37,12 +46,29 @@ Description: create file layouts for Python packages and serve webapps
For instance a setuptools-ready file layout.
* Serving up web applications, with configuration based on paste.deploy
+Package: python-pastescript-doc
+Architecture: all
+Section: doc
+Depends:
+ libjs-jquery,
+ libjs-underscore,
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: create file layouts for packages and serve webapps - documentation
+ Paster is pluggable command-line frontend,
+ including commands to setup package file layouts
+ This is the documentation package.
+
Package: python3-pastescript
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends},
- python3-paste (>= 1.7.5.1-2~), python3-pastedeploy (>= 1.5.0-1~),
- python3-setuptools
-Suggests: python3-cherrypy3
+Depends:
+ python3-paste (>= 1.7.5.1-2~),
+ python3-pastedeploy (>= 1.5.0-1~),
+ python3-setuptools,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python3-cherrypy3,
Description: create file layouts for Python3 packages and serve webapps
Paster is pluggable command-line frontend,
including commands to setup package file layouts
@@ -51,12 +77,3 @@ Description: create file layouts for Python3 packages and serve webapps
* Creating file layouts for packages.
For instance a setuptools-ready file layout.
* Serving up web applications, with configuration based on paste.deploy
-
-Package: python-pastescript-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-jquery, libjs-underscore
-Description: create file layouts for packages and serve webapps - documentation
- Paster is pluggable command-line frontend,
- including commands to setup package file layouts
- This is the documentation package.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pastescript.git
More information about the Python-modules-commits
mailing list