[Pkg-ocaml-maint-commits] [SCM] ocsigen packaging branch, master, updated. debian/1.3.3-1-6-g0a1367f
Stephane Glondu
steph at glondu.net
Tue Feb 15 18:24:32 UTC 2011
The following commit has been merged in the master branch:
commit d5e3aab7cc3270187e29169c95261707833425a2
Author: Stephane Glondu <steph at glondu.net>
Date: Tue Feb 15 18:45:39 2011 +0100
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 5a31b6e..0f0fd2a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Stéphane Glondu <glondu at debian.org>,
Samuel Mimram <smimram at debian.org>
Build-Depends:
- debhelper (>= 7.1.0~),
+ debhelper (>= 8),
ocaml-nox (>= 3.11.1-3~),
camlp4-extra,
ocaml-findlib (>= 1.2.5),
diff --git a/debian/rules b/debian/rules
index 66caaee..a2aa5b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ endif
INSTALL_TARGET := $(if $(findstring libocsigen-ocaml-doc,$(shell dh_listpackages)),install,installnodoc)
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_configure
--
ocsigen packaging
More information about the Pkg-ocaml-maint-commits
mailing list