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

ockham-guest at users.alioth.debian.org ockham-guest at users.alioth.debian.org
Sun Jul 24 14:58:36 UTC 2011


    Date: Sunday, July 24, 2011 @ 14:58:35
  Author: ockham-guest
Revision: 17900

Migrate from python-support to dh_python2.

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

Modified: packages/python-django-threadedcomments/trunk/debian/changelog
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/changelog	2011-07-23 15:19:29 UTC (rev 17899)
+++ packages/python-django-threadedcomments/trunk/debian/changelog	2011-07-24 14:58:35 UTC (rev 17900)
@@ -1,3 +1,15 @@
+python-django-threadedcomments (0.5.3-3) unstable; urgency=low
+
+  * Migrate from python-support to dh_python2.
+    debian/control:
+    - Remove python-support from Build-Depends.
+    - 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>  Sun, 24 Jul 2011 15:16:54 +0200
+
 python-django-threadedcomments (0.5.3-2) unstable; urgency=medium
 
   * debian/patches/remove_urlfields_from_tests: Remove auto-verified URLFields

Modified: packages/python-django-threadedcomments/trunk/debian/control
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/control	2011-07-23 15:19:29 UTC (rev 17899)
+++ packages/python-django-threadedcomments/trunk/debian/control	2011-07-24 14:58:35 UTC (rev 17900)
@@ -3,11 +3,11 @@
 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,
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~),
  python-setuptools, python-django (>= 1.0), python-textile, python-markdown,
  python-docutils
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.3
+X-Python-Version: >= 2.3
 Homepage: http://github.com/ericflo/django-threadedcomments
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-threadedcomments/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-threadedcomments/trunk/

Modified: packages/python-django-threadedcomments/trunk/debian/rules
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/rules	2011-07-23 15:19:29 UTC (rev 17899)
+++ packages/python-django-threadedcomments/trunk/debian/rules	2011-07-24 14:58:35 UTC (rev 17900)
@@ -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