[SCM] xvidcore/master: Avoid running configure in the clean rule.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Feb 24 13:52:58 UTC 2011


The following commit has been merged in the master branch:
commit 3b45e35bac44f4af719ef22286063099bfde803d
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Thu Feb 24 14:50:11 2011 +0100

    Avoid running configure in the clean rule.

diff --git a/debian/rules b/debian/rules
index 38bbab6..f30b58b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@ CFLAGS = $(or $(DEB_CFLAGS),)
 
 %:
 	dh $@ --sourcedirectory=build/generic
+
+override_dh_auto_clean:
+	touch build/generic/platform.inc
+	dh_auto_clean

-- 
xvidcore packaging



More information about the pkg-multimedia-commits mailing list