[Pkg-ocaml-maint-commits] [SCM] camlpdf packaging branch, master, updated. debian/0.4-4-13-ge90c59f

Stephane Glondu steph at glondu.net
Mon Mar 15 13:41:10 UTC 2010


The following commit has been merged in the master branch:
commit 318a2cd577925c124c02ff00634436adaa188b17
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Mar 15 14:15:11 2010 +0100

    Do not compress pdf (it is not that much smaller when compressed)

diff --git a/debian/rules b/debian/rules
index 4606bfb..3cbb899 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
 DEB_MAKE_INSTALL_TARGET :=
 DEB_MAKE_CLEAN_TARGET   := clean clean-doc
 DEB_MAKE_BUILD_TARGET := byte-code-library
+DEB_DH_COMPRESS_ARGS := -X.pdf
 
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
         DEB_MAKE_BUILD_TARGET += native-code-library

-- 
camlpdf packaging



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