The following commit has been merged in the master branch:
commit f3f80a4e4864d864cd4e183f460a42af8d373125
Author: Stephane Glondu <st...@glondu.net>
Date:   Tue Aug 9 09:55:07 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 ce80acc..e898529 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
   ocaml-nox (>= 3.11.1-3~),
   ocaml-findlib,
   dh-ocaml (>= 0.9~),
-  debhelper (>= 7.0.50~)
+  debhelper (>= 8)
 Standards-Version: 3.9.2
 Homepage: http://martin.jambon.free.fr/cppo.html
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/cppo.git
diff --git a/debian/rules b/debian/rules
index 51747a5..cbf1006 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DESTDIR=$(CURDIR)/debian/cppo
 include /usr/share/ocaml/ocamlvars.mk
 
 %:
-       dh --with ocaml $@
+       dh $@ --with ocaml
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

-- 
cppo 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