aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJonas Genannt <genannt@debian.org>2015-11-28 16:28:02 +0100
committerJonas Genannt <genannt@debian.org>2015-11-28 16:28:02 +0100
commit49793cd96833650fac25f3d32d559e65e05ff3dd (patch)
tree295a8a8a342864fdb64aec05d7f67b0fa1e9c2fc /debian/control
parent35d5db9672e65c6c50fa0912a4268ca33cf412dc (diff)
downloadpython-django-tagging-49793cd96833650fac25f3d32d559e65e05ff3dd.tar
python-django-tagging-49793cd96833650fac25f3d32d559e65e05ff3dd.tar.gz
Updated to pybuild
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f7aca4c..1e0435d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-django
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9), python-django (>= 1.7), python-all, dh-python, python-setuptools
Build-Depends-Indep: python-docutils
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-django-tagging.git
Vcs-Browser: https://anonscm.debian.org/cgit/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.0)
+Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.7)
Description: Generic tagging application for Django projects
This is a generic tagging application for Django, which allows
association of a number of tags with any Model instance and makes