[Pkg-ocaml-maint-commits] [SCM] nurpawiki packaging branch, master, updated. debian/1.2.3-4-6-gdd14e21

Stephane Glondu steph at glondu.net
Sat Apr 23 11:32:54 UTC 2011


The following commit has been merged in the master branch:
commit 9fe572d0e0e9c767b83160810413eb8116799acc
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Apr 23 12:05:49 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 668a35a..6d09f36 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: extra
 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 (>= 0.9.2~),
  libocsigen-ocaml-dev (>= 1.3),
  libcalendar-ocaml-dev (>= 2.01.1-6~),
diff --git a/debian/rules b/debian/rules
index fb7ffc7..f49f839 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/ocaml/ocamlvars.mk
 export OCAMLFIND_DESTDIR := debian/nurpawiki/usr/lib/ocsigen
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

-- 
nurpawiki packaging



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