[SCM] libtunepimp/master: Drop explicit config.{sub, guess} refreshing: Done by CDBS now.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Jan 1 16:03:41 UTC 2011


The following commit has been merged in the master branch:
commit 384ca6bdd6a67dc32be0bf479be9823afb7a6604
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jan 1 17:03:13 2011 +0100

    Drop explicit config.{sub,guess} refreshing: Done by CDBS now.

diff --git a/debian/rules b/debian/rules
index b9bcc58..75bdea2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,12 +20,6 @@ endif
 
 config.status: configure patch-stamp
 	dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 	./configure --host=$(DEB_HOST_GNU_TYPE) \
 		    --build=$(DEB_BUILD_GNU_TYPE) \
 		    --prefix=/usr --without-included-ltdl \
@@ -41,7 +35,7 @@ build-stamp: config.status tunepimp.doxy
 clean:: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp config.log stamp-h config.sub config.guess
+	rm -f build-stamp config.log stamp-h
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -rf python/build/
 	rm -rf docs/

-- 
libtunepimp packaging



More information about the pkg-multimedia-commits mailing list