[SCM] ladish/master: Move list of files to clean into debian/clean, shorten debian/rules.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 23 10:41:22 UTC 2011


The following commit has been merged in the master branch:
commit 8bafbaccee4d44e9f0e15dcbe277a29223e462e0
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 23 11:40:58 2011 +0100

    Move list of files to clean into debian/clean, shorten debian/rules.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..821b1d4
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,5 @@
+autowaf.pyc
+.lock-wscript
+.waf*
+build
+
diff --git a/debian/rules b/debian/rules
index fba8b5c..102b9f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,10 +14,7 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	$(WAF) distclean
-	rm -f autowaf.pyc
-	rm -rf .lock-wscript
-	rm -rf .waf*
-	rm -rf build
+	dh_auto_clean
 
 override_dh_auto_install:
 	$(WAF) install --destdir=$(CURDIR)/debian/tmp

-- 
ladish packaging



More information about the pkg-multimedia-commits mailing list