r45483 - /packages/nlopt/trunk/debian/rules

sk-guest at users.alioth.debian.org sk-guest at users.alioth.debian.org
Thu Dec 27 13:18:23 UTC 2012


Author: sk-guest
Date: Thu Dec 27 13:18:22 2012
New Revision: 45483

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45483
Log:
Ignore shared libraries in nlopt-python (fix postinst/rm-has-useless-call-to-ldconfig lintian warning's)

Modified:
    packages/nlopt/trunk/debian/rules

Modified: packages/nlopt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/nlopt/trunk/debian/rules?rev=45483&op=diff
==============================================================================
--- packages/nlopt/trunk/debian/rules (original)
+++ packages/nlopt/trunk/debian/rules Thu Dec 27 13:18:22 2012
@@ -57,7 +57,7 @@
 		xargs strip --strip-unneeded --remove-section=.comment
 
 override_dh_makeshlibs:
-	dh_makeshlibs -X/usr/lib/python2.7/dist-packages
+	dh_makeshlibs $(shell for v in $(PYVERS); do printf -- "-X/usr/lib/python$$v/dist-packages "; done)
 
 override_dh_shlibdeps:
 	dh_shlibdeps -- \




More information about the debian-science-commits mailing list