tags 353853 patch
thanks
Hi,
The attached patch touches these files in the correct order, so this won't
happen. Please apply, thanks.
bye, Roman
diff -ur gnobog-0.4.3.org/debian/rules gnobog-0.4.3/debian/rules
--- gnobog-0.4.3.org/debian/rules 2006-10-21 01:42:38.000000000 +0200
+++ gnobog-0.4.3/debian/rules 2006-10-21 04:58:17.000000000 +0200
@@ -12,6 +12,13 @@
build-stamp:
dh_testdir
+ touch aclocal.m4
+ touch Makefile.in */Makefile.in */*/Makefile.in
+ touch po/Makefile.in.in po/POTFILES.in
+ touch stamp-h.in
+ touch config.h.in
+ touch configure
+
# Add here commands to compile the package.
./configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info
$(MAKE)