[Pkg-ocaml-maint-commits] [react] 01/03: Bump debhelper compat level to 9

Stéphane Glondu glondu at moszumanska.debian.org
Tue Nov 3 15:25:00 UTC 2015


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

glondu pushed a commit to branch master
in repository react.

commit 724df9fc39d1855f7594382c95eb7351c2aea267
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Nov 3 16:20:19 2015 +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 e0ea1e6..f8564c2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stéphane Glondu <glondu at 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:

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



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