[Pkg-ocaml-maint-commits] [SCM] ocaml-text packaging branch, master, updated. debian/0.4-1-3-g2f2ef50

Stephane Glondu steph at glondu.net
Mon Feb 21 01:42:04 UTC 2011


The following commit has been merged in the master branch:
commit 2471bece31fe37b505d402aed160cdeae447d8b6
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Feb 21 02:04:55 2011 +0100

    Various updates

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 46a80bd..d856e94 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ 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~),
- dh-ocaml (>= 0.9),
+ debhelper (>= 8),
+ dh-ocaml (>= 0.9.6~),
  ocaml-findlib,
  camlp4,
  libpcre-ocaml-dev,
diff --git a/debian/rules b/debian/rules
index 1a9f306..a52c4f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export OCAMLFIND_LDCONF=ignore
 export CAML_LD_LIBRARY_PATH=$(CURDIR)/_build/src
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

-- 
ocaml-text packaging



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