[Pkg-ocaml-maint-commits] [SCM] camlpdf packaging branch, master, updated. debian/0.4-3-1-g2ebcb58

Stephane Glondu steph at glondu.net
Mon Sep 28 18:36:31 UTC 2009


The following commit has been merged in the master branch:
commit 2ebcb5843cf6f0f4fd760cf058a812905539b381
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Sep 28 17:24:50 2009 +0200

    Do not link system libraries into cma

diff --git a/debian/changelog b/debian/changelog
index b0779e7..832edd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+camlpdf (0.4-4) UNRELEASED; urgency=low
+
+  * Change makefile_fix.patch so that system libraries are not linked into
+    cma (fixes FTBFS with new dh-ocaml)
+
+ -- Stéphane Glondu <glondu at debian.org>  Mon, 28 Sep 2009 17:25:01 +0200
+
 camlpdf (0.4-3) unstable; urgency=low
 
   * Add myself to Uploaders
diff --git a/debian/patches/makefile_fix.patch b/debian/patches/makefile_fix.patch
index 373017e..a1bc71d 100644
--- a/debian/patches/makefile_fix.patch
+++ b/debian/patches/makefile_fix.patch
@@ -1,5 +1,6 @@
 * Remove unused modules (avoid name clashes)
 * Build on packaged zlib
+* Don't link system libraries into resulting cma
 Index: camlpdf/makefile
 ===================================================================
 --- camlpdf.orig/makefile	2009-06-02 18:17:24.000000000 +0200
@@ -23,7 +24,7 @@ Index: camlpdf/makefile
  
  # ML Libraries
 -LIBS = unix bigarray str
-+LIBS = unix bigarray str zip
++LIBS =
  
  CLIBS = z
  

-- 
camlpdf packaging



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