[SCM] Packaging for DFArc branch, master, updated. debian/3.4-1-4-gd73c07d
Sylvain Beucler
beuc at beuc.net
Tue Sep 22 18:16:18 UTC 2009
The following commit has been merged in the master branch:
commit 180c4edaafbaf7f291c139bdcae9192385c1f17e
Author: Sylvain Beucler <beuc at beuc.net>
Date: Tue Sep 22 20:05:35 2009 +0200
Replace config.sub/config.guess in 'configure' rather than 'clean' target, so diff.gz is cleaner
diff --git a/debian/rules b/debian/rules
index 6f6c1d2..18b4c5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,10 @@ $(BUILD)/config.status: configure
dh_testdir
[ -d $(BUILD) ] || mkdir $(BUILD)
+ #Install autotools-dev's config.sub and config.guess, if newer:
+ chmod 755 debian/update-autotools-config.sh
+ debian/update-autotools-config.sh autotools/
+
# Using '--disable-desktopfiles' to avoid installing FreeDesktop files
# on the builder (rather than on the end-user computer)
cd $(BUILD) && $(SRC)/configure $(confflags) \
@@ -53,9 +57,6 @@ 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/
rm -rf $(BUILD)
dh_clean
--
Packaging for DFArc
More information about the Pkg-games-commits
mailing list