[Pkg-ocaml-maint-commits] [ocamlify] 01/01: DH compat level 10

Ralf Treinen treinen at moszumanska.debian.org
Mon Sep 25 07:20:02 UTC 2017


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

treinen pushed a commit to branch master
in repository ocamlify.

commit 0819a3003e97c84ab78e91476b0294c2eb8bb74e
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Sep 25 08:56:27 2017 +0200

    DH compat level 10
---
 debian/changelog | 7 +++++++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 062ff20..431120b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocamlify (0.0.2-5) UNRELEASED; urgency=medium
+
+  * debhelper compat level 10
+    - d/rules: fix order of arguments in invocation of dh 
+
+ -- Ralf Treinen <treinen at debian.org>  Mon, 25 Sep 2017 08:55:38 +0200
+
 ocamlify (0.0.2-4) unstable; urgency=medium
 
   * Team upload
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 5565808..a68e707 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 10),
  ocaml-nox (>= 4),
  dh-ocaml (>= 0.9.0~),
  ocamlbuild,
diff --git a/debian/rules b/debian/rules
index 294df38..222317f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DESTDIR=$(CURDIR)/debian/ocamlify
 include /usr/share/ocaml/ocamlvars.mk
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

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



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