diff -Nur /tmp/debian/control quilt-0.45/debian/control
--- /tmp/debian/control	2007-05-28 14:41:06.000000000 +0300
+++ quilt-0.45/debian/control	2007-05-28 14:55:55.000000000 +0300
@@ -5,7 +5,7 @@
 Priority: optional
 Maintainer: Martin Quinson <mquinson@debian.org>
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0)
-Build-Depends-Indep: gettext, hevea, lynx, gawk, diffstat
+Build-Depends-Indep: gettext, gawk, diffstat
 Standards-Version: 3.6.1.0
 
 Package: quilt
diff -Nur /tmp/debian/rules quilt-0.45/debian/rules
--- /tmp/debian/rules	2007-05-28 14:41:06.000000000 +0300
+++ quilt-0.45/debian/rules	2007-05-28 14:58:13.000000000 +0300
@@ -24,10 +24,12 @@
 # distribute a text version of the doc
 common-build-indep::
 	mkdir doc/tmp || true
-	cd doc/tmp; LC_ALL=C hevea ../main.tex ; LC_ALL=C hevea ../main.tex; LC_ALL=C hevea ../main.tex
-	cp doc/tmp/main.html doc/quilt.html 
+	# cd doc/tmp; LC_ALL=C hevea ../main.tex ; LC_ALL=C hevea ../main.tex; LC_ALL=C hevea ../main.tex
+	# cp doc/tmp/main.html doc/quilt.html
+	touch doc/quilt.html doc/tmp/main.html
 	LC_ALL=C perl -e '$$/ = undef; $$f=<>; $$f =~ s|<A[^>]*?HREF="[^"]*#[^"]*">(.*?)</A>|$$1|msg; print $$f;' < doc/tmp/main.html > doc/tmp/tmp.html
-	LC_ALL=C lynx doc/tmp/tmp.html -dump > doc/quilt.txt
+	# LC_ALL=C lynx doc/tmp/tmp.html -dump > doc/quilt.txt
+	touch doc/quilt.txt
 
 clean::
 	rm -rf doc/quilt.txt doc/quilt.html doc/tmp test/.pc test/d

