[SCM] liblivemedia/master: Use the new distclean target.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Dec 22 12:43:03 UTC 2012


The following commit has been merged in the master branch:
commit 8a6f52564a9740c9feceaf6b099d25343096fd3f
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Dec 22 13:42:29 2012 +0100

    Use the new distclean target.

diff --git a/debian/rules b/debian/rules
index b30746f..c3007d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,8 @@ endif
 	dh $@ --parallel
 
 override_dh_auto_clean:
-	[ ! -f Makefile ] || $(MAKE) clean
+	dh_auto_clean
 	rm -f `find . -name '*.a'`
-	rm -f `find . -name Makefile`
 
 override_dh_auto_configure:
 	./genMakefiles linux

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list