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

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jul 20 11:51:38 UTC 2017


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

glondu pushed a commit to branch master
in repository laby.

commit 05c0ccec2d290625baaab4537567bf0d48051603
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jul 20 13:43: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 bfc4f42..5b2e9a5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 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 (>= 10),
  ocaml-nox (>= 3.11.1),
  ocaml-findlib,
  ocamlbuild,
diff --git a/debian/rules b/debian/rules
index dbe4ecf..812c3fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_install:
 	cp debian/laby.desktop $(CURDIR)/debian/laby/usr/share/applications/
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 laby.6: laby.xml
 # Verification

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



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