[Pkg-ocaml-maint-commits] [mysql-ocaml] 07/10: Bump debhelper compat level to 9
Stéphane Glondu
glondu at moszumanska.debian.org
Mon May 4 11:39:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository mysql-ocaml.
commit 1b8ed1c1f9125df45c30112fdeabae24fdd2c5bf
Author: Stephane Glondu <steph at glondu.net>
Date: Mon May 4 08:28:59 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 059b294..72e3041 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),
libmysqlclient15-dev,
dh-ocaml (>= 0.9),
ocaml-nox (>= 3.11),
diff --git a/debian/rules b/debian/rules
index 9719ead..35f29ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,4 +45,4 @@ override_dh_installchangelogs:
dh_installchangelogs CHANGES
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/mysql-ocaml.git
More information about the Pkg-ocaml-maint-commits
mailing list