diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index cb48d31..164acbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -python-django-tagging (0.2.1+svn147-1) UNRELEASED; urgency=low +python-django-tagging (0.2.1+svn147-1) experimental; urgency=low * SVN snapshot to ensure compatibility with upcoming Django 1.0 release. * debian/control: Depend on python-django >= 1.0~beta1. - * debian/patches/01_remove_django_builddeps: Added patch to remove build-dep - on python-django and the need to install the package from within $PYTHON_PATH. - Issue is known upstream: http://code.google.com/p/django-tagging/issues/detail?id=110. + * debian/patches/01_remove_django_builddeps: Added patch to remove + build-dep on python-django and the need to install the package + from within $PYTHON_PATH. + * debian/control: Updated policy version. - -- David Spreen <netzwurm@debian.org> Thu, 21 Aug 2008 13:30:17 -0700 + -- David Spreen <netzwurm@debian.org> Thu, 21 Aug 2008 18:07:31 -0700 python-django-tagging (0.2.1-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 96d6070..26d65bc 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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.7.3 +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 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/ |