[Pkg-ocaml-maint-commits] [SCM] pycaml packaging branch, master, updated. debian/0.82-9-14-g7ca479c

Stephane Glondu steph at glondu.net
Sun Jun 7 11:33:36 UTC 2009


The following commit has been merged in the master branch:
commit a717259bdd56a36c49242dc681f1f2952617478a
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jun 7 13:12:59 2009 +0200

    Add META file and suggestion to ocaml-findlib (Closes: #482917)

diff --git a/debian/META b/debian/META
new file mode 100644
index 0000000..f52d1db
--- /dev/null
+++ b/debian/META
@@ -0,0 +1,5 @@
+description = "Bindings to embed Python interpreter and objects"
+requires = "unix,threads"
+version = "0.82"
+archive(byte) = "pycaml.cma"
+archive(native) = "pycaml.cmxa"
diff --git a/debian/control b/debian/control
index 18f410f..7080cff 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: ocaml-nox-${F:OCamlABI}
+Suggests: ocaml-findlib
 Description: OCaml bindings to embed Python interpreter and objects
  Pycaml is intended to allow users to build native OCaml libraries and
  use them from Python, and conversely, in order to allow OCaml users
diff --git a/debian/pycaml.install.in b/debian/pycaml.install.in
index 6d4e225..a72046e 100644
--- a/debian/pycaml.install.in
+++ b/debian/pycaml.install.in
@@ -1,4 +1,5 @@
 @OCamlStdlibDir@/pycaml/*.so       @OCamlDllDir@
 @OCamlStdlibDir@/pycaml/*.cm*      @OCamlStdlibDir@/pycaml
 @OCamlStdlibDir@/pycaml/*.a        @OCamlStdlibDir@/pycaml
+debian/META                        @OCamlStdlibDir@/pycaml
 pycamltop                          /usr/bin

-- 
pycaml packaging



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