[Pkg-ocaml-maint-commits] [ocamlbuild] 01/01: Add an explicit versioned dependency on ocaml-nox

Ximin Luo infinity0 at debian.org
Sun Nov 6 23:15:29 UTC 2016


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

infinity0 pushed a commit to branch master
in repository ocamlbuild.

commit 2f9296e29e3fbeee991f1796265a1b9eaa10d942
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sun Nov 6 21:26:55 2016 +0100

    Add an explicit versioned dependency on ocaml-nox
---
 debian/changelog | 7 +++++++
 debian/control   | 6 +++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 06fa691..9f2467d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocamlbuild (0.9.3-4) UNRELEASED; urgency=medium
+
+  * Add an explicit versioned dependency on ocaml-nox to work around
+    bug involving Debian build dependency parsing.
+
+ -- Ximin Luo <infinity0 at debian.org>  Sun, 06 Nov 2016 21:26:25 +0100
+
 ocamlbuild (0.9.3-3) experimental; urgency=medium
 
   * Force a rebuild against OCaml 4.03.0 on all architectures.
diff --git a/debian/control b/debian/control
index d0e589f..f53c478 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Ximin Luo <infinity0 at debian.org>
-Build-Depends: debhelper (>= 9), dh-ocaml, ocaml-best-compilers (>= 4.03.0)
+Build-Depends: debhelper (>= 9), dh-ocaml,
+ ocaml-best-compilers (>= 4.03.0),
+# TODO: the below ought not to be necessary; it is needed at the moment to
+# work around an apt-cudf bug / ambiguity in Debian build-dep specs.
+ ocaml-nox (>= 4.03.0)
 Standards-Version: 3.9.8
 Homepage: https://github.com/ocaml/ocamlbuild/
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocamlbuild.git

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



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