Package: lyskom-tty-client
Severity: important
Tags: patch

Hi,

lyskom-tty-client currently fails to build because it touches some of
the autoconf files, which messes up the time stamps, so the generated
Makefile might attempt to regenerate them again. The attached patch
touches these files in the correct order, so this won't happen.
Search for skew in /usr/share/doc/autotools-dev/README.Debian.gz for
more information.
Please apply, thanks.

bye, Roman

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: m68k
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-m68k-amiga
Locale: LANG=de_DE.UTF-8, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ur lyskom-tty-client-0.13.alfa.8.org/debian/rules 
lyskom-tty-client-0.13.alfa.8/debian/rules
--- lyskom-tty-client-0.13.alfa.8.org/debian/rules      2006-10-21 
01:50:26.000000000 +0200
+++ lyskom-tty-client-0.13.alfa.8/debian/rules  2006-10-21 05:30:54.000000000 
+0200
@@ -12,7 +12,12 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
+       touch aclocal.m4
+       find . -name Makefile.in -exec touch "{}" \;
        sed 's/= @MKINSTALLDIRS@/= @install_sh@ -d/' -i po/Makefile.in.in
+       touch po/POTFILES.in
+       touch config.h.in
+       touch configure
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
        touch configure-stamp
 

Reply via email to