]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Make sure the configure files are newer than configure.in the
authorTheodore Ts'o <tytso@mit.edu>
Fri, 24 Sep 2004 14:07:05 +0000 (10:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 24 Sep 2004 14:07:05 +0000 (10:07 -0400)
debian/rules file so that a dpkg-source created patch won't
trigger an attempt rebuild of the configure script.  (Addresses
Debian Bug #272558)

debian/changelog
debian/rules

index 39a42ba70b98d20fc6ab4b7a0459f2a24231fa4c..8a371dc5b590a3892c5481515088ebd5908845da 100644 (file)
@@ -1,3 +1,11 @@
+e2fsprogs (1.35-8) unstable; urgency=low
+
+  * Make sure the configure files are newer than configure.in the
+       debian/rules file so that a dpkg-source created patch won't
+       trigger an attempt rebuild of the configure script.  (Closes: #272558)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Wed, 22 Sep 2004 00:50:20 -0400
+
 e2fsprogs (1.35-7) unstable; urgency=low
 
   * Make sure "done" gets correctly translated in badblocks(8), and update
index 30a7c8cfed28b82908e127848629b4e15aa5b66c..ac13097b7b567f1e50e1a2a37a873b5d2db2f2cb 100644 (file)
@@ -109,6 +109,9 @@ endif
 ${CFGSTDSTAMP}:
        dh_testdir
 
+       # Make sure we don't try to rebuild the configure scripts
+       find . -name configure | xargs touch
+
        mkdir -p ${stdbuilddir}
 ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
        cd ${stdbuilddir} && \