[Pkg-ocaml-maint-commits] [omake] 07/09: Use dh_ocaml for automatic dependencies (Closes: #599322)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Feb 4 08:03:24 UTC 2014


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

glondu pushed a commit to branch master
in repository omake.

commit 5ffe705218b68312a1ef86798c767a724c21042e
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Feb 4 08:44:23 2014 +0100

    Use dh_ocaml for automatic dependencies (Closes: #599322)
---
 debian/control | 2 +-
 debian/rules   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 753176a..60fd168 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/omake.
 
 Package: omake
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${OCaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: omake-doc
 Description: build system with automated dependency analysis
  OMake is a build system designed to scale from small projects to very
diff --git a/debian/rules b/debian/rules
index f217491..68e3b9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ PACKAGE=omake
 include /usr/share/ocaml/ocamlvars.mk
 
 build:
-	dh $@
+	dh $@ --with ocaml
 
 override_dh_auto_build:
 	$(MAKE) PREFIX=/usr MANDIR=/usr/share/man bootstrap
@@ -36,7 +36,7 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 endif
 
 %:
-	dh $@
+	dh $@ --with ocaml
 
 
 .PHONY: build \

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



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