[Pkg-utopia-commits] r1736 - /packages/unstable/dbus-python/debian/rules

smcv-guest at users.alioth.debian.org smcv-guest at users.alioth.debian.org
Thu Sep 27 16:38:39 UTC 2007


Author: smcv-guest
Date: Thu Sep 27 16:38:39 2007
New Revision: 1736

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1736
Log:
Delete .pyc files in clean (upstream Makefile won't do this because we use out-of-tree builds) (#442539)

Modified:
    packages/unstable/dbus-python/debian/rules

Modified: packages/unstable/dbus-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/rules?rev=1736&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/rules (original)
+++ packages/unstable/dbus-python/debian/rules Thu Sep 27 16:38:39 2007
@@ -72,6 +72,7 @@
 	-test -f config.guess && \
 		test -r /usr/share/misc/config.guess && \
 		cp -f /usr/share/misc/config.guess config.guess
+	find dbus -name '*.py[co]' -print0 | xargs -0 rm
 	dh_clean
 
 binary-indep: build install




More information about the Pkg-utopia-commits mailing list