[Python-modules-commits] r25405 - in packages/matplotlib/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Aug 5 20:16:39 UTC 2013


    Date: Monday, August 5, 2013 @ 20:16:36
  Author: morph
Revision: 25405

remove .pyc files from -doc package

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2013-08-05 17:08:55 UTC (rev 25404)
+++ packages/matplotlib/trunk/debian/changelog	2013-08-05 20:16:36 UTC (rev 25405)
@@ -20,12 +20,13 @@
     - update upstream copyright notice
   * debian/rules
     - setupegg.py was removed, use setup.py instead
+    - remove .pyc files from -doc package
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Fix typos in README.debian.
 
- -- Sandro Tosi <morph at debian.org>  Sat, 03 Aug 2013 23:54:05 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 05 Aug 2013 22:15:44 +0200
 
 matplotlib (1.2.0-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2013-08-05 17:08:55 UTC (rev 25404)
+++ packages/matplotlib/trunk/debian/rules	2013-08-05 20:16:36 UTC (rev 25405)
@@ -175,11 +175,11 @@
 	dh_installchangelogs -i CHANGELOG
 	dh_installdocs -p$(pd) -i doc/build/html/ doc/build/latex/Matplotlib.pdf
 	# remove pyc file from doc
-	find $(CURDIR)/debian/$(pd)/ -type f -name '*.pyc' | xargs rm -f
 	dh_installexamples -p$(pd) -i examples/*
 	dh_compress -i -Xexamples -Xexamples/data -Xpdf -X.js -Xobjects.inv
 	dh_link -i
 	dh_sphinxdoc
+	find $(CURDIR)/debian/$(pd)/ -type f -name '*.pyc' | xargs --no-run-if-empty rm
 	dh_lintian -i
 	dh_fixperms -i
 	dh_installdeb -i




More information about the Python-modules-commits mailing list