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

akumar at users.alioth.debian.org akumar at users.alioth.debian.org
Wed Oct 8 16:07:42 UTC 2008


    Date: Wednesday, October 8, 2008 @ 16:07:41
  Author: akumar
Revision: 6653

* Non-maintainer upload.
* Revert to the standard build procedure
  to overcome the "undefined symbol: __gxx_personality_v0"
  errors which appear when CC=g++ is passed on to setup.py.

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-08 12:18:32 UTC (rev 6652)
+++ packages/matplotlib/branches/lenny/debian/changelog	2008-10-08 16:07:41 UTC (rev 6653)
@@ -1,3 +1,12 @@
+matplotlib (0.98.1-1+lenny1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Revert to the standard build procedure
+    to overcome the "undefined symbol: __gxx_personality_v0"
+    errors which appear when CC=g++ is passed on to setup.py.
+
+ -- Kumar Appaiah <akumar at debian.org>  Fri, 03 Oct 2008 17:48:11 -0500
+
 matplotlib (0.98.1-1+lenny1.1) testing-proposed-updates; urgency=low
 
   * Non-maintainer upload.

Modified: packages/matplotlib/branches/lenny/debian/rules
===================================================================
--- packages/matplotlib/branches/lenny/debian/rules	2008-10-08 12:18:32 UTC (rev 6652)
+++ packages/matplotlib/branches/lenny/debian/rules	2008-10-08 16:07:41 UTC (rev 6653)
@@ -26,7 +26,7 @@
 
 build-stamp-%:
 	dh_testdir
-	CC=g++ python$* ./setup.py build $(PY_BUILD_FLAGS)
+	python$* ./setup.py build $(PY_BUILD_FLAGS)
 	touch $@
 
 




More information about the Python-modules-commits mailing list