[Python-modules-commits] [turbokid] 04/09: run wrap-and-sort
Mattia Rizzolo
mattia at mapreri.org
Tue Dec 15 01:44:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository turbokid.
commit 02bd07755a8993c8fdac519e88025ef43b7485a4
Author: Mattia Rizzolo <mattia at debian.org>
Date: Tue Dec 15 01:40:01 2015 +0000
run wrap-and-sort
---
debian/control | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index b951627..a8b819b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Federico Ceratto <federico.ceratto at gmail.com>
-Build-Depends: debhelper (>= 7), python, python-all, python-setuptools, dh-python
+Build-Depends: debhelper (>= 7),
+ dh-python,
+ python,
+ python-all,
+ python-setuptools
Standards-Version: 3.8.4
Homepage: http://www.turbogears.org/
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/turbokid.git
@@ -12,7 +16,10 @@ X-Python-Version: >= 2.4
Package: python-turbokid
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-kid (>= 0.9.6), python-pkg-resources
+Depends: python-kid (>= 0.9.6),
+ python-pkg-resources,
+ ${misc:Depends},
+ ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: TurboGears template plugin to use kid templates
TurboGears is a complete front-to-back Web development mega-framework in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/turbokid.git
More information about the Python-modules-commits
mailing list