From cae27d44e713e8a551a4358607ba6334066bec23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 13 Mar 2009 13:43:41 +0000 Subject: * New SVN snapshot. Upload to unstable now that Django 1.0 is there. * 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. --- debian/control | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'debian/control') 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 Uploaders: Raphael Hertzog , David Spreen -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 -- cgit v1.2.3