[Pkg-ocaml-maint-commits] [SCM] xmlm packaging branch, master, updated. debian/1.0.1-3-1-gedd77a8

Romain Beauxis toots at rastageeks.org
Wed Sep 16 20:15:35 UTC 2009


The following commit has been merged in the master branch:
commit edd77a853b7706100b234da85683a2064aa42707
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed Sep 16 15:17:53 2009 -0500

    .o file should only be installed when ocamlopt is present..

diff --git a/debian/changelog b/debian/changelog
index d047837..f1dcb95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xmlm (1.0.1-4) unstable; urgency=low
+
+  * .o file should be installed only when ocamlopt is present.. 
+  Closes: #546890
+
+ -- Romain Beauxis <toots at rastageeks.org>  Wed, 16 Sep 2009 15:10:26 -0500
+
 xmlm (1.0.1-3) unstable; urgency=low
 
   * Added missing .o file. 
diff --git a/debian/libxmlm-ocaml-dev.install.in b/debian/libxmlm-ocaml-dev.install.in
index ed4f362..9ff9f9f 100644
--- a/debian/libxmlm-ocaml-dev.install.in
+++ b/debian/libxmlm-ocaml-dev.install.in
@@ -1,4 +1,4 @@
 @OCamlStdlibDir@/xmlm/META
 @OCamlStdlibDir@/xmlm/*.cm*
 @OCamlStdlibDir@/xmlm/*.ml*
- at OCamlStdlibDir@/xmlm/*.o
+OPT: @OCamlStdlibDir@/xmlm/*.o

-- 
xmlm packaging



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