[Python-modules-commits] [python-django-tagging] 15/15: Run cme fix dpkg-control
Christopher Baines
cbaines-guest at moszumanska.debian.org
Wed May 11 11:05:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
cbaines-guest pushed a commit to branch master
in repository python-django-tagging.
commit ef5fe7fbad5ba687d1b271e69de86aab8f8a067a
Author: Christopher Baines <mail at cbaines.net>
Date: Wed May 11 11:51:17 2016 +0100
Run cme fix dpkg-control
---
debian/control | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index f6f6c52..9aabe15 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,30 @@
Source: python-django-tagging
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <genannt at debian.org>,
+ Christopher Baines <mail at cbaines.net>,
Section: python
Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Jonas Genannt <genannt at debian.org>, Christopher Baines <mail at cbaines.net>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-django (>= 1.7),
+ python3-all,
+ python3-setuptools,
+ python3-django,
+Build-Depends-Indep: python-docutils,
+ python3-docutils
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), python-django (>= 1.7), python3-django (>= 1.7), python-all, python3-all, dh-python, python-setuptools, python3-setuptools,
-Build-Depends-Indep: python-docutils, python3-docutils
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-tagging.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-tagging.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-tagging.git
Homepage: https://github.com/Fantomas42/django-tagging
X-Python-Version: >=2.7
Package: python-django-tagging
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.7)
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python-django (>= 1.7),
Description: Generic tagging application for Django projects (Python 2)
This is a generic tagging application for Django, which allows
association of a number of tags with any Model instance and makes
@@ -27,7 +38,9 @@ Description: Generic tagging application for Django projects (Python 2)
Package: python3-django-tagging
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}, python3-django (>= 1.7)
+Depends: ${python3:Depends},
+ ${misc:Depends},
+ python3-django,
Description: Generic tagging application for Django projects (Python 3)
This is a generic tagging application for Django, which allows
association of a number of tags with any Model instance and makes
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-tagging.git
More information about the Python-modules-commits
mailing list