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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat May 7 09:07:56 UTC 2011


    Date: Saturday, May 7, 2011 @ 09:07:45
  Author: morph
Revision: 16941

remove compiled python code from documentation

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2011-05-07 08:51:36 UTC (rev 16940)
+++ packages/matplotlib/trunk/debian/changelog	2011-05-07 09:07:45 UTC (rev 16941)
@@ -6,6 +6,7 @@
       Rivera for the analysis; Closes: #625150
   * debian/rules
     - remove verbose logging for debhelper
+    - remove compiled python code from documentation
   * debian/patches/70_search_new_tkdir.patch
     - added patch to look for the updated location of 'tkConfig.sh' script;
       thanks to Julian Taylor for the report and patch; Closes: #621700
@@ -13,7 +14,7 @@
     - bump Standards-Version to 3.9.2 (no changes needed)
     - removed XB-P-V/Conflicts/Replaces/Provides, no more needed
 
- -- Sandro Tosi <morph at debian.org>  Sat, 07 May 2011 01:38:28 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 07 May 2011 01:49:52 +0200
 
 matplotlib (1.0.1-1) experimental; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2011-05-07 08:51:36 UTC (rev 16940)
+++ packages/matplotlib/trunk/debian/rules	2011-05-07 09:07:45 UTC (rev 16941)
@@ -126,6 +126,8 @@
 	dh_testroot -i
 	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
 	ln -sf /usr/share/javascript/jquery/jquery.js \




More information about the Python-modules-commits mailing list