[Pkg-ocaml-maint-commits] [ocaml-deriving-ocsigen] 06/10: Bump debhelper compat to 9

Stéphane Glondu glondu at moszumanska.debian.org
Fri Jan 31 17:11:05 UTC 2014


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

glondu pushed a commit to branch master
in repository ocaml-deriving-ocsigen.

commit 63b7482c535fdd42663033e163c896332d33b83d
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jan 27 20:29:00 2014 +0100

    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 ea1d4ca..e5fd30a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
   ocaml-nox (>= 4.01),
   ocaml-findlib (>= 1.4),
   dh-ocaml (>= 0.9~),
-  debhelper (>= 7.0.50~),
+  debhelper (>= 9),
   libtype-conv-camlp4-dev (>= 108),
   camlp4-extra (>= 4.01)
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 159b0b8..d9879bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ else
 endif
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

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



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