[Pkg-ocaml-maint-commits] [SCM] obus packaging branch, master, updated. debian/1.1.3-1-8-g23bcf59
Stephane Glondu
steph at glondu.net
Thu May 9 21:50:14 UTC 2013
The following commit has been merged in the master branch:
commit c26d70fdda2b3d9f5a0729974bb6befb7d19b849
Author: Stephane Glondu <steph at glondu.net>
Date: Thu May 9 23:22:44 2013 +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 bff107a..a353c04 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Stéphane Glondu <glondu at debian.org>, Nicolas Dandrimont <nicolas.dandrimont at crans.org>
Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 8),
dh-ocaml (>= 0.9),
libtype-conv-camlp4-dev (>= 2.3.0~),
libxmlm-ocaml-dev,
diff --git a/debian/rules b/debian/rules
index 0247293..b14e01f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export OCAMLFIND_DESTDIR=$(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
DESTDIR=$(CURDIR)/debian/tmp
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
--
obus packaging
More information about the Pkg-ocaml-maint-commits
mailing list