[SCM] Packaging for DFArc branch, master, updated. upstream/3.2.1-12-g948b912

Sylvain Beucler beuc at beuc.net
Fri Jun 19 18:57:17 UTC 2009


The following commit has been merged in the master branch:
commit 948b912679d28994c514403cedb7526d8092caf7
Author: Sylvain Beucler <beuc at beuc.net>
Date:   Fri Jun 19 20:39:57 2009 +0200

    Disable update-autotools-config.sh for this release

diff --git a/debian/rules b/debian/rules
index dbb79fc..d0e1d92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,9 +51,12 @@ clean:
 
 	# Add here commands to clean up after the build process.
 	[ ! -e $(BUILD) ] || $(MAKE) -C $(BUILD) distclean
-#	Install autotools-dev's config.sub and config.guess, if newer:
-	chmod 755 debian/update-autotools-config.sh
-	debian/update-autotools-config.sh autotools/
+#	Not necessary in this release, it doesn't use
+#	AC_CANONICAL_HOST and hence config.guess&config.sub aren't
+#	present:
+##	Install autotools-dev's config.sub and config.guess, if newer:
+#	chmod 755 debian/update-autotools-config.sh
+#	debian/update-autotools-config.sh autotools/
 
 	rm -rf $(BUILD)
 	dh_clean 

-- 
Packaging for DFArc



More information about the Pkg-games-commits mailing list