debian/rules file so that a dpkg-source created patch won't
trigger an attempt rebuild of the configure script. (Addresses
Debian Bug #272558)
+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
${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} && \