[Pkg-ocaml-maint-commits] r5186 - in /trunk/packages/galax/trunk/debian: patches/latex-inputenc.dpatch rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Feb 17 22:20:22 UTC 2008


Author: zack
Date: Sun Feb 17 22:20:22 2008
New Revision: 5186

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5186
Log:
do not compress PDF, add a missing patch description

Modified:
    trunk/packages/galax/trunk/debian/patches/latex-inputenc.dpatch
    trunk/packages/galax/trunk/debian/rules

Modified: trunk/packages/galax/trunk/debian/patches/latex-inputenc.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/patches/latex-inputenc.dpatch?rev=5186&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/patches/latex-inputenc.dpatch (original)
+++ trunk/packages/galax/trunk/debian/patches/latex-inputenc.dpatch Sun Feb 17 22:20:22 2008
@@ -2,7 +2,8 @@
 ## latex-inputenc.dpatch by Stefano Zacchiroli <zack at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: make explicit the encoding required to compile the LaTeX manual
+## DP: (latin1), using the inputenc package
 
 @DPATCH@
 diff -urNad trunk~/doc/manual.tex trunk/doc/manual.tex

Modified: trunk/packages/galax/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/rules?rev=5186&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/rules (original)
+++ trunk/packages/galax/trunk/debian/rules Sun Feb 17 22:20:22 2008
@@ -15,6 +15,7 @@
 endif
 
 DEB_DH_INSTALL_ARGS += -XCVS -Xlicense.tex
+DEB_COMPRESS_EXCLUDE = .pdf
 
 # configuration flags (incrementally defined)
 CFGFLAGS =




More information about the Pkg-ocaml-maint-commits mailing list