[Python-modules-commits] r28038 - in packages/pydot/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Mar 6 19:04:06 UTC 2014


    Date: Thursday, March 6, 2014 @ 19:04:06
  Author: morph
Revision: 28038

Switch to dh_python2

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

Modified: packages/pydot/trunk/debian/changelog
===================================================================
--- packages/pydot/trunk/debian/changelog	2014-03-06 18:37:06 UTC (rev 28037)
+++ packages/pydot/trunk/debian/changelog	2014-03-06 19:04:06 UTC (rev 28038)
@@ -20,14 +20,14 @@
     - converted to dh sequencer
   * debian/{pycompat, pyversions}
     - removed, no longer needed
-  * 
+  * Switch to dh_python2
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Remove DM-Upload-Allowed; it's no longer used by the archive
     software.
 
- -- Sandro Tosi <morph at debian.org>  Thu, 06 Mar 2014 19:36:05 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 06 Mar 2014 20:03:55 +0100
 
 pydot (1.0.2-1) unstable; urgency=low
 

Modified: packages/pydot/trunk/debian/control
===================================================================
--- packages/pydot/trunk/debian/control	2014-03-06 18:37:06 UTC (rev 28037)
+++ packages/pydot/trunk/debian/control	2014-03-06 19:04:06 UTC (rev 28038)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), python (>= 2.4~), python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 5.0.38), python-all, dh-python
 Build-Depends-Indep: python-pyparsing (>= 1.4.10)
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pydot/trunk/

Modified: packages/pydot/trunk/debian/rules
===================================================================
--- packages/pydot/trunk/debian/rules	2014-03-06 18:37:06 UTC (rev 28037)
+++ packages/pydot/trunk/debian/rules	2014-03-06 19:04:06 UTC (rev 28038)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list