[lordsawar] 34/133: * touch aclocal.m4, Makefile.in and configure to make autotools happy and avoid autoreconf with ftbfs_gcc-4.3_fix.diff * clean the .pc directory

Markus Koschany apo-guest at moszumanska.debian.org
Thu Jul 2 17:37:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository lordsawar.

commit 5d2c52201af90b012d5e9be2bf4b079f37001586
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Sat Apr 26 01:08:51 2008 +0000

     * touch aclocal.m4, Makefile.in and configure to make autotools happy
       and avoid autoreconf with ftbfs_gcc-4.3_fix.diff
     * clean the .pc directory
---
 debian/changelog | 7 ++++++-
 debian/rules     | 6 ++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e3876a4..e52b9f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,12 @@ lordsawar (0.0.8-2) unstable; urgency=high
   * Added patches/ftbfs_gcc-4.3_fix.diff to fix FTBFS with gcc 4.3
     (Closes: #474856)
 
- -- Alexander Schmehl <tolimar at debian.org>  Sun, 06 Apr 2008 13:16:14 +0200
+  [ Gonéri Le Bouder ]
+  * touch aclocal.m4, Makefile.in and configure to make autotools happy
+    and avoid autoreconf with ftbfs_gcc-4.3_fix.diff
+  * clean the .pc directory
+
+ -- Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  Sat, 26 Apr 2008 03:32:39 +0200
 
 lordsawar (0.0.8-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 7b51be1..5725adf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ endif
 config.status: configure
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	touch aclocal.m4 # to avoid autotools auto reconfigure
+	touch Makefile.in
+	touch configure
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -43,10 +46,9 @@ clean:
 	dh_testdir
 	dh_testroot
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -f build-stamp 
 
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f config.sub config.guess
+	rm -rf config.sub config.guess .pc build-stamp
 
 	dh_clean 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lordsawar.git



More information about the Pkg-games-commits mailing list