diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2014-08-06 11:35:38 +0000 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2014-08-06 11:35:38 +0000 |
commit | a26e23e4d8e8ca7cbf33e711b24069bac279f36d (patch) | |
tree | 85fc71d9321ca024e9b7947946226848d56e98cb /debian | |
parent | 7d60a345ce793c9c1a8a4d0479b2ea10ec89cb7f (diff) | |
download | python-django-tagging-a26e23e4d8e8ca7cbf33e711b24069bac279f36d.tar python-django-tagging-a26e23e4d8e8ca7cbf33e711b24069bac279f36d.tar.gz |
Bump Standards-Version to 3.9.5 and debhelper compat to 9.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ae212cd..8f377d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-django-tagging (1:0.3.1-4) unstable; urgency=medium * Add fix-testsuite.patch and now run the testsuite. * Add django-1.7-compat.patch to make it work with Django 1.7. Closes: #755624 + * Bump Standards-Version to 3.9.5 and debhelper compat to 9. -- Raphaël Hertzog <hertzog@debian.org> Fri, 14 Feb 2014 09:31:36 +0100 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 3540bea..5041b84 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Raphaël Hertzog <hertzog@debian.org>, Jonas Genannt <jonas.genannt@capi2name.de> -Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~) +Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~) Build-Depends-Indep: python-docutils 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/ |