Package: kaptain
Severity: important
Tags: patch
Hi,
kaptain 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.
Steinar: I send you a copy, as you did NMU before, which touched the
autoconf files.
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 kaptain-0.71.org/debian/rules kaptain-0.71/debian/rules
--- kaptain-0.71.org/debian/rules 2006-10-21 01:45:42.000000000 +0200
+++ kaptain-0.71/debian/rules 2006-10-21 04:09:27.000000000 +0200
@@ -23,6 +23,10 @@
config.status: configure
dh_testdir
+ touch aclocal.m4
+ touch Makefile.in */Makefile.in
+ touch config.h.in
+ touch configure
# Add here commands to configure the package.
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--with-qt-includes=/usr/include/qt3 --enable-mt