[Pkg-ocaml-maint-commits] [ocamlbuild] 02/03: Update d/changelog, reminder to add a lintian check for the Depends:
Ximin Luo
infinity0 at debian.org
Mon Oct 31 07:02:53 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 614757d9dd3b9ad7898383602166bc30a3d49e59
Author: Ximin Luo <infinity0 at debian.org>
Date: Mon Oct 31 07:58:26 2016 +0100
Update d/changelog, reminder to add a lintian check for the Depends:
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9590825..c871527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
ocamlbuild (0.9.3-2) UNRELEASED; urgency=medium
+ * Rebuild against OCaml 4.03.0.
* Use dh_ocaml to add the correct OCaml library dependencies.
-- Ximin Luo <infinity0 at debian.org> Mon, 31 Oct 2016 07:48:23 +0100
diff --git a/debian/rules b/debian/rules
index aa1344f..d4ae1cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
%:
dh $@ --with ocaml
+# TODO: Add a lintian check: if any package contains .cmi files then it should
+# have a Depends: ocaml-base-nox or something like that (ask the list first).
# see https://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.txt
OCAMLABI = $(shell ocamlc -version)
--
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