[Python-modules-commits] r19156 - in packages/python-django-tagging/trunk/debian (5 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Wed Nov 2 11:30:49 UTC 2011


    Date: Wednesday, November 2, 2011 @ 11:30:48
  Author: hertzog
Revision: 19156

* 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.

Modified:
  packages/python-django-tagging/trunk/debian/changelog
  packages/python-django-tagging/trunk/debian/compat
  packages/python-django-tagging/trunk/debian/control
  packages/python-django-tagging/trunk/debian/rules
Deleted:
  packages/python-django-tagging/trunk/debian/pyversions

Modified: packages/python-django-tagging/trunk/debian/changelog
===================================================================
--- packages/python-django-tagging/trunk/debian/changelog	2011-11-02 11:26:39 UTC (rev 19155)
+++ packages/python-django-tagging/trunk/debian/changelog	2011-11-02 11:30:48 UTC (rev 19156)
@@ -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 at debian.org>  Wed, 02 Nov 2011 12:29:00 +0100
+
 python-django-tagging (0.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-django-tagging/trunk/debian/compat
===================================================================
--- packages/python-django-tagging/trunk/debian/compat	2011-11-02 11:26:39 UTC (rev 19155)
+++ packages/python-django-tagging/trunk/debian/compat	2011-11-02 11:30:48 UTC (rev 19156)
@@ -1 +1 @@
-7
+8

Modified: packages/python-django-tagging/trunk/debian/control
===================================================================
--- packages/python-django-tagging/trunk/debian/control	2011-11-02 11:26:39 UTC (rev 19155)
+++ packages/python-django-tagging/trunk/debian/control	2011-11-02 11:30:48 UTC (rev 19156)
@@ -3,17 +3,17 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Raphaël Hertzog <hertzog at debian.org>, David Spreen <netzwurm at 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.

Deleted: packages/python-django-tagging/trunk/debian/pyversions
===================================================================
--- packages/python-django-tagging/trunk/debian/pyversions	2011-11-02 11:26:39 UTC (rev 19155)
+++ packages/python-django-tagging/trunk/debian/pyversions	2011-11-02 11:30:48 UTC (rev 19156)
@@ -1 +0,0 @@
-2.3-

Modified: packages/python-django-tagging/trunk/debian/rules
===================================================================
--- packages/python-django-tagging/trunk/debian/rules	2011-11-02 11:26:39 UTC (rev 19155)
+++ packages/python-django-tagging/trunk/debian/rules	2011-11-02 11:30:48 UTC (rev 19156)
@@ -3,7 +3,7 @@
 PKG = $(shell dh_listpackages)
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_installdocs:
 	dh_installdocs




More information about the Python-modules-commits mailing list