[Pkg-ocaml-maint-commits] [perl4caml] 05/09: Bump debhelper compat to 10
Stéphane Glondu
glondu at moszumanska.debian.org
Wed Jul 19 09:36:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository perl4caml.
commit 3b9138c9ecd2f8dca740859094a51f95c97ea235
Author: Stephane Glondu <steph at glondu.net>
Date: Wed Jul 19 11:14:08 2017 +0200
Bump debhelper compat to 10
---
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..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 5e2edbe..ff128a8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Mike Furr <mfurr at debian.org>,
Stéphane Glondu <glondu at debian.org>
Build-Depends:
- debhelper (>= 7.2.11~),
+ debhelper (>= 10),
libperl-dev,
ocaml-nox (>= 3.11.1-3~),
dh-ocaml (>= 0.9)
diff --git a/debian/rules b/debian/rules
index 92c2f2b..e78f524 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_clean
override_dh_auto_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/perl4caml.git
More information about the Pkg-ocaml-maint-commits
mailing list