[Pkg-ocaml-maint-commits] [SCM] cppo packaging branch, master, updated. debian/0.9.0-2-7-g6f3ff67

Stephane Glondu steph at glondu.net
Tue Aug 9 08:17:47 UTC 2011


The following commit has been merged in the master branch:
commit f3f80a4e4864d864cd4e183f460a42af8d373125
Author: Stephane Glondu <steph at 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



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