diff options
author | David Spreen <netzwurm@debian.org> | 2008-08-21 20:45:07 +0000 |
---|---|---|
committer | David Spreen <netzwurm@debian.org> | 2008-08-21 20:45:07 +0000 |
commit | 4c364834e970bb8553e42b96612e9b89762b807a (patch) | |
tree | 1278c6ce1372fa9e3dd26dbc6d8d90a348865dff | |
parent | 82676b3e6f204063bd8393ebc8b776753ff52637 (diff) | |
download | python-django-tagging-4c364834e970bb8553e42b96612e9b89762b807a.tar python-django-tagging-4c364834e970bb8553e42b96612e9b89762b807a.tar.gz |
* 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.
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6f5b5ff..cb48d31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-django-tagging (0.2.1+svn147-1) UNRELEASED; 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. + + -- David Spreen <netzwurm@debian.org> Thu, 21 Aug 2008 13:30:17 -0700 + python-django-tagging (0.2.1-1) experimental; urgency=low [ Raphael Hertzog ] 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 |