[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of luatex) branch, master, updated. upstream/0.70.1.20120524-6-g8baff4e



The following commit has been merged in the master branch:
commit 8baff4e1a9a8b4cdfe4e354545e666ee8c948e56
Author: Norbert Preining <preining@debian.org>
Date:   Tue Dec 11 07:51:56 2012 +0900

    new upstream release, patches adapted, build-deps adapted for new
    system libs, release to experimental

diff --git a/debian/ANNOUNCE-0.22.0 b/debian/ANNOUNCE-0.22.0
old mode 100755
new mode 100644
diff --git a/debian/ANNOUNCE-0.30.2 b/debian/ANNOUNCE-0.30.2
old mode 100755
new mode 100644
diff --git a/debian/ANNOUNCE-0.40.4 b/debian/ANNOUNCE-0.40.4
old mode 100755
new mode 100644
diff --git a/debian/ANNOUNCE-0.72.0 b/debian/ANNOUNCE-0.72.0
new file mode 100644
index 0000000..c049686
--- /dev/null
+++ b/debian/ANNOUNCE-0.72.0
@@ -0,0 +1,40 @@
+Hi,
+
+I have just uploaded the archives for a new luatex release, 0.72.0.
+
+This release exists mostly to get back into the habit of releasing,
+you can expect another release in a month or so.
+
+There are a few small improvements, but not that many bugs fixed yet
+in this version.
+
+Most noticeable changes:
+
+* update various used libraries, including mplib 1.770, poppler 0.21,
+   libpng 1.5, and lpeg 0.10.2.
+
+* new 'pdfscanner' lua library.
+
+* various OT math fixes, including \Umathcharnumdef.
+
+* improved placement of bottom accents.
+
+* various other small fixes that have accumulated over the past
+   year-and-a-half.
+
+
+The archives can be downloaded from supelec as usual:
+
+         http://foundry.supelec.fr/gf/project/luatex/
+
+You could also check out the sources via anonymous svn:
+
+   svn co http://foundry.supelec.fr/svn/luatex/tags/beta-0.72.0
+
+Bugs and feature requests can be added to the issue tracker at
+
+        http://tracker.luatex.org
+
+Have fun,
+Taco
+
diff --git a/debian/changelog b/debian/changelog
index d02f147..aa37f14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+luatex (0.72.0-1) experimental; urgency=low
+
+  * new upstream release
+  * new lib (cairo, pixman), adapt build-deps and build script
+    to use system libraries
+  * drop patch upstream-fix-luatex-math-radical, included upstream
+  * refresh patches
+
+ -- Norbert Preining <preining@debian.org>  Tue, 11 Dec 2012 08:03:49 +0900
+
 luatex (0.70.1.20120524-3) unstable; urgency=low
 
   * pick from upstream luatex-svn: fix rendering of radicals with
diff --git a/debian/control b/debian/control
index ebec69e..2f34aa2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: tex
 Priority: optional
 Maintainer: Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
 Uploaders: Frank Küster <frank@debian.org>, Norbert Preining <preining@debian.org>
