[SCM] create-resources/master: Don't purge SConscript~ files, to avoid introducing changes into the sources tree.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jun 9 09:09:01 UTC 2011


The following commit has been merged in the master branch:
commit ddde5fa5d6a9d4cf5bc8dd7a972601f4b8e46b2a
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jun 9 11:07:36 2011 +0200

    Don't purge SConscript~ files, to avoid introducing changes into the sources tree.

diff --git a/debian/rules b/debian/rules
index 42067e3..fc17eeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,6 @@ override_dh_auto_install:
 	rmdir $(CURDIR)/debian/create-resources/usr/share/doc/create
 	cd $(CURDIR)/debian/create-resources/usr/share/doc/create-resources && \
 		rm -f INSTALL* COPYING*
+
+override_dh_clean:
+	dh_clean -XSConscript~

-- 
create-resources packaging



More information about the pkg-multimedia-commits mailing list