aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2011-11-02 12:29:00 +0100
committerRaphaël Hertzog <hertzog@debian.org>2011-11-02 12:29:00 +0100
commitb7e6b26c4a75ceeeaec5cd875d769eda0f39c10e (patch)
treecfe6b72bb8d45cfb158c6cade528a5661421b777
parent5fe42e60fec4eb2b5b2ef0f2be72558282bfed67 (diff)
parent45bf6cef0261a59273b3e3788b8cc5bb3f679065 (diff)
downloadpython-django-tagging-b7e6b26c4a75ceeeaec5cd875d769eda0f39c10e.tar
python-django-tagging-b7e6b26c4a75ceeeaec5cd875d769eda0f39c10e.tar.gz
Imported Debian patch 0.3.1-2debian/0.3.1-2
-rw-r--r--debian/changelog10
-rw-r--r--debian/compat2
-rw-r--r--debian/control10
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules2
5 files changed, 17 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 1254c7b..f41e692 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-django-tagging (0.3.1-2) unstable; urgency=low
+
+ * Switch to dh_python2 instead of python-support.
+ * Bump debhelper compat level to 8.
+ * Update Standards-Version to 3.9.2 (no change needed).
+ * Drop the article from the description (lintian warning).
+ * Update Vcs-Browser URL to point to the new location.
+
+ -- Raphaël Hertzog <hertzog@debian.org> Wed, 02 Nov 2011 12:29:00 +0100
+
python-django-tagging (0.3.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 315f909..7d7192a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Raphaël Hertzog <hertzog@debian.org>, David Spreen <netzwurm@debian.org>
-Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.50), python
-Build-Depends-Indep: python-support, python-docutils
+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-Browser: http://svn.debian.org/viewsvn/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/
Package: python-django-tagging
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-django (>= 1.0)
-Description: A generic tagging application for Django projects
+Description: Generic tagging application for Django projects
This is a generic tagging application for Django, which allows
association of a number of tags with any Model instance and makes
retrieval of tags simple.
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index 57a7586..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.3-
diff --git a/debian/rules b/debian/rules
index 78edc06..fce3faa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
PKG = $(shell dh_listpackages)
%:
- dh $@
+ dh $@ --with python2
override_dh_installdocs:
dh_installdocs