unblock 397700 by 397332 kthxbye On Fri, Nov 10, 2006 at 01:07:49 +0100, Julien Cristau wrote:
> As far as I know, there have been 3 reported build failures due to the > new hevea: ion2 (#396930), cmucl (#397575) and tochnog (#397700). > Thanks to Luc Maranget, the first two are now tagged + patch. The > problem affecting tochnog is actually a bug in the new hevea, which Luc > told me he fixed. I hope we'll have a patch available for this one as > well soonish. > The attached patch works around the hevea bug, and fixes the tochnog build. Cheers, Julien Cristau
diff -u tochnog-20010124/debian/changelog tochnog-20010124/debian/changelog
--- tochnog-20010124/debian/changelog
+++ tochnog-20010124/debian/changelog
@@ -1,3 +1,11 @@
+tochnog (20010124-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix build with hevea 1.09 with patch from Luc Maranget
+ <[EMAIL PROTECTED]> (closes: #397700).
+
+ -- Julien Cristau <[EMAIL PROTECTED]> Fri, 10 Nov 2006 10:46:59 +0100
+
tochnog (20010124-3) unstable; urgency=low
* Acknowledge NMUs:
diff -u tochnog-20010124/debian/patch-hevea.diff
tochnog-20010124/debian/patch-hevea.diff
--- tochnog-20010124/debian/patch-hevea.diff
+++ tochnog-20010124/debian/patch-hevea.diff
@@ -1,7 +1,17 @@
-diff -Nuar tochnog~/doc/makefile tochnog/doc/makefile
---- tochnog~/doc/makefile 2003-12-30 13:56:47.000000000 +0100
-+++ tochnog/doc/makefile 2003-12-30 13:57:34.000000000 +0100
-@@ -27,19 +27,31 @@
+diff -Nru tochnog/doc/makefile tochnog.new/doc/makefile
+--- tochnog/doc/makefile 2000-11-18 18:23:43.000000000 +0100
++++ tochnog.new/doc/makefile 2006-11-10 10:41:11.000000000 +0100
+@@ -1,6 +1,8 @@
+ default: tnu.ps tnp.ps tngid.ps
+
+-all: tnu.ps tnp.ps tngid.ps tnu/tnu.html tnp/tnp.html tngid/tngid.html
++all: tnu.ps tnp.ps tngid.ps html
++
++html: tnu/tnu.html tnp/tnp.html tngid/tngid.html
+
+ tnu.ps: tnu.tex
+ latex tnu.tex
+@@ -27,19 +29,33 @@
touch tngid.ps
tnu/tnu.html: tnu.tex
@@ -9,10 +19,12 @@
- touch tnu/tnu.html
+ rm -rf tnu
+ mkdir tnu
-+ hevea -fix -o tnu/tnu.hevea $<
++ hevea -fix tnu.hva -o tnu.hevea $<
++ rm -f tnu.image.* *.h{aux,ind,toc}
++ mv tnu.hevea tnu???.png tnu
+ cd tnu && \
-+ hacha tnu.hevea && \
-+ rm -f *.h{evea,aux,ind,toc}
++ hacha -tocbis tnu.hevea && \
++ rm -f *.hevea
tnp/tnp.html: tnp.tex
- latex2html -local_icons tnp
@@ -42,9 +54,16 @@
+ rm -rf tnu/
+ rm -rf tnp/
+ rm -rf tngid/
-diff -Nuar tochnog~/doc/tnu.tex tochnog/doc/tnu.tex
---- tochnog~/doc/tnu.tex 2003-12-30 13:56:47.000000000 +0100
-+++ tochnog/doc/tnu.tex 2003-12-30 13:57:18.000000000 +0100
+diff -Nru tochnog/doc/tnu.hva tochnog.new/doc/tnu.hva
+--- tochnog/doc/tnu.hva 1970-01-01 01:00:00.000000000 +0100
++++ tochnog.new/doc/tnu.hva 2006-11-10 10:41:25.000000000 +0100
+@@ -0,0 +1,3 @@
[EMAIL PROTECTED]
++\renewcommand{\dot}[1]{#1^{\bullet}}
++\providecommand{\epsfig}[1]{\begin{toimage}\epsfig{#1}\end{toimage}\imageflush}
+diff -Nru tochnog/doc/tnu.tex tochnog.new/doc/tnu.tex
+--- tochnog/doc/tnu.tex 2000-12-30 19:56:22.000000000 +0100
++++ tochnog.new/doc/tnu.tex 2006-11-10 10:39:39.000000000 +0100
@@ -8455,6 +8455,6 @@
\clearpage
signature.asc
Description: Digital signature

