[Pkg-ocaml-maint-commits] [SCM] cairo-ocaml packaging branch, master, updated. debian/20090223-3-8-ge3f4317
Stephane Glondu
steph at glondu.net
Sun Feb 27 12:59:46 UTC 2011
The following commit has been merged in the master branch:
commit 4324b18576b43e2e9db9e50b1060b787c12d0c84
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Feb 27 13:50:02 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 6241d15..9f28106 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Samuel Mimram <smimram at debian.org>,
Stéphane Glondu <glondu at debian.org>
Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 8),
automake1.9,
autoconf,
ocaml-findlib (>= 1.2.5),
diff --git a/debian/rules b/debian/rules
index ceee23b..cb84e7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ orig-tarball:
rm -rf cairo-ocaml-$(NOW)
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
--
cairo-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list