r20037 - /desktop/experimental/totem/debian/rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon May 18 20:35:57 UTC 2009


Author: slomo
Date: Mon May 18 20:35:57 2009
New Revision: 20037

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20037
Log:
Remove .a and .la 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=20037&op=diff
==============================================================================
--- desktop/experimental/totem/debian/rules (original)
+++ desktop/experimental/totem/debian/rules Mon May 18 20:35:57 2009
@@ -22,3 +22,7 @@
 binary-install/totem-plugins::
 	dh_pysupport -a /usr/lib/totem/plugins/totem
 
+common-binary-predeb-arch::
+	find debian -name *.a -exec rm '{}' \;
+	find debian -name *.la -exec rm '{}' \;
+




More information about the pkg-gnome-commits mailing list