[Pkg-ocaml-maint-commits] [xstrp4] 05/08: Bump debhelper compat level to 9

Stéphane Glondu glondu at moszumanska.debian.org
Mon May 4 23:13:12 UTC 2015


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

glondu pushed a commit to branch master
in repository xstrp4.

commit 0cdcd6ff1c9160c8c6b0272b82ba65f4ea440552
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon May 4 19:47:41 2015 -0300

    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 5b0c3de..d646634 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
   ocaml-nox (>= 3.11.1-3~),
   ocaml-findlib,
   dh-ocaml (>= 0.9~),
-  debhelper (>= 7.0.50~),
+  debhelper (>= 9),
   camlp4
 Standards-Version: 3.9.1
 Homepage: http://projects.camlcity.org/projects/xstrp4.html
diff --git a/debian/rules b/debian/rules
index 271dd6a..0a71b44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ OCAMLFIND_LDCONF=ignore
 export OCAMLFIND_LDCONF
 
 %:
-	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/xstrp4.git



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