[Pkg-ocaml-maint-commits] [SCM] ocaml-usb packaging branch, master, updated. debian/1.2.0-2-8-geb06948
Stephane Glondu
steph at glondu.net
Thu May 9 21:52:27 UTC 2013
The following commit has been merged in the master branch:
commit c97ad76faa599ae5d27750839d05f5949d861ba3
Author: Stephane Glondu <steph at glondu.net>
Date: Thu May 9 23:40:06 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 936eb67..e44891d 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),
ocaml-findlib,
pkg-config,
diff --git a/debian/rules b/debian/rules
index 6a3c8d8..60ccfe8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
export OCAMLFIND_LDCONF=ignore
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
--
ocaml-usb packaging
More information about the Pkg-ocaml-maint-commits
mailing list