Package: cgoban
Version: 1.9.14-8
Severity: normal
Tags: patch

Hi,

Attached is the diff for my cgoban 1.9.14-8.1 NMU.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u cgoban-1.9.14/debian/changelog cgoban-1.9.14/debian/changelog
--- cgoban-1.9.14/debian/changelog
+++ cgoban-1.9.14/debian/changelog
@@ -1,3 +1,10 @@
+cgoban (1.9.14-8.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix the fixed patching of auto files in debian/rules (Closes: #342251).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Thu,  9 Mar 2006 20:10:07 +0100
+
 cgoban (1.9.14-8) unstable; urgency=low
 
   * Fixed patching of auto files in debian/rules, closes: #341966.
diff -u cgoban-1.9.14/debian/rules cgoban-1.9.14/debian/rules
--- cgoban-1.9.14/debian/rules
+++ cgoban-1.9.14/debian/rules
@@ -27,7 +27,10 @@
 
 build:
        $(testdir)
-       touch configure.h.in
+       touch configure.in 
+       touch -r configure.in aclocal.m4 configure.h.in \
+                             `find . -name Makefile.in`
+       touch configure
        ./configure $(CONFFLAGS) --prefix=/usr --bindir=/usr/games 
--mandir=/usr/share/man
        $(MAKE)
        touch $@

Reply via email to