diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 8c94ee1..c078a6b 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,17 @@ Source: python-django-tagging Section: python Priority: optional Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> -Uploaders: Raphael Hertzog <hertzog@debian.org> -Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-support (>= 0.3), python-docutils +Uploaders: Raphael Hertzog <hertzog@debian.org> +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42) +Build-Depends-Indep: python-support (>= 0.3), 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 Homepage: http://code.google.com/p/django-tagging/ Package: python-django-tagging Architecture: all -Depends: ${python:Depends}, python-django (>= 0.96+svn6020) +Depends: ${python:Depends}, python-django (>= 0.97~svn6668) Priority: optional Description: A generic tagging application for Django projects This is a generic tagging application for Django, which allows |