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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Oct 8 15:17:07 UTC 2011


    Date: Saturday, October 8, 2011 @ 15:17:06
  Author: morph
Revision: 18844

don't install baseline_images dir, contains images only needed for tests
and takes a lot of disk space

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2011-10-07 20:39:47 UTC (rev 18843)
+++ packages/matplotlib/trunk/debian/changelog	2011-10-08 15:17:06 UTC (rev 18844)
@@ -6,12 +6,14 @@
   * debian/rules
     - install debug files where gdb looks for them
     - removed some doc files no more present in upstream tarball
+    - don't install baseline_images dir, contains images only needed for tests
+      and takes a lot of disk space
   * debian/copyright
     - updated to new release
   * debian/patches/*
     - updated/deleted/refreshed as per new code
 
- -- Sandro Tosi <morph at debian.org>  Thu, 06 Oct 2011 21:36:23 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 08 Oct 2011 17:13:29 +0200
 
 matplotlib (1.0.1-3) unstable; urgency=low
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2011-10-07 20:39:47 UTC (rev 18843)
+++ packages/matplotlib/trunk/debian/rules	2011-10-08 15:17:06 UTC (rev 18844)
@@ -96,6 +96,9 @@
 	find debian/$(pdbg) ! -type d ! -name '*.so' | xargs rm -f
 	find debian/$(pdbg) -depth -empty -exec rmdir {} \;
 
+	# don't install baseline_images, needed for tests only, but huge
+	rm -rf $(CURDIR)/debian/$(p)/usr/lib/python$*/*-packages/matplotlib/tests/baseline_images/
+
 	rm -rf $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/matplotlib/mpl-data/
 	rm -rf $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/matplotlib/backends/Matplotlib.nib/
 




More information about the Python-modules-commits mailing list