[Pkg-ocaml-maint-commits] [apron] 06/07: Bump debhelper compat level to 9
Stéphane Glondu
glondu at moszumanska.debian.org
Wed Dec 25 12:06:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository apron.
commit 5ed0b5c36de255c425e1ddc82b30a2d18d3688f4
Author: Stephane Glondu <steph at glondu.net>
Date: Wed Dec 25 12:56:56 2013 +0100
Bump debhelper compat level to 9
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index f048201..6f5a0f4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libdevel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
ocaml-nox (>= 3.11.1-3~),
ocaml-best-compilers,
camlidl,
diff --git a/debian/rules b/debian/rules
index 41a5c92..d59cd6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/ocaml/ocamlvars.mk
#export DH_VERBOSE=1
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/apron.git
More information about the Pkg-ocaml-maint-commits
mailing list