[Python-modules-commits] r25779 - in packages/scipy/trunk/debian (rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Sep 7 20:43:54 UTC 2013
Date: Saturday, September 7, 2013 @ 20:43:51
Author: jtaylor-guest
Revision: 25779
make sure dbg module deletion does not match kfreebsd arch tuple
Modified:
packages/scipy/trunk/debian/rules
Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules 2013-09-07 20:03:36 UTC (rev 25778)
+++ packages/scipy/trunk/debian/rules 2013-09-07 20:43:51 UTC (rev 25779)
@@ -39,9 +39,9 @@
override_dh_install: $(PY3VERS:%=install-python%) $(PY2VERS:%=install-python%)
dh_install
find debian/python-scipy -type f -name '*_d.so' -delete
- find debian/python3-scipy -type f -name '*.cpython-*d*.so' -delete
+ find debian/python3-scipy -type f -name '*.cpython-3?d*.so' -delete
find debian/python-scipy-dbg ! -type d ! -name '*_d.so' -delete
- find debian/python3-scipy-dbg ! -type d ! -name '*.cpython-*d*.so' -delete
+ find debian/python3-scipy-dbg ! -type d ! -name '*.cpython-3?d*.so' -delete
find debian/python-scipy-dbg -depth -empty -exec rmdir {} \;
find debian/python3-scipy-dbg -depth -empty -exec rmdir {} \;
rm -f $(BASE)/python-scipy*/usr/lib/python*/*-packages/scipy/LICENSE.txt;
More information about the Python-modules-commits
mailing list