[Python-modules-commits] r33641 - in packages/pdfminer/trunk/debian (changelog copyright watch)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed Aug 5 21:59:27 UTC 2015
Date: Wednesday, August 5, 2015 @ 21:59:25
Author: eriol-guest
Revision: 33641
Use Files-Excluded to remove non redistributable files
Modified:
packages/pdfminer/trunk/debian/changelog
packages/pdfminer/trunk/debian/copyright
packages/pdfminer/trunk/debian/watch
Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog 2015-08-05 21:22:20 UTC (rev 33640)
+++ packages/pdfminer/trunk/debian/changelog 2015-08-05 21:59:25 UTC (rev 33641)
@@ -10,6 +10,7 @@
* debian/copyright
- Updated Format URI
- Updated copyright years
+ - Use Files-Excluded to remove non redistributable files.
* debian/manpages/latin2ascii.1.xml
- Added manpage for latin2ascii
* debian/patches/pickle-protocol2.diff
@@ -27,7 +28,7 @@
* debian/watch
- Use pypi.debian.net redirector.
- -- Daniele Tricoli <eriol at mornie.org> Wed, 05 Aug 2015 19:44:56 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 05 Aug 2015 23:56:35 +0200
pdfminer (20110515+dfsg-1) unstable; urgency=low
Modified: packages/pdfminer/trunk/debian/copyright
===================================================================
--- packages/pdfminer/trunk/debian/copyright 2015-08-05 21:22:20 UTC (rev 33640)
+++ packages/pdfminer/trunk/debian/copyright 2015-08-05 21:59:25 UTC (rev 33641)
@@ -2,6 +2,7 @@
Upstream-Name: PDFminer
Upstream-Contact: Yusuke Shinyama <yusuke at cs.nyu.edu>
Source: http://pypi.python.org/pypi/pdfminer/
+Files-Excluded: samples/nonfree/*
Comment:
All but trivial test PDF documents were removed from the sources/ directory
because of lack of source code for them.
Modified: packages/pdfminer/trunk/debian/watch
===================================================================
--- packages/pdfminer/trunk/debian/watch 2015-08-05 21:22:20 UTC (rev 33640)
+++ packages/pdfminer/trunk/debian/watch 2015-08-05 21:59:25 UTC (rev 33641)
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/,dversionmangle=s/\+dfsg\d*$// \
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,dversionmangle=s/\+dfsg\d*$//,repacksuffix=+dfsg \
http://pypi.debian.net/pdfminer/pdfminer-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list