[Pkg-ocaml-maint-commits] [ocaml-reins] 05/06: Bump debhelper compat to 10

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 19 08:07:39 UTC 2017


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

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

commit aea3791ca57ec998ec94acd2f8f79daf28ce23fc
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 19 09:59:52 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 c569caf..86a8e1e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders:
  Mike Furr <mfurr at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 10),
  ocaml-nox (>= 3.11.1-3~),
  omake (>= 0.9.8.5-3-6),
  libounit-ocaml-dev (>= 1.0.3-4~),
diff --git a/debian/rules b/debian/rules
index 083525b..98eb655 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/ocaml/ocamlvars.mk
 DEST := $(CURDIR)/debian/libreins-ocaml-dev/$(OCAML_STDLIB_DIR)
 
 %:
-	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-reins.git



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