[Python-modules-commits] r17902 - in packages/python-django-voting/trunk/debian (3 files)

ockham-guest at users.alioth.debian.org ockham-guest at users.alioth.debian.org
Sun Jul 24 16:05:24 UTC 2011


    Date: Sunday, July 24, 2011 @ 16:05:23
  Author: ockham-guest
Revision: 17902

Bump Standards-Version to 3.9.2. Migrate from python-support to dh_python2.

Modified:
  packages/python-django-voting/trunk/debian/changelog
  packages/python-django-voting/trunk/debian/control
  packages/python-django-voting/trunk/debian/rules

Modified: packages/python-django-voting/trunk/debian/changelog
===================================================================
--- packages/python-django-voting/trunk/debian/changelog	2011-07-24 16:00:35 UTC (rev 17901)
+++ packages/python-django-voting/trunk/debian/changelog	2011-07-24 16:05:23 UTC (rev 17902)
@@ -3,6 +3,14 @@
   * First actual upstream release; no changes from svn revision 73.
   * debian/rules: Remove get-orig-source chunk that pulled source from svn.
   * debian/watch: Point to PyPi release.
+  * debian/control: Bump Standards-Version to 3.9.2 (no changes needed)
+  * Migrate from python-support to dh_python2.
+    debian/control:
+    - Remove python-support from Build-Depends.
+    - Build-Depend on python-all (>= 2.6.6-3~) instead of (>= 2.3)
+    - s/XS-Python-Version/X-Python-Version/
+    debian/rules:
+    - Add '--with python2' after 'dh $@'
 
  -- Bernhard Reiter <ockham at raz.or.at>  Mon, 28 Mar 2011 18:59:21 +0200
 

Modified: packages/python-django-voting/trunk/debian/control
===================================================================
--- packages/python-django-voting/trunk/debian/control	2011-07-24 16:00:35 UTC (rev 17901)
+++ packages/python-django-voting/trunk/debian/control	2011-07-24 16:05:23 UTC (rev 17902)
@@ -3,10 +3,9 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernhard Reiter <ockham at raz.or.at>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.3), python-support,
- python-django (>= 1.0)
-Standards-Version: 3.9.1
-XS-Python-Version: >= 2.3
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-django (>= 1.0)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.3
 Homepage: http://code.google.com/p/django-voting
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-voting/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-voting/trunk/

Modified: packages/python-django-voting/trunk/debian/rules
===================================================================
--- packages/python-django-voting/trunk/debian/rules	2011-07-24 16:00:35 UTC (rev 17901)
+++ packages/python-django-voting/trunk/debian/rules	2011-07-24 16:05:23 UTC (rev 17902)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)




More information about the Python-modules-commits mailing list