[Pkg-ocaml-maint-commits] [SCM] ocamlduce packaging branch, master, updated. debian/3.11.2.0-1-18-ge87b40c

Stephane Glondu steph at glondu.net
Sun Apr 17 09:56:42 UTC 2011


The following commit has been merged in the master branch:
commit ef92e09daaa048ef16ea0207eb5d2ec4c1fe9edc
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Apr 17 11:31:55 2011 +0200

    Bump debhelper compat level to 8

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index ed6e5be..7fdb369 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,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 (>= 8),
  dh-ocaml (>= 1.0.0~),
  autotools-dev,
  patch,
diff --git a/debian/rules b/debian/rules
index b7db842..eb0ab76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ MAKE_DUCE := $(MAKE) -C $(OCAML_SRCDIR) -f Makefile.ocamlduce
 ODOC_DESTDIR := debian/tmp$(OCAML_STDLIB_DIR)/ocamlduce/ocamldoc
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

-- 
ocamlduce packaging



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