[Python-modules-commits] r15156 - in packages/pdfminer/trunk/debian (3 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Dec 27 22:19:37 UTC 2010


    Date: Monday, December 27, 2010 @ 22:19:36
  Author: jwilk
Revision: 15156

New upstream release.

Added:
  packages/pdfminer/trunk/debian/patches/python2.diff
Modified:
  packages/pdfminer/trunk/debian/changelog
  packages/pdfminer/trunk/debian/patches/series

Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog	2010-12-27 18:26:40 UTC (rev 15155)
+++ packages/pdfminer/trunk/debian/changelog	2010-12-27 22:19:36 UTC (rev 15156)
@@ -1,3 +1,11 @@
+pdfminer (20101226+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    + Drop fix-test-psparser.diff, applied upstream.
+    + Prevent upstream Makefile from using ‘python2’ binary. [python2.diff]
+
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 27 Dec 2010 22:35:26 +0100
+
 pdfminer (20101017+dfsg-1) experimental; urgency=low
 
   * New upstream release.

Added: packages/pdfminer/trunk/debian/patches/python2.diff
===================================================================
--- packages/pdfminer/trunk/debian/patches/python2.diff	                        (rev 0)
+++ packages/pdfminer/trunk/debian/patches/python2.diff	2010-12-27 22:19:36 UTC (rev 15156)
@@ -0,0 +1,15 @@
+Description: Use ‘python’ rather than ‘python2’ binary.
+Forwarded: no
+Last-Update: 2010-12-27
+
+--- a/Makefile
++++ b/Makefile
+@@ -3,7 +3,7 @@
+ 
+ PACKAGE=pdfminer
+ 
+-PYTHON=python2
++PYTHON=python
+ GIT=git
+ RM=rm -f
+ CP=cp -f

Modified: packages/pdfminer/trunk/debian/patches/series
===================================================================
--- packages/pdfminer/trunk/debian/patches/series	2010-12-27 18:26:40 UTC (rev 15155)
+++ packages/pdfminer/trunk/debian/patches/series	2010-12-27 22:19:36 UTC (rev 15156)
@@ -1,2 +1,2 @@
+python2.diff
 pickle-protocol-2.diff
-fix-test-psparser.diff




More information about the Python-modules-commits mailing list