From 28d5221e5803c6ec0a88c7827c7e02e4aaabd0b1 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 24 Jul 2011 15:31:43 -0700 Subject: [PATCH] Force use of dblatex to build the manual * Force use of dblatex to build the manual, even if docbook2pdf is available, since the latter dies with errors about TeX capacity. (Closes: #635306) --- debian/changelog | 3 +++ debian/rules | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 61606325c..79bb87d7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ openafs (1.6.0~pre7-2) UNRELEASED; urgency=low + * Force use of dblatex to build the manual, even if docbook2pdf is + available, since the latter dies with errors about TeX capacity. + (Closes: #635306) * Add another dummy rule for ./debian/rules to the kernel module rules file to fix another variation of make-kpkg breakage. diff --git a/debian/rules b/debian/rules index 5ba163b83..c46540b52 100755 --- a/debian/rules +++ b/debian/rules @@ -105,7 +105,8 @@ override_dh_auto_configure: --sysconfdir=/etc --libexecdir=/usr/lib --with-krb5 \ --localstatedir=/var/lib --enable-supergroups \ --enable-fuse-client --enable-debug --enable-debug-lwp \ - --with-xslt-processor=xsltproc --with-html-xsl=$(HTML_XSL) \ + --with-docbook2pdf=dblatex --with-xslt-processor=xsltproc \ + --with-html-xsl=$(HTML_XSL) \ $(DEBIAN_OPT_FLAGS) $(SYSTEM) # Also build a libafs_tree and build the XML documentation. -- 2.39.5