[Python-modules-commits] r24606 - in packages/scipy/trunk/debian (changelog rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Tue May 28 22:54:49 UTC 2013


    Date: Tuesday, May 28, 2013 @ 22:54:47
  Author: jtaylor-guest
Revision: 24606

don't install setup.py and generator scripts

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

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2013-05-28 21:59:25 UTC (rev 24605)
+++ packages/scipy/trunk/debian/changelog	2013-05-28 22:54:47 UTC (rev 24606)
@@ -22,6 +22,7 @@
   * Bump standard to 3.9.4, no changes required
   * drop unused sharutils build depend and python-profiler from suggests
   * use system python-six and python-decorator instead of embedded copies
+  * don't install setup.py and generator scripts
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules	2013-05-28 21:59:25 UTC (rev 24605)
+++ packages/scipy/trunk/debian/rules	2013-05-28 22:54:47 UTC (rev 24606)
@@ -49,6 +49,10 @@
 	rm -f $(BASE)/python-scipy*/usr/lib/python*/*-packages/scipy/LICENSE.txt;
 	rm -fr $(BASE)/python-scipy*/usr/lib/python*/*-packages/scipy/weave/examples/
 
+	# drop all the installed setup.py files
+	find $(BASE)/ -name setup.py -delete
+	find $(BASE)/ -name generate_ufuncs.py -delete
+
 	set -e && for py in $(PY2VERS); do \
 	  ln -sf /usr/lib/python$$py/dist-packages/six.py $(BASE)/python-scipy/usr/lib/python$$py/dist-packages/scipy/lib/six.py; \
 	  ln -sf /usr/lib/python$$py/dist-packages/decorator.py $(BASE)/python-scipy/usr/lib/python$$py/dist-packages/scipy/lib/decorator.py; \




More information about the Python-modules-commits mailing list