[Pkg-wmaker-commits] [wmfsm] 06/83: Imported Debian patch 0.34-8

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 14:05:40 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmfsm.

commit 19958ede75570f03399f637dd27de9e01b4dc4c5
Author: Arthur Korn <arthur at debian.org>
Date:   Wed Aug 3 01:02:58 2005 +0200

    Imported Debian patch 0.34-8
---
 debian/changelog |  8 ++++++++
 debian/rules     | 10 ++++++++++
 2 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1d475a3..8fb6150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wmfsm (0.34-8) unstable; urgency=low
+
+  * rules: fix timestamps of various autoconfig related files to
+    avoid unnecessary rebuild (and the dependency on autoconf).
+    closes: #321011
+
+ -- Arthur Korn <arthur at debian.org>  Wed,  3 Aug 2005 01:02:58 +0200
+
 wmfsm (0.34-7) unstable; urgency=low
 
   * remove build dependency on automake1.6
diff --git a/debian/rules b/debian/rules
index df34eb7..d469635 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,16 @@ clean:
 	-test -r /usr/share/misc/config.guess && \
 	   cp -f /usr/share/misc/config.guess config.guess
 
+	# fix timestamps which are wrong in .orig.tar.gz
+	find . -name Makefile.am -exec touch {} \;
+	find . -name configure.in -exec touch {} \;
+	find . -name aclocal.m4 -exec touch {} \;
+	find . -name configure -exec touch {} \;
+	find . -name config.h.in -exec touch {} \;
+	find . -name Makefile.in -exec touch {} \;
+	find . -name config.h -exec touch {} \;
+	find . -name Makefile -exec touch {} \;
+
 	dh_clean
 
 install: build

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



More information about the Pkg-wmaker-commits mailing list