[Pkg-ocaml-maint-commits] [pycaml] 02/07: Bump debhelper compat to 10

Stéphane Glondu glondu at moszumanska.debian.org
Tue Aug 8 13:15:31 UTC 2017


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

glondu pushed a commit to branch master
in repository pycaml.

commit 2df436a94a67987c0503eca3674879f73989a331
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Aug 8 14:55:47 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 47f5252..c9cfaae 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Samuel Mimram <smimram at debian.org>,
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
- debhelper (>= 7.1.0~),
+ debhelper (>= 10),
  dh-python,
  python-dev,
  dh-ocaml (>= 0.9),
diff --git a/debian/rules b/debian/rules
index daa4e15..5c32446 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DESTDIR := $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 CFLAGS += -Wall
 
 %:
-	dh --with ocaml,python2 $@
+	dh $@ --with ocaml,python2
 
 .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/pycaml.git



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