The following commit has been merged in the master branch:
commit c26d70fdda2b3d9f5a0729974bb6befb7d19b849
Author: Stephane Glondu <st...@glondu.net>
Date:   Thu May 9 23:22:44 2013 +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 bff107a..a353c04 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-ma...@lists.debian.org>
 Uploaders: Stéphane Glondu <glo...@debian.org>, Nicolas Dandrimont 
<nicolas.dandrim...@crans.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 8),
  dh-ocaml (>= 0.9),
  libtype-conv-camlp4-dev (>= 2.3.0~),
  libxmlm-ocaml-dev,
diff --git a/debian/rules b/debian/rules
index 0247293..b14e01f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export 
OCAMLFIND_DESTDIR=$(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DESTDIR=$(CURDIR)/debian/tmp
 
 %:
-       dh --with ocaml $@
+       dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

-- 
obus packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to