[numexpr] 01/01: Use the same fix applied in ubuntu

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Mon Jan 13 22:44:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

a_valentino-guest pushed a commit to branch master
in repository numexpr.

commit 288ff7e2af416f3a80ea2f0fb78d865858a5dc5e
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Mon Jan 13 23:19:37 2014 +0100

    Use the same fix applied in ubuntu
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0de6237..53ff56f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,9 @@ override_dh_auto_install: $(PY3VERS:%=install-python%)
 override_dh_install:
 	# Install everything excluding the *_d.so debug extensions to python-numexpr
 	dh_install -X"*_d.so" "debian/tmp/usr/lib/python2*" -p python-numexpr
-	dh_install -X"dm" "debian/tmp/usr/lib/python3*" -p python3-numexpr
+	find debian/python-numexpr -name '*_d.so' | xargs -r rm -f
+	dh_install -X"*dmu.so" -X"*dm.so" "debian/tmp/usr/lib/python3*" -p python3-numexpr
+	find debian/python3-numexpr -name '*.cpython-??dm-*.so' | xargs -r rm -f
 
 	# Install the debug extensions to python-numexpr-dbg
 	dh_install "debian/tmp/usr/lib/python2*/*-packages/numexpr/*_d.so" -p python-numexpr-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/numexpr.git



More information about the debian-science-commits mailing list