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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Apr 10 21:44:42 UTC 2015


    Date: Friday, April 10, 2015 @ 21:44:41
  Author: morph
Revision: 32266

* debian/rules
  - remove embedded CXX, this should avoid accidental usage even though we set
    to ues the system installed one

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

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2015-04-10 21:29:59 UTC (rev 32265)
+++ packages/matplotlib/trunk/debian/changelog	2015-04-10 21:44:41 UTC (rev 32266)
@@ -3,8 +3,11 @@
   * New upstream release
   * debian/patches/CVE-2013-1424.patch
     - dropped, merged upstream
+  * debian/rules
+    - remove embedded CXX, this should avoid accidental usage even though we set
+      to ues the system installed one
 
- -- Sandro Tosi <morph at debian.org>  Fri, 10 Apr 2015 01:24:49 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 10 Apr 2015 22:43:59 +0100
 
 matplotlib (1.4.3~rc1-1) experimental; urgency=medium
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2015-04-10 21:29:59 UTC (rev 32265)
+++ packages/matplotlib/trunk/debian/rules	2015-04-10 21:44:41 UTC (rev 32266)
@@ -101,6 +101,9 @@
 	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
 
+	# remove embedded CXX to prevent it to be picked up
+	rm -rf extern/CXX/
+
 # install
 install-arch: build-arch $(PY2VERS:%=install-%-stamp) $(PY3VERS:%=install-py3-%-stamp)
 	dh_testdir




More information about the Python-modules-commits mailing list