[Python-modules-commits] r25359 - in packages/python-docutils/trunk/debian (3 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Aug 3 17:53:53 UTC 2013


    Date: Saturday, August 3, 2013 @ 17:53:51
  Author: mitya57-guest
Revision: 25359

* Use dh_python2 instead of deprecated dh_pysupport.
* Add XS-Testsuite header, and replace XS-Python-Version with preferred
  X-Python-Version (closes: #685509).

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/control
  packages/python-docutils/trunk/debian/rules

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2013-08-03 17:46:44 UTC (rev 25358)
+++ packages/python-docutils/trunk/debian/changelog	2013-08-03 17:53:51 UTC (rev 25359)
@@ -17,6 +17,11 @@
     - Update information about upstream version control in debian/copyright.
   * Change my e-mail host in Uploaders and debian/copyright to @debian.org.
 
+  [ Dmitry Shachnev ]
+  * Use dh_python2 instead of deprecated dh_pysupport.
+  * Add XS-Testsuite header, and replace XS-Python-Version with preferred
+    X-Python-Version (closes: #685509).
+
  -- Michael Schutte <michi at debian.org>  Mon, 29 Jul 2013 09:56:32 +0200
 
 python-docutils (0.10-3) unstable; urgency=low

Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control	2013-08-03 17:46:44 UTC (rev 25358)
+++ packages/python-docutils/trunk/debian/control	2013-08-03 17:53:51 UTC (rev 25359)
@@ -5,13 +5,13 @@
 Uploaders: Jakub Wilk <jwilk at debian.org>,
            Michael Schutte <michi at debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-all (>= 2.4),
+Build-Depends-Indep: python-all (>= 2.6.6-3~),
                      python3-all (>= 3.1.2-7~),
-                     python-support (>= 0.6.4),
                      python-roman, python3-roman,
                      xml-core
 Standards-Version: 3.9.4
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
+XS-Testsuite: autopkgtest
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-docutils/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-docutils/trunk/
 Homepage: http://docutils.sourceforge.net/

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2013-08-03 17:46:44 UTC (rev 25358)
+++ packages/python-docutils/trunk/debian/rules	2013-08-03 17:53:51 UTC (rev 25359)
@@ -133,7 +133,7 @@
 	dh_install -p docutils-common -X /scripts/
 	dh_install -N docutils-common
 	dh_lintian
-	dh_pysupport -p python-docutils
+	dh_python2 -p python-docutils
 	dh_python3 -p python3-docutils
 	dh_installexamples
 	dh_installcatalogs




More information about the Python-modules-commits mailing list