[Pkg-ocaml-maint-commits] [SCM] oasis2debian project branch, master, updated. 37e7e5530e3f26b42f5628706f10b6a0e6c42244

Sylvain Le Gall gildor at debian.org
Tue Dec 14 10:33:16 UTC 2010


The following commit has been merged in the master branch:
commit ebb823fd985258654015ba9fa34cb5fd26747740
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Mon Nov 22 15:46:30 2010 +0100

    Generate .install file for standard binary package

diff --git a/src/DhFiles.ml b/src/DhFiles.ml
index f0de786..8c8f1f4 100644
--- a/src/DhFiles.ml
+++ b/src/DhFiles.ml
@@ -197,6 +197,15 @@ Section: Programming/OCaml");
       ()
   in
 
+    begin
+      match t.deb_std with 
+        | Some deb_pkg ->
+            dh_with_fn deb_pkg "install"
+              (output_content "usr/bin")
+        | None ->
+            ()
+    end;
+
     begin 
       match t.deb_dev with 
         | Some (deb_dev, deb_runtime) ->

-- 
oasis2debian project



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