summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2015-11-03 16:20:19 +0100
committerStephane Glondu <steph@glondu.net>2015-11-03 16:22:41 +0100
commit724df9fc39d1855f7594382c95eb7351c2aea267 (patch)
tree8fc379c9970d400a0231a582ad4191b3691c43f9
parent712315ad74f8465b980717a8bea1acce35f58bd6 (diff)
Bump debhelper compat level to 9
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
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 e0ea1e6..f8564c2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
dh-ocaml (>= 0.9),
ocaml-findlib (>= 1.4),
opam,
diff --git a/debian/rules b/debian/rules
index 3d82c83..1e3b94f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ else
endif
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_build
override_dh_auto_build: