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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Feb 14 00:07:43 UTC 2015


    Date: Saturday, February 14, 2015 @ 00:07:42
  Author: morph
Revision: 31861

* debian/rules
  - fix a FTBFS when building twice in a row

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2015-02-13 21:04:40 UTC (rev 31860)
+++ packages/matplotlib/trunk/debian/changelog	2015-02-14 00:07:42 UTC (rev 31861)
@@ -16,8 +16,10 @@
   * debian/control
     - added locales-all to b-d, needed to ensure en_US.UTF-8 locale is
       available, required by test suite
+  * debian/rules
+    - fix a FTBFS when building twice in a row
 
- -- Sandro Tosi <morph at debian.org>  Fri, 13 Feb 2015 16:24:30 +0000
+ -- Sandro Tosi <morph at debian.org>  Sat, 14 Feb 2015 00:07:05 +0000
 
 matplotlib (1.4.2-3) unstable; urgency=medium
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2015-02-13 21:04:40 UTC (rev 31860)
+++ packages/matplotlib/trunk/debian/rules	2015-02-14 00:07:42 UTC (rev 31861)
@@ -97,6 +97,10 @@
 	rm -rf doc/mpl_examples
 	rm -rf doc/mpl_toolkits/axes_grid/examples
 
+	# build twice in a row
+	rm -rf doc/tex.cache/ fontList.py3k.cache result_images/ test_cache/ tex.cache/ examples/pylab_examples/test.xls
+	rm -rf doc/finance.cache/ doc/fontList.cache fontList.cache
+
 # install
 install-arch: build-arch $(PY2VERS:%=install-%-stamp) $(PY3VERS:%=install-py3-%-stamp)
 	dh_testdir




More information about the Python-modules-commits mailing list