]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Force use of dblatex to build the manual
authorRuss Allbery <rra@debian.org>
Sun, 24 Jul 2011 22:31:43 +0000 (15:31 -0700)
committerRuss Allbery <rra@debian.org>
Sun, 24 Jul 2011 22:31:43 +0000 (15:31 -0700)
* 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
debian/rules

index 61606325ccaeb0167a51f21299c420fb7bfb670a..79bb87d7a585f237dda841fda681bf0281549d11 100644 (file)
@@ -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.
 
index 5ba163b83437ade375906ca4edc8cba681c25363..c46540b52574fc013a55e1214fcbe8c01ee5dc02 100755 (executable)
@@ -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.