aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-03-13 13:43:41 +0000
committerRaphaël Hertzog <hertzog@debian.org>2009-03-13 13:43:41 +0000
commitcae27d44e713e8a551a4358607ba6334066bec23 (patch)
treeeb4f940d34b8bca020f6dd1f7578776457b3154c /debian/control
parent6102851ef40250babb95dd3ea337bcf3ecdbc293 (diff)
downloadpython-django-tagging-cae27d44e713e8a551a4358607ba6334066bec23.tar
python-django-tagging-cae27d44e713e8a551a4358607ba6334066bec23.tar.gz
* New SVN snapshot. Upload to unstable now that Django 1.0 is there.svn/0.2.1+svn154-1
* Drop debian/patches/01_remove_django_builddeps as setup.py got fixed upstream. * Standards-Version bumped to 3.8.1, no changes needed. * Switch to debhelper 7 and drop CDBS. * Drop useless debian/pycompat file. * Drop duplicate Priority field. * Add ${misc:Depends} variable in Depends.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 21b9557..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/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