From: Luca Falavigna <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Make the build independent of the python version
Package: python-scipy
Version: 0.5.2-7
Severity: minor

Make the build independent of the python version by using wilcards in
debian/rules. Attached debdiff implements it.
Thank you.
diff -Nru python-scipy-0.5.2/debian/changelog 
python-scipy-0.5.2/debian/changelog
--- python-scipy-0.5.2/debian/changelog 2007-03-12 22:04:06.000000000 +0100
+++ python-scipy-0.5.2/debian/changelog 2007-03-12 22:04:09.000000000 +0100
@@ -1,3 +1,9 @@
+python-scipy (0.5.2-8) unstable; urgency=low
+
+  * Make the build independent of the python version
+
+ -- Luca Falavigna <[EMAIL PROTECTED]>  Mon, 12 Mar 2007 21:57:33 +0100
+
 python-scipy (0.5.2-7) unstable; urgency=low
 
   * Added 'm86k' among the archs on which xplt should not build.
diff -Nru python-scipy-0.5.2/debian/rules python-scipy-0.5.2/debian/rules
--- python-scipy-0.5.2/debian/rules     2007-03-12 22:04:06.000000000 +0100
+++ python-scipy-0.5.2/debian/rules     2007-03-12 22:04:09.000000000 +0100
@@ -49,8 +49,7 @@
        #rm $(BASE)/python-scipy/usr/share/doc/python-scipy/weave/examples/*.so
        #mv Lib/weave/doc $(BASE)/python-scipy/usr/share/doc/python-scipy/weave
 
-       rm -fr 
$(BASE)/python-scipy/usr/lib/python2.3/site-packages/scipy/weave/examples/
-       rm -fr 
$(BASE)/python-scipy/usr/lib/python2.4/site-packages/scipy/weave/examples/
+       rm -fr 
$(BASE)/python-scipy/usr/lib/python*/site-packages/scipy/weave/examples/
 
 # Build architecture-independent files here.
 binary-indep: 

Reply via email to