tags 338370 patch
stop
Here's a patch for this bug
Only in bison-1.35-1.35.orig/config: texinfo.tex
diff -ur bison-1.35-1.35.orig/debian/changelog bison-1.35-1.35/debian/changelog
--- bison-1.35-1.35.orig/debian/changelog 2005-12-22 18:55:12.135610408
+0100
+++ bison-1.35-1.35/debian/changelog 2005-12-22 18:00:09.291719000 +0100
@@ -1,3 +1,10 @@
+bison-1.35 (1.35-4.1) unstable; urgency=low
+
+ * Remove ancient version of texinfo.tex which caused a FTBFS, use the
+ version from the texinfo package instead
+
+ -- Frank Küster <[EMAIL PROTECTED]> Thu, 22 Dec 2005 18:00:02 +0100
+
bison-1.35 (1.35-4) unstable; urgency=low
* New maintainer (closes: #282072)
diff -ur bison-1.35-1.35.orig/debian/rules bison-1.35-1.35/debian/rules
--- bison-1.35-1.35.orig/debian/rules 2005-12-22 18:55:12.148608432 +0100
+++ bison-1.35-1.35/debian/rules 2005-12-22 17:58:50.993622120 +0100
@@ -21,6 +21,9 @@
build-stamp:
dh_testdir
+ # dpkg-source will ignore deleted files, therefore this must be done
all the time
+ rm -f config/texinfo.tex
+
# See /usr/share/doc/autotools-dev/README.Debian.gz
-test -r /usr/share/misc/config.sub && \
cp -f /usr/share/misc/config.sub config/config.sub
@@ -51,6 +54,8 @@
-$(MAKE) distclean
-cd doc && make clean && rm bison.ps
rm -f doc/bison-1.35.info*
+ # dpkg-source will ignore deleted files, therefore this must be done
all the time
+ rm -f config/texinfo.tex
dh_clean
--
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer