Hello, Max Kellermann <[EMAIL PROTECTED]> wrote: Message-ID: <[EMAIL PROTECTED]>
> Package: asciidoc > Version: 7.0.1-1 > Tags: FTBFS > Severity: minor > > see build log It seems that asciidoc.py read old version of /etc/asciidoc/asciidoc.conf, which contains some duplicated configurations. The attached patch will fix this problem. Best regards, -- Hidetaka Iwai [EMAIL PROTECTED]
--- asciidoc-7.0.1.orig/debian/rules 2005-10-06 04:52:11.903997384 +0900 +++ asciidoc-7.0.1/debian/rules 2005-10-06 04:42:05.000000000 +0900 @@ -11,7 +11,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk build/asciidoc:: - ./asciidoc.py -f docbook.conf -d manpage -b docbook -o debian/asciidoc.1.xml doc/asciidoc.1.txt + ./asciidoc.py -e -f asciidoc.conf -f docbook.conf -d manpage -b docbook -o debian/asciidoc.1.xml doc/asciidoc.1.txt /usr/bin/xmlto -o debian/ man debian/asciidoc.1.xml cleanbuilddir/asciidoc::
pgpVRJ0jAX19T.pgp
Description: PGP signature