Package: python-gnome Severity: important Tags: patch Hi,
python-gnome 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 python-gnome-1.4.5.org/debian/rules python-gnome-1.4.5/debian/rules --- python-gnome-1.4.5.org/debian/rules 2006-10-21 01:48:28.000000000 +0200 +++ python-gnome-1.4.5/debian/rules 2006-10-21 05:06:06.000000000 +0200 @@ -26,6 +26,10 @@ dh_testdir ln -sf /usr/share/misc/config.sub /usr/share/misc/config.guess . ln -sf /usr/share/misc/config.sub /usr/share/misc/config.guess pygtk + touch aclocal.m4 pygtk/aclocal.m4 + touch Makefile.in */Makefile.in */*/Makefile.in + touch config.h.in pygtk/config.h.in + touch configure pygtk/configure $(FLAGS) ./configure --prefix=/usr --disable-numpy --without-gtkhtml touch configure-stamp