[Python-modules-commits] r6644 - in packages/matplotlib/branches/lenny/debian (changelog rules)

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Fri Oct 3 22:47:26 UTC 2008


    Date: Friday, October 3, 2008 @ 22:47:26
  Author: akumar
Revision: 6644

* Non-maintainer upload.
* debian/rules:
  - Force use of g++ to compile C++ files, instead of gcc.

Modified:
  packages/matplotlib/branches/lenny/debian/changelog
  packages/matplotlib/branches/lenny/debian/rules

Modified: packages/matplotlib/branches/lenny/debian/changelog
===================================================================
--- packages/matplotlib/branches/lenny/debian/changelog	2008-10-03 20:56:40 UTC (rev 6643)
+++ packages/matplotlib/branches/lenny/debian/changelog	2008-10-03 22:47:26 UTC (rev 6644)
@@ -1,3 +1,11 @@
+matplotlib (0.98.1-1+lenny1.1) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+    - Force use of g++ to compile C++ files, instead of gcc.
+
+ -- Kumar Appaiah <akumar at debian.org>  Thu, 18 Sep 2008 07:53:48 -0500
+
 matplotlib (0.98.1-1+lenny1) testing-proposed-updates; urgency=low
 
   [ Kumar Appaiah ]

Modified: packages/matplotlib/branches/lenny/debian/rules
===================================================================
--- packages/matplotlib/branches/lenny/debian/rules	2008-10-03 20:56:40 UTC (rev 6643)
+++ packages/matplotlib/branches/lenny/debian/rules	2008-10-03 22:47:26 UTC (rev 6644)
@@ -26,7 +26,7 @@
 
 build-stamp-%:
 	dh_testdir
-	python$* ./setup.py build $(PY_BUILD_FLAGS)
+	CC=g++ python$* ./setup.py build $(PY_BUILD_FLAGS)
 	touch $@
 
 




More information about the Python-modules-commits mailing list