[Python-modules-commits] r14266 - in packages/pdfminer/trunk/debian (2 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Aug 25 23:40:18 UTC 2010


    Date: Wednesday, August 25, 2010 @ 23:40:17
  Author: jwilk
Revision: 14266

Fix the get-orig-source script to take into account new location of non-free samples.

Modified:
  packages/pdfminer/trunk/debian/changelog
  packages/pdfminer/trunk/debian/get-orig-source.sh

Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog	2010-08-25 23:33:46 UTC (rev 14265)
+++ packages/pdfminer/trunk/debian/changelog	2010-08-25 23:40:17 UTC (rev 14266)
@@ -2,9 +2,11 @@
 
   * New upstream release.
     + Drop all patches: either applied upstream or not needed anymore.
-  * Relax debian/watch and debian/rules to allow versions with pN suffix.
+    + Fix the get-orig-source script 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:30:44 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 26 Aug 2010 01:39:04 +0200
 
 pdfminer (20100424+dfsg-1) experimental; urgency=low
 

Modified: packages/pdfminer/trunk/debian/get-orig-source.sh
===================================================================
--- packages/pdfminer/trunk/debian/get-orig-source.sh	2010-08-25 23:33:46 UTC (rev 14265)
+++ packages/pdfminer/trunk/debian/get-orig-source.sh	2010-08-25 23:40:17 UTC (rev 14266)
@@ -15,7 +15,7 @@
 tar -xzf pdfminer_*.orig.tar.gz
 rm *.tar.gz
 # Remove test documents without source:
-find pdfminer-*/samples/ \( -name '*.pdf' -o -name '*.ref' \) -a ! -name 'simple*' -delete
+rm -Rf pdfminer-*/samples/nonfree/
 mv pdfminer-*/ "pdfminer-$version.orig"
 tar -czf "$pwd/pdfminer_$version+dfsg.orig.tar.gz" pdfminer-*.orig/
 cd ..




More information about the Python-modules-commits mailing list