[Python-modules-commits] r17904 - in packages/python-repoze.sphinx.autointerface/trunk/debian (3 files)

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


    Date: Sunday, July 24, 2011 @ 16:19:38
  Author: ockham-guest
Revision: 17904

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

Modified:
  packages/python-repoze.sphinx.autointerface/trunk/debian/changelog
  packages/python-repoze.sphinx.autointerface/trunk/debian/control
  packages/python-repoze.sphinx.autointerface/trunk/debian/rules

Modified: packages/python-repoze.sphinx.autointerface/trunk/debian/changelog
===================================================================
--- packages/python-repoze.sphinx.autointerface/trunk/debian/changelog	2011-07-24 16:13:28 UTC (rev 17903)
+++ packages/python-repoze.sphinx.autointerface/trunk/debian/changelog	2011-07-24 16:19:38 UTC (rev 17904)
@@ -1,8 +1,15 @@
 python-repoze.sphinx.autointerface (0.6.2-1) unstable; urgency=low
 
   * New upstream 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~).
+    debian/rules:
+    - Add '--with python2' after 'dh $@'
 
- -- Bernhard Reiter <ockham at raz.or.at>  Mon, 28 Mar 2011 19:11:17 +0200
+ -- Bernhard Reiter <ockham at raz.or.at>  Sun, 24 Jul 2011 18:10:13 +0200
 
 python-repoze.sphinx.autointerface (0.4-1) unstable; urgency=low
 

Modified: packages/python-repoze.sphinx.autointerface/trunk/debian/control
===================================================================
--- packages/python-repoze.sphinx.autointerface/trunk/debian/control	2011-07-24 16:13:28 UTC (rev 17903)
+++ packages/python-repoze.sphinx.autointerface/trunk/debian/control	2011-07-24 16:19:38 UTC (rev 17904)
@@ -5,11 +5,11 @@
 Uploaders: Bernhard Reiter <ockham at raz.or.at>
 Build-Depends:
  debhelper (>= 7.0.50~),
- python-support,
+ python-all (>= 2.6.6-3~),
  python-setuptools,
  python-sphinx (>= 0.6.1),
  python-zope.interface
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://pypi.python.org/pypi/repoze.sphinx.autointerface/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.sphinx.autointerface/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.sphinx.autointerface/trunk/

Modified: packages/python-repoze.sphinx.autointerface/trunk/debian/rules
===================================================================
--- packages/python-repoze.sphinx.autointerface/trunk/debian/rules	2011-07-24 16:13:28 UTC (rev 17903)
+++ packages/python-repoze.sphinx.autointerface/trunk/debian/rules	2011-07-24 16:19:38 UTC (rev 17904)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 PKG = python-repoze.sphinx.autointerface
 




More information about the Python-modules-commits mailing list