[Python-modules-commits] r5014 - in packages/scipy/trunk/debian (changelog rules)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Mon Apr 14 13:06:11 UTC 2008
Date: Monday, April 14, 2008 @ 13:06:10
Author: certik-guest
Revision: 5014
fixes FTBFS
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/rules
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2008-04-14 07:24:51 UTC (rev 5013)
+++ packages/scipy/trunk/debian/changelog 2008-04-14 13:06:10 UTC (rev 5014)
@@ -1,3 +1,10 @@
+python-scipy (0.6.0-11) unstable; urgency=low
+
+ * Fixes FTBFS, by unexporting LDFLAGS, the same hack as in numpy (Closes:
+ #475990)
+
+ -- Ondrej Certik <ondrej at certik.cz> Mon, 14 Apr 2008 14:53:57 +0200
+
python-scipy (0.6.0-10) unstable; urgency=low
[Sandro Tosi]
Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules 2008-04-14 07:24:51 UTC (rev 5013)
+++ packages/scipy/trunk/debian/rules 2008-04-14 13:06:10 UTC (rev 5014)
@@ -8,6 +8,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+unexport LDFLAGS
+
PYVERS:= $(shell pyversions -v -r debian/control)
BASE=$(shell pwd)/debian
#debian_patches= umfpack signals viewer sandbox #fft python23 amd64
More information about the Python-modules-commits
mailing list