[Fai-commit] r6327 - in trunk: debian doc

Thomas Lange lange at alioth.debian.org
Wed Apr 13 10:46:44 UTC 2011


Author: lange
Date: 2011-04-13 10:46:34 +0000 (Wed, 13 Apr 2011)
New Revision: 6327

Modified:
   trunk/debian/control
   trunk/doc/Makefile
Log:
remove build dependencies that were only needed for lenny, use -L with a2x

The package will not build with lenny any more


Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2011-04-08 12:48:28 UTC (rev 6326)
+++ trunk/debian/control	2011-04-13 10:46:34 UTC (rev 6327)
@@ -4,7 +4,7 @@
 Maintainer: Thomas Lange <lange at debian.org>
 Uploaders: Michael Prokop <mika at debian.org>
 Standards-Version: 3.9.1.0
-Build-Depends-Indep: asciidoc, asciidoc (>= 8.3) | lynx, w3m, dblatex, docbook-xsl, libxml2-utils, libparse-recdescent-perl
+Build-Depends-Indep: asciidoc, w3m, dblatex, docbook-xsl, libparse-recdescent-perl
 Build-Depends: debhelper (>= 7)
 Vcs-Svn: svn://svn.debian.org/svn/fai/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/fai

Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile	2011-04-08 12:48:28 UTC (rev 6326)
+++ trunk/doc/Makefile	2011-04-13 10:46:34 UTC (rev 6327)
@@ -8,24 +8,24 @@
 #	grep FIXME $(DOC).txt
 
 html:
-	a2x --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f xhtml $(DOC).txt
+	a2x -L --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f xhtml $(DOC).txt
 
 chunked:
-	a2x --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f chunked $(DOC).txt
+	a2x -L --icons-dir=.a2x-icons --icons --copy --asciidoc-opt="-a toc -a toclevels=3" -f chunked $(DOC).txt
 
 pdf:	
-	a2x --icons -a toc -a toclevels=3 -f pdf $(DOC).txt
+	a2x -L --icons -a toc -a toclevels=3 -f pdf $(DOC).txt
 	rm -f $(DOC).xml $(DOC).fo
 
 ps:	
-	a2x --icons -a toc -a toclevels=3 -f ps $(DOC).txt
+	a2x -L --icons -a toc -a toclevels=3 -f ps $(DOC).txt
 	rm -f $(DOC).xml $(DOC).fo
 
 # a2x uses lynx, maybe use w3m instead
 # which texwidth for text output?
 # asciidoc --doctype=article  -a "toc" -a "toclevels=3" -f /etc/asciidoc/text.conf -b html4 -o - "f-guide.txt" | lynx -dump -stdin >"./f-guide.text"
 text:	
-	a2x --icons -a toc -a toclevels=3 -f text $(DOC).txt
+	a2x -L --icons -a toc -a toclevels=3 -f text $(DOC).txt
 
 # for openoffice
 doc:	html




More information about the Fai-commit mailing list