Package: piuparts
Version: 0.36
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch
Hi,
In Ubuntu, we've applied the attached patch to achieve the following:
* Makefile:
- fix FTBFS by adding "-r /etc/asciidoc" to the a2x call
We thought you might be interested in doing the same.
It seems to be a problem with the latest asciidoc that requires the
explicit -r (I'm not sure if this is really a piuparts bug or if
it should rather go to asciidoc though).
Thanks,
Michael
-- System Information:
Debian Release: squeeze/sid
APT prefers karmic-updates
APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500,
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru piuparts-0.36ubuntu1/debian/changelog piuparts-0.36ubuntu2/debian/changelog
diff -Nru piuparts-0.36ubuntu1/Makefile piuparts-0.36ubuntu2/Makefile
--- piuparts-0.36ubuntu1/Makefile 2009-12-03 11:41:59.000000000 +0100
+++ piuparts-0.36ubuntu2/Makefile 2009-12-03 13:26:49.000000000 +0100
@@ -21,7 +21,7 @@
install-doc:
# build and install manual
- a2x --copy -a toc -a toclevels=3 -f xhtml README.txt
+ a2x --copy -a toc -a toclevels=3 -f xhtml -r /etc/asciidoc/ README.txt
install -d $(docdir)/
for file in README.txt README.html docbook-xsl.css ; do \
install -m 0755 $$file $(docdir)/ ; done