[Python-modules-commits] r17719 - in packages/pdfminer/trunk/debian (4 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Jul 5 04:20:28 UTC 2011


    Date: Tuesday, July 5, 2011 @ 04:20:25
  Author: eriol-guest
Revision: 17719

Switched to dh_python2

Modified:
  packages/pdfminer/trunk/debian/changelog
  packages/pdfminer/trunk/debian/control
  packages/pdfminer/trunk/debian/copyright
  packages/pdfminer/trunk/debian/rules

Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog	2011-07-05 03:28:25 UTC (rev 17718)
+++ packages/pdfminer/trunk/debian/changelog	2011-07-05 04:20:25 UTC (rev 17719)
@@ -4,8 +4,10 @@
   * debian/control
     - Removed Jakub and added Debian Python Modules Team to Maintainer
     - Added myself to Uploaders (Closes: #629178)
+  * debian/{control,rules}
+    - Switched to dh_python2
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 05 Jul 2011 05:03:29 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 05 Jul 2011 06:06:08 +0200
 
 pdfminer (20110227+dfsg-1) experimental; urgency=low
 

Modified: packages/pdfminer/trunk/debian/control
===================================================================
--- packages/pdfminer/trunk/debian/control	2011-07-05 03:28:25 UTC (rev 17718)
+++ packages/pdfminer/trunk/debian/control	2011-07-05 04:20:25 UTC (rev 17719)
@@ -7,8 +7,8 @@
                docbook-xml,
                docbook-xsl,
                elinks-lite | elinks,
-               libxml2-utils
-               python-all (>= 2.4),
+               libxml2-utils,
+               python-all (>= 2.6.6-3~),
                python-nose,
                xsltproc,
 XS-Python-Version: >= 2.4

Modified: packages/pdfminer/trunk/debian/copyright
===================================================================
--- packages/pdfminer/trunk/debian/copyright	2011-07-05 03:28:25 UTC (rev 17718)
+++ packages/pdfminer/trunk/debian/copyright	2011-07-05 04:20:25 UTC (rev 17719)
@@ -110,4 +110,5 @@
 
 Files: debian/*
 Copyright: 2010, Jakub Wilk <jwilk at debian.org>
+Copyright: 2011, Daniele Tricoli <eriol at mornie.org>
 License: MIT

Modified: packages/pdfminer/trunk/debian/rules
===================================================================
--- packages/pdfminer/trunk/debian/rules	2011-07-05 03:28:25 UTC (rev 17718)
+++ packages/pdfminer/trunk/debian/rules	2011-07-05 04:20:25 UTC (rev 17719)
@@ -51,7 +51,7 @@
 
 .PHONY: build build-arch build-indep binary binary-arch binary-indep clean
 build build-arch build-indep binary binary-indep clean:
-	dh $(@)
+	dh $(@) --with python2
 # In order not to confuse lintian, binary-arch is a separate target:
 binary-arch:
 




More information about the Python-modules-commits mailing list