[med-svn] [Git][med-team/pplacer][master] 3 commits: added build-dependencies on ocaml libraries, according to information in opam-requirements.txt

Steffen Möller gitlab at salsa.debian.org
Sun May 24 14:06:28 BST 2020



Steffen Möller pushed to branch master at Debian Med / pplacer


Commits:
493864a4 by Ralf Treinen at 2020-05-24T11:30:29+02:00
added build-dependencies on ocaml libraries, according to information in opam-requirements.txt

- - - - -
64eab245 by Ralf Treinen at 2020-05-24T11:30:46+02:00
patch to list explicitely ocamlfind packages

- - - - -
9aee331a by Steffen Möller at 2020-05-24T13:06:26+00:00
Merge branch 'master' into 'master'

Master

See merge request med-team/pplacer!1
- - - - -


3 changed files:

- debian/control
- + debian/patches/ocamlbuild
- debian/patches/series


Changes:

=====================================
debian/control
=====================================
@@ -6,7 +6,13 @@ Priority: optional
 Build-Depends: debhelper-compat (= 12),
                dh-ocaml,
                ocaml-nox (>= 4),
-               ocamlbuild
+               ocamlbuild,
+	       libcsv-ocaml-dev,
+	       libxmlm-ocaml-dev,
+	       libbatteries-ocaml-dev,
+	       libocamlgsl-ocaml-dev,
+	       libsqlite3-ocaml-dev,
+	       libzip-ocaml-dev
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/pplacer
 Vcs-Git: https://salsa.debian.org/med-team/pplacer.git


=====================================
debian/patches/ocamlbuild
=====================================
@@ -0,0 +1,16 @@
+Index: pplacer/myocamlbuild.ml
+===================================================================
+--- pplacer.orig/myocamlbuild.ml	2020-05-23 19:56:32.503243020 +0200
++++ pplacer/myocamlbuild.ml	2020-05-23 19:56:52.423364364 +0200
+@@ -19,10 +19,7 @@
+ module OCamlFind =
+ struct
+   (* this lists all supported packages *)
+-  let find_packages () =
+-    blank_sep_strings &
+-      Lexing.from_string &
+-      run_and_read "ocamlfind list | cut -d' ' -f1"
++  let find_packages () = ["batteries";"csv";"xmlm";"gsl";"sqlite3";"zip"]
+ 
+   (* this is supposed to list available syntaxes, but I don't know how to do it. *)
+   let find_syntaxes () = ["camlp4o"; "camlp4r"]


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
+ocamlbuild
 fix_makefile.patch



View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/compare/821547b37de4c7a04ab87469522b78b613cfba23...9aee331ac8ee196c56a49e10cbcbb631e56277fa

-- 
View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/compare/821547b37de4c7a04ab87469522b78b613cfba23...9aee331ac8ee196c56a49e10cbcbb631e56277fa
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200524/63f4fcbb/attachment-0001.html>


More information about the debian-med-commit mailing list