diff options
author | Jakub Wilk <jwilk@debian.org> | 2013-05-05 16:01:13 +0000 |
---|---|---|
committer | Jakub Wilk <jwilk@debian.org> | 2013-05-05 16:01:13 +0000 |
commit | 2036cb74eb9aefdc2458210fe21a620ca20b0c04 (patch) | |
tree | 6f7a726cd20305f304593aaed5bf5f570c338418 /debian | |
parent | 0b083d4f3afc1ad4a8b4b01beff32854349edc95 (diff) | |
download | python-django-tagging-2036cb74eb9aefdc2458210fe21a620ca20b0c04.tar python-django-tagging-2036cb74eb9aefdc2458210fe21a620ca20b0c04.tar.gz |
Use canonical URIs for Vcs-* fields.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f41e692..b37475d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-django-tagging (0.3.1-3) UNRELEASED; urgency=low + + * Use canonical URIs for Vcs-* fields. + + -- Jakub Wilk <jwilk@debian.org> Sun, 05 May 2013 16:02:26 +0200 + python-django-tagging (0.3.1-2) unstable; urgency=low * Switch to dh_python2 instead of python-support. diff --git a/debian/control b/debian/control index 7d7192a..97a3b85 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Raphaƫl Hertzog <hertzog@debian.org>, David Spreen <netzwurm@debian. Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~) Build-Depends-Indep: python-docutils -Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/ +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-tagging/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-tagging/trunk/ Homepage: http://code.google.com/p/django-tagging/ |