r50571 - /desktop/unstable/totem/debian/rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Sep 14 15:51:44 UTC 2016


Author: ah
Date: Wed Sep 14 15:51:44 2016
New Revision: 50571

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50571
Log:
Also drop the __pycache__ which showed up after dh conversion

Modified:
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=50571&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem/debian/rules	[utf-8] Wed Sep 14 15:51:44 2016
@@ -39,4 +39,5 @@
 
 override_dh_install:
 	find debian -name '*.a' -o -name '*.la' -delete
+	rm -rf debian/tmp/usr/lib/x86_64-linux-gnu/totem/plugins/*/__pycache__
 	dh_install




More information about the pkg-gnome-commits mailing list