>   to speed up the kdelibs4c2a transition, I've uploaded a NMU to fix
>   this bug. Patch attached.

  I accidentally built on a chroot with autoconf installed, and did not
  detect a FTBFS when autoconf is not installed. Sorry for that, second
  NMU coming, patch attached.

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
                                           Listening to: Astrud - Masaje
diff -u kompose-0.5.3/debian/rules kompose-0.5.3/debian/rules
--- kompose-0.5.3/debian/rules
+++ kompose-0.5.3/debian/rules
@@ -41,6 +41,9 @@
 
 config.status: configure
        dh_testdir
+       # aclocal.m4 and acinclude.m4 have too recent timestamps in the
+       # tarball, compensate it
+       find . -name Makefile.in | xargs touch configure config.h.in
        # Add here commands to configure the package.
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --disable-rpath
 
diff -u kompose-0.5.3/debian/changelog kompose-0.5.3/debian/changelog
--- kompose-0.5.3/debian/changelog
+++ kompose-0.5.3/debian/changelog
@@ -1,3 +1,12 @@
+kompose (0.5.3-1.2) unstable; urgency=low
+
+  * Non-maintainer upload to complete the previous one.
+  * Upstream's tarball has some botched timestamps in autotools files;
+    introduce some touch-fu in debian/rules to allow compilation without
+    automake and autoconf.
+
+ -- Adeodato Simó <[EMAIL PROTECTED]>  Sat, 10 Dec 2005 16:58:47 +0100
+
 kompose (0.5.3-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to