[Pkg-octave-commit] r2653 - octave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Feb 11 21:41:18 UTC 2009


Author: rafael
Date: 2009-02-11 21:41:18 +0000 (Wed, 11 Feb 2009)
New Revision: 2653

Added:
   octave/trunk/debian/texmf.cnf
Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/rules
Log:
Increase the save size for pdfetex


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2009-02-11 21:39:14 UTC (rev 2652)
+++ octave/trunk/debian/changelog	2009-02-11 21:41:18 UTC (rev 2653)
@@ -10,7 +10,12 @@
   * debian/in/control: Build-depend on libftgl-dev, such that Octave is
     compiled with the experimental OpenGL/FLTK based backend, which will
     replace gnuplot
+  * debian/texmf.cnf: Add TeX configuration file for increasing the save
+    size for pdfetex.  This is necessary for building the documentation
+    files from the texi sources.
   * debian/rules:
+    + Export the TEXMFCNF variable such that texi2df will be able to find
+      the debian/texmf.cnf file
     + In the binary-indep rule, remove the ls-R file installed in the
       /usr/share directory.
     + Do not install enscript's syntax file octave.st.  This file is now

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2009-02-11 21:39:14 UTC (rev 2652)
+++ octave/trunk/debian/rules	2009-02-11 21:41:18 UTC (rev 2653)
@@ -39,6 +39,9 @@
 endif
 endif
 
+## The following is necessary when building the documentation file octave.pdf
+export TEXMFCNF = $(CURDIR)/debian:
+
 doc_package	= $(PACKAGE)-doc
 html_package	= $(PACKAGE)-htmldoc
 dev_package	= $(PACKAGE)-headers

Added: octave/trunk/debian/texmf.cnf
===================================================================
--- octave/trunk/debian/texmf.cnf	                        (rev 0)
+++ octave/trunk/debian/texmf.cnf	2009-02-11 21:41:18 UTC (rev 2653)
@@ -0,0 +1 @@
+save_size.pdfetex = 50000




More information about the Pkg-octave-commit mailing list