[SCM] Packaging for numexpr branch, master, updated. debian/2.0.1-2-21-g743fb7f

Antonio Valentino antonio.valentino at tiscali.it
Sat Jun 1 10:07:58 UTC 2013


The following commit has been merged in the master branch:
commit 743fb7fb6ce523c3af15fd50835debeace499a56
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jun 1 12:07:32 2013 +0200

    Fix install rules for python 3.3

diff --git a/debian/rules b/debian/rules
index a62725b..a7f3a06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ 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*.so" "debian/tmp/usr/lib/python3*" -p python3-numexpr
+	dh_install -X"*dmu.so" -X"*dm.so" "debian/tmp/usr/lib/python3*" -p python3-numexpr
 
 	# Install the debug extensions to python-numexpr-dbg
 	dh_install "debian/tmp/usr/lib/python2*/*-packages/numexpr/*_d.so" -p python-numexpr-dbg

-- 
Packaging for numexpr



More information about the debian-science-commits mailing list