[SCM] a52dec packaging branch, dima, updated. debian/0.7.4-12-16-gc6b4f45

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Dec 7 08:26:27 UTC 2009


The following commit has been merged in the dima branch:
commit c6b4f45ea6c7e393df28ad9079a230126e5c311f
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Dec 7 09:26:43 2009 +0100

    Instead of override_dh_auto_clean, remove config.sub and config.guess from debian/clean (from the right directory).

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..a9598ed
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+autotools/config.guess
+autotools/config.sub
diff --git a/debian/rules b/debian/rules
index fe3b07a..8a58a08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,7 @@
 
 %:
 	dh $@
+
 override_dh_auto_configure:
 	ln -sf /usr/share/misc/config.sub /usr/share/misc/config.guess autotools/
 	dh_auto_configure -- --enable-shared
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -f config.sub config.guess

-- 
a52dec packaging



More information about the pkg-multimedia-commits mailing list