[Pkg-ocaml-maint-commits] [parmap] 07/08: Bump debhelper compat to 9

Stéphane Glondu glondu at moszumanska.debian.org
Sat Jul 22 10:49:24 UTC 2017


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

glondu pushed a commit to branch master
in repository parmap.

commit f42a58e1fca4ab31b639e3c1650137585cad9095
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 22 12:36:27 2017 +0200

    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 f7f156a..ad55bef 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Mehdi Dogguy <mehdi at debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
  ocaml-nox (>= 3.12.0~),
  dh-ocaml (>= 0.9~),
  ocaml-findlib,
diff --git a/debian/rules b/debian/rules
index cf7b5f2..a9d2f38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ override_dh_auto_install:
 	$(MAKE) DESTDIR=$(PARMAP_DIR)/usr install
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml

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



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