On 2008-08-25 Andreas Metzler <[EMAIL PROTECTED]> wrote:
> Find attached 

grr.
reverted:
reverted:
diff -u gmpc-0.15.5.0/debian/changelog gmpc-0.15.5.0/debian/changelog
--- gmpc-0.15.5.0/debian/changelog
+++ gmpc-0.15.5.0/debian/changelog
@@ -1,3 +1,13 @@
+gmpc (0.15.5.0-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Use magic touch in debian/rules to prevent auto* exceution at build time
+    (The debian diff.gz. touches configure and configure.ac) Fixes FTBFS.
+    Closes: #494241
+  * remove Makefile and config.log on clean to prevent patch inflation.
+
+ -- Andreas Metzler <[EMAIL PROTECTED]>  Mon, 25 Aug 2008 19:52:24 +0200
+
 gmpc (0.15.5.0-2.1) unstable; urgency=low
 
   * NMU (package is in LowThresholdNMU list)
diff -u gmpc-0.15.5.0/debian/rules gmpc-0.15.5.0/debian/rules
--- gmpc-0.15.5.0/debian/rules
+++ gmpc-0.15.5.0/debian/rules
@@ -24,3 +24,7 @@
-	rm -f config.status
+	rm -f config.status Makefile config.log
 	rm -rf autom4te.cache
 #	rm -rf $(DEB_BUILDDIR)
+
+configure/gmpc::
+# Touch-magic to prevent auto* from running. Executed after ./configure
+	touch -r Makefile.am configure.ac aclocal.m4 configure

Reply via email to