From 4c364834e970bb8553e42b96612e9b89762b807a Mon Sep 17 00:00:00 2001 From: David Spreen Date: Thu, 21 Aug 2008 20:45:07 +0000 Subject: * 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/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') 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 -Uploaders: Raphael Hertzog +Uploaders: Raphael Hertzog , David Spreen 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 -- cgit v1.2.3