diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 26d65bc..62351bf 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,16 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Raphael Hertzog <hertzog@debian.org>, David Spreen <netzwurm@debian.org> -Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42) -Build-Depends-Indep: python-support (>= 0.3), python-docutils +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7.0.50), python-dev +Build-Depends-Indep: python-support, python-docutils Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-tagging/trunk/?op=log +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-tagging/trunk/ Homepage: http://code.google.com/p/django-tagging/ Package: python-django-tagging Architecture: all -Depends: ${python:Depends}, python-django (>= 1.0~beta1) -Priority: optional +Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.0) Description: A 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 |