[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090609-1-20-g980104c

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Jul 9 08:24:19 UTC 2009


The following commit has been merged in the master branch:
commit 8d279fb4af5b82052fc4b99ec1814584b19ee11e
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Thu Jul 9 10:25:51 2009 +0200

    Clean up clean target in debian/rules in favour of debian/clean.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..0708329
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,3 @@
+config-extra-includes.h
+EXTRA
+formats.txt
diff --git a/debian/rules b/debian/rules
index 25bafa3..26908fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,11 +72,10 @@ clean-real:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp $(addprefix build-stamp-, $(FLAVORS)) \
-	    $(addprefix configure-stamp-, $(FLAVORS)) patch-stamp
+	    $(addprefix configure-stamp-, $(FLAVORS)) patch-stamp \
+	    build-doxy-stamp
 	rm -rf $(addprefix debian-, $(FLAVORS)) doxy
-	dh_clean build-doxy-stamp EXTRA
-	dh_clean config-extra-includes.h debian/tmp.debhelper.log
-	dh_clean formats.txt
+	dh_clean
 
 get-orig-source:
 	dh_testdir

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list