[Python-apps-commits] r11743 - in packages/dot2tex/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Feb 15 23:35:58 UTC 2015


    Date: Sunday, February 15, 2015 @ 23:35:57
  Author: morph
Revision: 11743

switch from python-support to dh_python2

Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/control
  packages/dot2tex/trunk/debian/rules

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2015-02-15 23:31:17 UTC (rev 11742)
+++ packages/dot2tex/trunk/debian/changelog	2015-02-15 23:35:57 UTC (rev 11743)
@@ -11,10 +11,11 @@
     - use X-P-V instead of the obsolete d/pyversions
   * debian/{control, rules}
     - switch from cdbs to dh sequencer
+    - switch from python-support to dh_python2
   * debian/pycompat
     - removed, obsolete
 
- -- Sandro Tosi <morph at debian.org>  Sun, 15 Feb 2015 22:24:53 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 15 Feb 2015 23:35:28 +0000
 
 dot2tex (2.8.7+repack-1) unstable; urgency=low
 

Modified: packages/dot2tex/trunk/debian/control
===================================================================
--- packages/dot2tex/trunk/debian/control	2015-02-15 23:31:17 UTC (rev 11742)
+++ packages/dot2tex/trunk/debian/control	2015-02-15 23:35:57 UTC (rev 11743)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python (>= 2.4), python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 5), python, dh-python 
 Build-Depends-Indep: python-pyparsing (>= 0.4.8)
 X-Python-Version: all
 Standards-Version: 3.8.4

Modified: packages/dot2tex/trunk/debian/rules
===================================================================
--- packages/dot2tex/trunk/debian/rules	2015-02-15 23:31:17 UTC (rev 11742)
+++ packages/dot2tex/trunk/debian/rules	2015-02-15 23:35:57 UTC (rev 11743)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_installchangelogs:
 	dh_installchangelogs changelog.txt




More information about the Python-apps-commits mailing list