diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c078a6b..96d6070 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ 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> +Uploaders: Raphael Hertzog <hertzog@debian.org>, David Spreen <netzwurm@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 @@ -12,7 +12,7 @@ Homepage: http://code.google.com/p/django-tagging/ Package: python-django-tagging Architecture: all -Depends: ${python:Depends}, python-django (>= 0.97~svn6668) +Depends: ${python:Depends}, python-django (>= 1.0~beta1) Priority: optional Description: A generic tagging application for Django projects This is a generic tagging application for Django, which allows |