[SCM] rotter packaging branch, master, updated. debian/0.8-1

freee at users.alioth.debian.org freee at users.alioth.debian.org
Fri Dec 4 07:51:31 UTC 2009


The following commit has been merged in the master branch:
commit 8aadd212a326164ad55d41509fd68a29f9154fb2
Author: Free Ekanayaka <free at 64studio.com>
Date:   Fri Dec 4 08:27:27 2009 +0100

    Save the original config.{sub,guess} and restore them on clean target

diff --git a/debian/rules b/debian/rules
index 1c9f3e0..4592722 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,13 @@
 	dh $@
 
 override_dh_auto_clean:
-	rm -f config.sub config.guess
+	-mv -f config.guess.orig config.guess
+	-mv -f config.sub.orig config.sub
 	dh_auto_clean
 
 override_dh_auto_configure:
+	-mv -f config.guess config.guess.orig
+	-mv -f config.sub config.sub.orig
 	ln -fs /usr/share/misc/config.guess $(CURDIR)/config.guess
 	ln -fs /usr/share/misc/config.sub $(CURDIR)/config.sub
 	dh_auto_configure

-- 
rotter packaging



More information about the pkg-multimedia-commits mailing list