[Python-modules-commits] r14267 - in packages/pdfminer/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Aug 25 23:47:17 UTC 2010


    Date: Wednesday, August 25, 2010 @ 23:47:16
  Author: jwilk
Revision: 14267

Update debian/rules to take into account new location of non-free samples.

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

Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog	2010-08-25 23:40:17 UTC (rev 14266)
+++ packages/pdfminer/trunk/debian/changelog	2010-08-25 23:47:16 UTC (rev 14267)
@@ -2,11 +2,11 @@
 
   * New upstream release.
     + Drop all patches: either applied upstream or not needed anymore.
-    + Fix the get-orig-source script to take into account new location of
-      non-free samples.
+    + Update debian/get-orig-source and debian/rules to take into account new
+      location of non-free samples.
     + Relax debian/watch and debian/rules to allow versions with pN suffix.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 26 Aug 2010 01:39:04 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 26 Aug 2010 01:46:40 +0200
 
 pdfminer (20100424+dfsg-1) experimental; urgency=low
 

Modified: packages/pdfminer/trunk/debian/rules
===================================================================
--- packages/pdfminer/trunk/debian/rules	2010-08-25 23:40:17 UTC (rev 14266)
+++ packages/pdfminer/trunk/debian/rules	2010-08-25 23:47:16 UTC (rev 14267)
@@ -29,7 +29,7 @@
 	for python in $(shell pyversions -r); do \
 		$$python /usr/bin/nosetests --with-doctest --verbose pdfminer/*.py; \
 		$(MAKE) -C samples clean; \
-		$(MAKE) -C samples PYTHON=$$python CMP="diff -u" test; \
+		$(MAKE) -C samples PYTHON=$$python CMP="diff -u" HTMLS_NONFREE= TEXTS_NONFREE= XMLS_NONFREE= test; \
 	done
 endif
 




More information about the Python-modules-commits mailing list