r20038 - /desktop/experimental/totem/debian/rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon May 18 20:52:42 UTC 2009


Author: slomo
Date: Mon May 18 20:52:42 2009
New Revision: 20038

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20038
Log:
Fix dh_pysupport call, don't create shlibs files

Modified:
    desktop/experimental/totem/debian/rules

Modified: desktop/experimental/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/rules?rev=20038&op=diff
==============================================================================
--- desktop/experimental/totem/debian/rules (original)
+++ desktop/experimental/totem/debian/rules Mon May 18 20:52:42 2009
@@ -19,8 +19,10 @@
 
 DEB_DH_STRIP_ARGS := --dbg-package=totem-dbg
 
+DEB_DH_MAKESHLIBS_ARGS += -Xdebian/
+
 binary-install/totem-plugins::
-	dh_pysupport -a /usr/lib/totem/plugins/totem
+	dh_pysupport /usr/lib/totem/plugins
 
 common-binary-predeb-arch::
 	find debian -name *.a -exec rm '{}' \;




More information about the pkg-gnome-commits mailing list