[Pkg-ocaml-maint-commits] [mlpost] 02/04: Bump debhelper compat to 10

Stéphane Glondu glondu at moszumanska.debian.org
Sat Jul 22 17:16:00 UTC 2017


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

glondu pushed a commit to branch master
in repository mlpost.

commit b30e8eb08ec5e117eee31b2a85a8de162d86024a
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri Jul 21 17:42:38 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 8abd13d..48c0038 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.2.11~),
+ debhelper (>= 10),
  dh-ocaml (>= 0.9~),
  libcairo-ocaml-dev (>= 20090223-2~),
  libbitstring-ocaml-dev (>= 2.0.0-5~),
diff --git a/debian/rules b/debian/rules
index 1a99d09..a781721 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ OCAMLFIND_DESTDIR = $(PREFIX)$(OCAML_STDLIB_DIR)
 EXAMPLES_TARBALL = debian/examples.tar.gz
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 $(EXAMPLES_TARBALL):
 	tar -czf $(EXAMPLES_TARBALL) --exclude=parse.ml examples

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



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