[Pkg-ocaml-maint-commits] [menhir] 08/09: Bump debhelper compat to 9

Stéphane Glondu glondu at moszumanska.debian.org
Sat Aug 6 09:01:09 UTC 2016


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

glondu pushed a commit to branch master
in repository menhir.

commit 59410b07a146fb86675bfc1fdb684af1b280da38
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Aug 6 10:45:48 2016 +0200

    Bump debhelper compat 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 4178337..68e54bf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
   Samuel Mimram <smimram at debian.org>,
   Mehdi Dogguy <mehdi at debian.org>
 Build-Depends:
-  debhelper (>= 7.0.50),
+  debhelper (>= 9),
   ocaml-nox (>= 4.02~),
   ocaml-findlib,
   dh-ocaml (>= 0.9)
diff --git a/debian/rules b/debian/rules
index 208c670..4f3043a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,4 +26,4 @@ override_dh_auto_install:
 override_dh_auto_test:
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml

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



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