diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2008-03-02 11:23:08 +0000 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2008-03-02 11:23:08 +0000 |
commit | 82676b3e6f204063bd8393ebc8b776753ff52637 (patch) | |
tree | a7856bd5151d368437ebc240bc1ad291068e8a9f /debian | |
parent | 4632185c66f133a6da20bf6c631d1af10f421137 (diff) | |
download | python-django-tagging-82676b3e6f204063bd8393ebc8b776753ff52637.tar python-django-tagging-82676b3e6f204063bd8393ebc8b776753ff52637.tar.gz |
* New upstream release.svn/0.2.1-1
* Updated Standards-Version to 3.7.3.
* Moved some build dependencies to Build-Depends-Indep as they are only
needed during build.
* Updated the dependency on python-django to make sure 0.96.1 doesn't
satisfy it accidentally.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 1d14d79..6f5b5ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,19 @@ -python-django-tagging (0.1+svn102-2) UNRELEASED; urgency=low +python-django-tagging (0.2.1-1) experimental; urgency=low [ Raphael Hertzog ] + * New upstream release. * Update the Vcs-Browser URL to match the python-modules standard. + * Updated Standards-Version to 3.7.3. + * Moved some build dependencies to Build-Depends-Indep as they are only + needed during build. + * Updated the dependency on python-django to make sure 0.96.1 doesn't + satisfy it accidentally. [ Sandro Tosi ] * debian/control - uniforming Vcs-Browser field - -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 15:08:23 +0200 + -- Raphael Hertzog <hertzog@debian.org> Sun, 02 Mar 2008 12:01:32 +0100 python-django-tagging (0.1+svn102-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 8c94ee1..c078a6b 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,17 @@ 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> -Standards-Version: 3.7.2 -Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-support (>= 0.3), python-docutils +Uploaders: Raphael Hertzog <hertzog@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 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-tagging/trunk/?op=log Homepage: http://code.google.com/p/django-tagging/ Package: python-django-tagging Architecture: all -Depends: ${python:Depends}, python-django (>= 0.96+svn6020) +Depends: ${python:Depends}, python-django (>= 0.97~svn6668) Priority: optional Description: A generic tagging application for Django projects This is a generic tagging application for Django, which allows |