diff options
author | Sandro Tosi <morph@debian.org> | 2008-01-03 11:03:36 +0000 |
---|---|---|
committer | Sandro Tosi <morph@debian.org> | 2008-01-03 11:03:36 +0000 |
commit | 4632185c66f133a6da20bf6c631d1af10f421137 (patch) | |
tree | e9bc40aa0b938f12efa7bca44b6fb9f93051d150 | |
parent | 058ffc150f927082a029f4e2c2cf610cecbbc8fd (diff) | |
download | python-django-tagging-4632185c66f133a6da20bf6c631d1af10f421137.tar python-django-tagging-4632185c66f133a6da20bf6c631d1af10f421137.tar.gz |
uniforming Vcs-* fields
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f4cfd7f..1d14d79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ python-django-tagging (0.1+svn102-2) UNRELEASED; urgency=low + [ Raphael Hertzog ] * Update the Vcs-Browser URL to match the python-modules standard. + [ Sandro Tosi ] + * debian/control + - uniforming Vcs-Browser field + -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 15:08:23 +0200 python-django-tagging (0.1+svn102-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 14bd783..8c94ee1 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ 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 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/?op=log +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 |