[Pkg-ocaml-maint-commits] [dh-ocaml] 01/02: dh_ocamlinit manpage: OPT, BYTE, DYN

Ralf Treinen treinen at moszumanska.debian.org
Sat Jun 3 08:37:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository dh-ocaml.

commit dcf596544efb0da80f33dfae29429eb8b5ef5df4
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Jun 3 10:09:30 2017 +0200

    dh_ocamlinit manpage: OPT, BYTE, DYN
---
 debhelper/dh_ocamlinit | 4 ++++
 debian/changelog       | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debhelper/dh_ocamlinit b/debhelper/dh_ocamlinit
index 6d7b5da..7f26f42 100755
--- a/debhelper/dh_ocamlinit
+++ b/debhelper/dh_ocamlinit
@@ -38,6 +38,10 @@ dh_ocamlinit looks for debian/*.in files and replaces all present
 variables (like @OCAML_ABI@, @OCamlStdlibDir@ and @OCamlDllDir@) with
 the corresponding value.
 
+Lines in files debian/*.in prefixed with OPT are only kept when ocaml
+compilation to native code is supported, lines prefixed with BYTE are
+only kept when compilation to native code is not supported, and lines
+prefixed with DYN are kept when dynamic linking is supported.
 dh_ocamlinit handles additional substitutions by specifying them in the
 OCAMLINIT_SED environment variable.
 
diff --git a/debian/changelog b/debian/changelog
index f12eeea..b31cd33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 dh-ocaml (1.0.11) UNRELEASED; urgency=medium
 
+  [ Mehdi Dogguy ]
   * Minor simplifications in dom-new-git-repo
   * Use gbp pq now that it exists (also, in stable)
   * Use gbp-clone to clone git repos and track relevant branches
   * Use new dispatch address for git commit notifications
 
- -- Mehdi Dogguy <mehdi at debian.org>  Sun, 03 Jan 2016 12:58:45 +0100
+  [ Ralf Treinen ]
+  * dh_ocamlinit manpage: document prefixes OPT, BYTE, DYN.
+
+ -- Ralf Treinen <treinen at debian.org>  Sat, 03 Jun 2017 10:07:36 +0200
 
 dh-ocaml (1.0.10) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git



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