-Build-Depends: debhelper (>= 8.1.0~), flex, bison, zlib1g-dev, libpng-dev, libjpeg-dev, pkg-config, sharutils, libpoppler-private-dev, libpoppler-cpp-dev, libfontconfig1-dev, libkpathsea-dev (>= 2012)
+Build-Depends: debhelper (>= 8.1.0~), flex, bison, zlib1g-dev, libpng-dev, libjpeg-dev, pkg-config, sharutils, libpoppler-private-dev, libpoppler-cpp-dev, libfontconfig1-dev, libkpathsea-dev (>= 2012), libcairo2-dev (>= 1.12), libpixman-1-dev
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/debian-tex/luatex/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-tex/luatex/trunk/
diff --git a/debian/luatex.1 b/debian/luatex.1
deleted file mode 100644
index a1b135a..0000000
--- a/debian/luatex.1
+++ /dev/null
@@ -1,266 +0,0 @@
-.TH LUATEX 1 "2009.04.22" "luatex 0.40" "Web2C @VERSION@"
-.\"=====================================================================
-.if n .ds MF Metafont
-.if t .ds MF M\s-2ETAFONT\s0
-.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
-.if n .ds TX TeX
-.if n .ds WB Web
-.if t .ds WB W\s-2EB\s0
-.\"=====================================================================
-.SH NAME
-luatex, texlua, texluac \- An extended version of pdfTeX using Lua as
-an embedded scripting language
-.\"=====================================================================
-.SH SYNOPSIS
-.B luatex
-[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... [\fITEXNAME\fR[.tex]] [\fICOMMANDS\fR]
-
-.B luatex
-[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... \fI\eFIRST\-LINE\fR
-
-.B luatex
-[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... \fB&\fIFMT ARGS\fR
-.\"=====================================================================
-.SH DESCRIPTION
-Run the lua\*(TX typesetter on \fITEXNAME\fR, usually creating
-TEXNAME.pdf. Any
-remaining \fICOMMANDS\fR are processed as lua\*(TX input, after TEXNAME
-is read.
-
-Alternatively, if the first non\-option argument begins with a backslash,
-interpret all non\-option arguments as a line of lua\*(TX input.
-
-Alternatively, if the first non\-option argument begins with a \fB&\fR,
-the
-next word is taken as the \fIFMT\fR to read, overriding all else. Any
-remaining arguments are processed as above.
-
-If no arguments or options are specified, prompt for input.
-
-If called as \fBtexlua\fR it acts as lua interpreter.
-If called as \fBtexluac\fR it acts as lua bytecode compiler.
-
-Lua\*(TX is an extended version of pdf\*(TX with Unicode and OpenType
-font support, embeded \fBLua\fR scripting language, the \fBe-\*(TX\fR
-and \fBOmega\fR extensions, as well as integrated MetaPost engine, that
-can create \fIPDF\fR files as well as \fIDVI\fR files.
-For more information about luatex, see http://www.luatex.org, you can
-read Lua\*(TX manual using texdoc utility (\fBtexdoc luatex\fR).
-
-All Lua\*(TX text input and output is considered to be Unicode text.
-
-In \fIDVI\fR mode, lua\*(TX can be used as a complete replacement for
-the \*(TX engine.
-
-In \fIPDF\fR mode, lua\*(TX can natively handle the \fIPDF\fR, \fIJPG\fR,
-\fIJBIG2\fR, and \fIPNG\fR graphics formats.  lua\*(TX cannot include
-PostScript or Encapsulated PostScript (EPS) graphics files; first convert
-them to PDF using \fBepstopdf\fR (1).
-
-.\"=====================================================================
-.SH "OPTIONS"
-When the Lua\*(TX executable starts, it looks for the \fB\-\-lua\fR
-commandline option.
-If there is no \fB\-\-lua\fR option, the commandline is interpreted in a
-similar fashion as in traditional pdf\*(TX and Aleph. But if the option
-is present, Lua\*(TX will enter an alternative mode of commandline parsing
-in comparison to the standard web2c programs. The presence of \fB--lua\fR
-makes most of other options unreliable, because the lua initialization
-file can disable kpathsea and/or hook functions into various callbacks.
-.ig
-Here is the list of possibly affected switches/functionality, and why:
-..
-.TP
-.BI "\-\-lua=" FILE
-.RB
-The lua initialization file.
-.PP
-The following two options alter the executable behaviour:
-.TP
-.B \-\-luaonly
-.RB
-Start Lua\*(TX as a Lua interpreter. In this mode, it will set Lua's
-\fIarg[0]\fR to the found script name, pushing preceding options in
-negative values and the rest of the commandline in the positive values,
-just like the Lua interpreter. Lua\*(TX will exit immediately after
-executing the specified Lua script.
-.TP
-.BI \-\-luaconly
-.RB
-Start Lua\*(TX as a Lua byte compiler. In this mode, Lua\*(TX is exactly
-like \fBluac\fR from the standalone Lua distribution, except that it
-does not have the \fB\-l\fR switch, and that it accepts (but ignores)
-the \fB\-\-luaconly\fR switch.
-.PP
-Then the regular web2c options:
-.TP
-.B \-\-debug\-format
-.br
-Debug format loading.
-.TP
-.B \-\-draftmode
-.RB
-Sets \epdfdraftmode so lua\*(TX doesn't write a PDF and doesn't read
-any included images, thus speeding up execution.
-.TP
-.B \-\-enable\-write18
-.br
-Synonym for \fB\-\-shell\-escape\fR.
-.TP
-.B \-\-disable\-write18
-.br
-Synonym for \fB\-\-no\-shell\-escape\fR.
-.TP
-.B \-\-shell\-escape
-.br
-Enable the
-.BI \ewrite18{ command }
-construct, and Lua functions \fBos.execute()\fR, \fBos.exec()\fR,
-\fBos.spawn()\fR, and \fBio.popen()\fR.  The \fIcommand\fR can be any
-shell command.  This construct is normally disallowed for security
-reasons.
-.TP
-.B \-\-no\-shell-escape
-.br
-Disable the
-.BI \ewrite18{ command }
-construct and the other Lua functions, even if it is enabled in the
-\fItexmf.cnf\fR file.
-.TP
-.B \-\-shell-restricted
-.RB
-Enable restricted version of \fB\ewrite18\fR, \fBos.execute()\fR,
-\fBos.exec()\fR, \fBos.spawn()\fR, and \fBio.popen()\fR, only commands
-listed in \fItexmf.cnf\fR file are allowed.
-.TP
-.B \-\-file\-line\-error
-.RB
-Print error messages in the form \fIfile:line:error\fR which is similar
-to the way many compilers format them.
-.TP
-.B \-\-no\-file\-line\-error
-.RB
-Disable printing error messages in the \fIfile:line:error\fR style.
-.TP
-.BI "\-\-fmt=" FORMAT
-.RB
-Use \fIFORMAT\fR as the name of the format to be used, instead of the
-name by which lua\*(TX was called or a \fI%&\fR line.
-.TP
-.B \-\-help
-.RB
-Print help message and exit.
-.TP
-.B \-\-ini
-.RB
-Start in \fIINI\fR mode, which is used to dump formats.  The \fIINI\fR
-mode can be used for typesetting, but no format is preloaded, and basic
-initializations like setting catcodes may be required.
-.TP
-.BI "\-\-interaction=" MODE
-.RB
-Sets the interaction mode.  The \fIMODE\fR can be either
-.IR batchmode ,
-.IR nonstopmode ,
-.IR scrollmode ,
-and
-.IR errorstopmode .
-The meaning of these modes is the same as that of the corresponding
-\ecommands.
-.TP
-.BI "\-\-jobname=" NAME
-.RB
-Use \fINAME\fR for the job name, instead of deriving it from the name
-of the input file.
-.TP
-.BI "\-\-kpathsea-debug=" BITMASK
-.RB
-Sets path searching debugging flags according to the \fIBITMASK\fR.
-See the \fIKpathsea\fR manual for details.
-.TP
-.BI "\-\-mktex=" FMT
-.RB
-Enable mktex\fIFMT\fR generation, where \fIFMT\fR must be either \fItex\fR
-or \fItfm\fR.
-.TP
-.B \-\-nosocket
-.RB
-Disable the luasocket (network) library.
-.TP
-.TP
-.BI "\-\-output\-comment=" STRING
-.RB
-In \fIDVI\fR mode, use \fISTRING\fR for the \fIDVI\fR file comment
-instead of the date.  This option is ignored in\fIPDF\fR mode.
-.TP
-.BI "\-\-output\-directory=" DIRECTORY
-.RB
-Write output files in \fIDIRECTORY\fR instead of the current directory.
-Look up input files in \fIDIRECTORY\fR first, then along the normal
-search path.
-.TP
-.BI "\-\-output\-format=" FORMAT
-.RB
-Set the output format mode, where \fIFORMAT\fR must be either \fIpdf\fR
-or \fIdvi\fR.
-This also influences the set of graphics formats understood by lua\*(TX.
-.TP
-.BI "\-\-progname=" NAME
-.RB
-Pretend to be program \fINAME\fR (only for kpathsea).
-.TP
-.B \-\-recorder
-.RB
-Enable the filename recorder.
-This leaves a trace of the files opened for input and output
-in a file with extension \fI.fls\fR.
-.TP
-.B \-\-safer
-.RB
-Disable some Lua commands that can easily be abused by a malicious
-document.
-.TP
-.BI "\-\-synctex=" NUMBER
-.RB
-Enable/disable Sync\*(TX extension.
-.TP
-.B \-\-version
-.RB
-Print version information and exit.
-.TP
-.B \-\-credits
-.RB
-Print credits and version details.
-.TP
-The following options are ignored:
-.TP
-.BR "\-\-8bit" ,\  "\-\-etex" ,\  "\-\-parse\-first\-line" ,\
-"\-\-no\-parse\-first\-line"
-.RB
-These are always on.
-.TP
-.BI "\-\-default\-translate\-file=" TCXNAME  , \  "\-\-translate\-file="
-TCXNAME
-.RB
-These are always off.
-
-.\"=====================================================================
-.SH "SEE ALSO"
-.BR pdftex (1),
-.BR etex (1),
-.BR aleph (1),
-.BR omega (1),
-.BR lua (1).
-.\"=====================================================================
-.SH "AUTHORS"
-The primary authors of Lua\*(TX are Hartmut Henkel, Taco Hoekwater,
-and Hans Hagen, with help from Martin Schr\[:o]der, Karel Skoupy, and
-Han The Thanh.
-.PP
-\*(TX was designed by Donald E. Knuth, who implemented it using his
-\*(WB system for Pascal programs.
-It was ported to Unix at Stanford by Howard Trickey, and at Cornell by
-Pavel Curtis.
-The version now offered with the Unix \*(TX distribution is that generated
-by the \*(WB to C system (\fBweb2c\fR), originally written by Tomas
-Rokicki and Tim Morgan.
diff --git a/debian/patches/build-script b/debian/patches/build-script
index 2c00a8c..775a979 100644
--- a/debian/patches/build-script
+++ b/debian/patches/build-script
@@ -1,14 +1,12 @@
 patch the build script to use system libraries and 
 build without X
 ---
- build.sh |   19 +++++++++++--------
- 1 file changed, 11 insertions(+), 8 deletions(-)
+ build.sh |   21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
 
-Index: luatex-0.70.1.20120523/build.sh
-===================================================================
---- luatex-0.70.1.20120523.orig/build.sh	2012-05-23 09:00:14.672821618 +0900
-+++ luatex-0.70.1.20120523/build.sh	2012-05-23 09:03:23.492423399 +0900
-@@ -143,9 +143,11 @@
+--- luatex.orig/build.sh
++++ luatex/build.sh
+@@ -150,9 +150,11 @@
  if [ "$ONLY_MAKE" = "FALSE" ]
  then
  TL_MAKE=$MAKE ../source/configure  $CONFHOST $CONFBUILD  $WARNINGFLAGS\
@@ -21,7 +19,7 @@ Index: luatex-0.70.1.20120523/build.sh
      --disable-largefile \
      --disable-ptex \
      --disable-ipc \
-@@ -154,14 +156,15 @@
+@@ -161,14 +163,17 @@
      --enable-luatex  \
      --without-system-ptexenc \
      --without-system-kpathsea \
@@ -41,6 +39,8 @@ Index: luatex-0.70.1.20120523/build.sh
      --without-system-teckit \
 -    --without-system-zlib \
 +    --with-system-zlib \
++    --with-system-cairo \
++    --with-system-pixman \
      --without-system-t1lib \
      --without-system-icu \
      --without-system-graphite \
diff --git a/debian/patches/no-cxx-runtime-hack b/debian/patches/no-cxx-runtime-hack
index a9ed11d..1bda5c8 100644
--- a/debian/patches/no-cxx-runtime-hack
+++ b/debian/patches/no-cxx-runtime-hack
@@ -8,11 +8,9 @@ Bug: http://www.ntg.nl/pipermail/dev-luatex/2010-December/004056.html
  build.sh |    1 -
  1 file changed, 1 deletion(-)
 
-Index: luatex-0.70.1.20120523/build.sh
-===================================================================
---- luatex-0.70.1.20120523.orig/build.sh	2012-05-23 09:03:34.656397714 +0900
-+++ luatex-0.70.1.20120523/build.sh	2012-05-23 09:14:02.659789864 +0900
-@@ -145,7 +145,6 @@
+--- luatex.orig/build.sh
++++ luatex/build.sh
+@@ -152,7 +152,6 @@
  TL_MAKE=$MAKE ../source/configure  $CONFHOST $CONFBUILD  $WARNINGFLAGS\
      --disable-native-texlive-build \
      --with-banner-add='/Debian' \
diff --git a/debian/patches/no_static_link.patch b/debian/patches/no_static_link.patch
index d360cc1..d1ce579 100644
--- a/debian/patches/no_static_link.patch
+++ b/debian/patches/no_static_link.patch
@@ -1,12 +1,9 @@
 ---
  source/texk/web2c/am/texmf.am |    2 +-
- source/texk/xdvik/common.am   |    4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: luatex-0.70.1.20120523/source/texk/web2c/am/texmf.am
-===================================================================
---- luatex-0.70.1.20120523.orig/source/texk/web2c/am/texmf.am	2012-03-14 17:03:19.881870000 +0900
-+++ luatex-0.70.1.20120523/source/texk/web2c/am/texmf.am	2012-05-23 08:58:48.928538159 +0900
+--- luatex.orig/source/texk/web2c/am/texmf.am
++++ luatex/source/texk/web2c/am/texmf.am
 @@ -139,7 +139,7 @@
  # All the x_... and X_... variables will be empty if we aren't supporting X.
  # Follow the library order used in X11R6 itself:
@@ -16,18 +13,3 @@ Index: luatex-0.70.1.20120523/source/texk/web2c/am/texmf.am
  endif !WIN32
  
  ## mf and mf-nowin compile mfextra.c with different CPPFLAGS.
-Index: luatex-0.70.1.20120523/source/texk/xdvik/common.am
-===================================================================
---- luatex-0.70.1.20120523.orig/source/texk/xdvik/common.am	2009-04-28 00:51:44.000000000 +0900
-+++ luatex-0.70.1.20120523/source/texk/xdvik/common.am	2012-05-23 08:58:48.928538159 +0900
-@@ -16,8 +16,8 @@
- ## libXmu needs to come before Xt and after the toolkit libs.
- x_ldflags = $(X_LIBS) $(x_linker_options) $(iconv_libpath)
- x_extra_libs = $(X_EXTRA_LIBS) $(iconv_libs)
--xdvi_x_libs = $(x_ldflags) $(x_tool_libs) $(x_xmu_lib) -lXt $(X_PRE_LIBS)
--xdvi_x_libs += $(x_ext_lib) $(x_xpm_libs) -lX11 $(x_extra_libs)
-+xdvi_x_libs = $(x_ldflags) $(x_tool_libs) $(x_xmu_lib) -lXt
-+xdvi_x_libs += $(x_xpm_libs) -lX11 $(x_extra_libs)
- 
- common_ldadd = $(KPATHSEA_LIBS) $(T1LIB_LIBS) $(xdvi_x_libs)
- 
diff --git a/debian/patches/not_build_libs.diff b/debian/patches/not_build_libs.diff
index 12b3e34..4deed1a 100644
--- a/debian/patches/not_build_libs.diff
+++ b/debian/patches/not_build_libs.diff
@@ -2,19 +2,16 @@
  build.sh |    6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
-Index: luatex-0.70.1.20120523/build.sh
-===================================================================
---- luatex-0.70.1.20120523.orig/build.sh	2012-05-23 09:00:32.976832880 +0900
-+++ luatex-0.70.1.20120523/build.sh	2012-05-23 09:00:36.420834799 +0900
-@@ -181,10 +181,10 @@
+--- luatex.orig/build.sh
++++ luatex/build.sh
+@@ -190,9 +190,9 @@
  # (perhaps more files needed to be copied from TL?)
  
  (cd libs/zziplib; $MAKE all )
 -(cd libs/zlib; $MAKE all )
-+#(cd libs/zlib; $MAKE all )
- (cd libs/obsdcompat; $MAKE all )
 -(cd libs/libpng; $MAKE all )
 -(cd libs/poppler; $MAKE all )
++#(cd libs/zlib; $MAKE all )
 +#(cd libs/libpng; $MAKE all )
 +#(cd libs/poppler; $MAKE all )
  
diff --git a/debian/patches/series b/debian/patches/series
index 85dc723..39674ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@ relax-zlib-version-check
 no_static_link.patch
 not_build_libs.diff
 no-cxx-runtime-hack
-upstream-fix-luatex-math-radical
diff --git a/debian/patches/upstream-fix-luatex-math-radical b/debian/patches/upstream-fix-luatex-math-radical
deleted file mode 100644
index 1a77ee8..0000000
--- a/debian/patches/upstream-fix-luatex-math-radical
+++ /dev/null
@@ -1,45 +0,0 @@
-pick from upstream svn:
-r4449 | khaled | 2012-07-02 20:15:46 +0200 (Mon, 02 Jul 2012) | 13 lines
-Changed paths:
-   M /trunk/source/texk/web2c/luatexdir/tex/mlist.w
-
-Fix regression introduced in r4361
-
-Radical rule thickness calculation was wrong for composite radicals with
-old fonts. When get_delim_box() was rewritten, a special correction for
-the radicals were lost. That block of code is now in make_radical()
-itself.
-
-A simple test:
-$$y=\sqrt{\displaystyle\int \over x}$$
-\bye
-
-Related:
-http://tex.stackexchange.com/q/61952/729
----
- source/texk/web2c/luatexdir/tex/mlist.w |   12 +++++++++++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
-Index: luatex-0.70.1.20120524/source/texk/web2c/luatexdir/tex/mlist.w
-===================================================================
---- luatex-0.70.1.20120524.orig/source/texk/web2c/luatexdir/tex/mlist.w	2012-05-20 23:25:51.000000000 +0900
-+++ luatex-0.70.1.20120524/source/texk/web2c/luatexdir/tex/mlist.w	2012-07-03 07:42:10.222842439 +0900
-@@ -1799,7 +1799,17 @@
-         theta = fraction_rule(cur_style);
-         y = var_delimiter(left_delimiter(q), cur_size,
-                           height(x) + depth(x) + clr + theta, NULL, cur_style);
--        theta = height(y);
-+	/* If |y| is a composite then set |theta| to the height of its top
-+           character, else set it to the height of |y|. */
-+        if (list_ptr(y) != null
-+            && type(list_ptr(y)) == hlist_node
-+            && list_ptr(list_ptr(y)) != null
-+            && type(list_ptr(list_ptr(y))) == glyph_node) {     /* and it should be */
-+            theta = char_height(font(list_ptr(list_ptr(y))),
-+                           character(list_ptr(list_ptr(y))));
-+        } else {
-+            theta = height(y);
-+        }
-     } else {
-         y = var_delimiter(left_delimiter(q), cur_size,
-                           height(x) + depth(x) + clr + theta, NULL, cur_style);
diff --git a/debian/rules b/debian/rules
index 3d9deb2..ca64e59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,12 +36,13 @@ install-stamp: build-stamp
 	dh_prep
 	dh_installdirs usr/bin
 	install -m 0577 build/texk/web2c/.libs/luatex $(luatex)/usr/bin
-	dh_installman debian/luatex.1
+	dh_installman manual/luatex.man
 	dh_link usr/bin/luatex usr/bin/texlua	\
 		usr/share/man/man1/luatex.1 usr/share/man/man1/texlua.1  \
 		usr/bin/luatex usr/bin/texluac	\
 		usr/share/man/man1/luatex.1 usr/share/man/man1/texluac.1 \
-		usr/share/doc/luatex/luatexref-t.pdf usr/share/doc/texmf/luatex/base/luatexref-t.pdf
+		usr/share/doc/luatex/luatexref-t.pdf usr/share/doc/texmf/luatex/base/luatexref-t.pdf \
+		usr/share/doc/luatex/functionref.pdf usr/share/doc/texmf/luatex/base/functionref.pdf
 	touch install-stamp
 
 binary-indep:
@@ -53,6 +54,7 @@ binary-arch: install
 	dh_testroot
 	dh_installdocs README 					\
 		manual/luatexref-t.pdf 				\
+		manual/functionref.pdf 				\
 		debian/ANNOUNCE-*
 	dh_installexamples debian/examples/*
 	dh_installchangelogs source/texk/web2c/luatexdir/ChangeLog

-- 
Debian packaging of luatex)


Reply to: