[Pkg-ocaml-maint-commits] [xstrp4] 01/02: Fix package dependencies by not using dh-ocaml.

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Oct 18 20:28:13 UTC 2015


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

mehdi pushed a commit to branch master
in repository xstrp4.

commit d4fdd1d1dc6d4032ad9dca574ae25994bde94e0f
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Oct 18 22:19:09 2015 +0200

    Fix package dependencies by not using dh-ocaml.
---
 debian/changelog | 7 +++++++
 debian/control   | 3 +--
 debian/rules     | 4 ++++
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e2612dc..340b36f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xstrp4 (1.8.1-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix package dependencies by not using dh-ocaml.
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sun, 18 Oct 2015 22:17:56 +0200
+
 xstrp4 (1.8.1-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 657882d..28f435e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/xstrp4.git
 
 Package: libxstrp4-camlp4-dev
 Architecture: all
-Depends: ${ocaml:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
+Depends: libcamlp4-ocaml-dev, ocaml-nox-${F:OCamlABI}, ${misc:Depends}
 Recommends: ocaml-findlib
 Description: camlp4 extension that expands brace expansions in OCaml string
  This camlp4 syntax extension interprets the dollar notation ${name} in
diff --git a/debian/rules b/debian/rules
index 0a71b44..f06ff8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,3 +41,7 @@ override_dh_install:
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
 	ocaml setup.ml -distclean
+
+.PHONY: override_dh_gencontrol
+override_dh_gencontrol:
+	dh_gencontrol -- -VF:OCamlABI="$(OCAML_ABI)"

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



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