[Pkg-ocaml-maint-commits] [cairo-ocaml] 02/02: DH compat level 10

Ralf Treinen treinen at moszumanska.debian.org
Wed Jun 21 07:10:15 UTC 2017


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

treinen pushed a commit to branch master
in repository cairo-ocaml.

commit 387b57e1db8a83a9dc6fc51ff27fcb48f9f3f267
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Jun 21 08:44:46 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 11b9381..e35acfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-cairo-ocaml (1:1.2.0-6) unstable; urgency=medium
+cairo-ocaml (1:1.2.0-6) UNRELEASED; urgency=medium
 
   * Team upload.
   * Change Build-Dependency on automake1.11 to automake (closes: #865152).
+  * DH compatibility level 10
+    - debian/rules: add --without autoreconf to dh invocation
 
- -- Ralf Treinen <treinen at debian.org>  Wed, 21 Jun 2017 08:35:36 +0200
+ -- Ralf Treinen <treinen at debian.org>  Wed, 21 Jun 2017 08:44:10 +0200
 
 cairo-ocaml (1:1.2.0-5.1) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+10
diff --git a/debian/control b/debian/control
index 30df010..1034958 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 (>= 8),
+ debhelper (>= 10),
  automake,
  autoconf,
  ocaml-findlib (>= 1.4),
diff --git a/debian/rules b/debian/rules
index cbb008b..45060e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include /usr/share/ocaml/ocamlvars.mk
 DESTDIR = $(CURDIR)/debian/tmp
 
 %:
-	dh $@ --with ocaml
+	dh $@ --with ocaml --without autoreconf
 
 .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/cairo-ocaml.git



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