aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2011-11-02 11:30:48 +0000
committerRaphaël Hertzog <hertzog@debian.org>2011-11-02 11:30:48 +0000
commit0b083d4f3afc1ad4a8b4b01beff32854349edc95 (patch)
tree4d0cc076ddab2dd3765efe85b2303cb11533d247 /debian/control
parent23b58af7e7f48f536d69ca44334f24aecd6651ea (diff)
downloadpython-django-tagging-0b083d4f3afc1ad4a8b4b01beff32854349edc95.tar
python-django-tagging-0b083d4f3afc1ad4a8b4b01beff32854349edc95.tar.gz
* Switch to dh_python2 instead of python-support.
* Bump debhelper compat level to 8. * Update Standards-Version to 3.9.2 (no change needed). * Drop the article from the description (lintian warning). * Update Vcs-Browser URL to point to the new location.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 315f909..7d7192a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Raphaël Hertzog <hertzog@debian.org>, David Spreen <netzwurm@debian.org>
-Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.50), python
-Build-Depends-Indep: python-support, python-docutils
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~)
+Build-Depends-Indep: 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/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/
Homepage: http://code.google.com/p/django-tagging/
Package: python-django-tagging
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.0)
-Description: A generic tagging application for Django projects
+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
retrieval of tags simple.