The following commit has been merged in the master branch:
commit b0a34f50e4691ffaa64c7e935c9af3cfe6e33830
Author: Lifeng Sun <[email protected]>
Date: Wed Jul 24 15:20:58 2013 +0800
Bump debhelper compat level to 9.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 0302893..ed271cb 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders:
Ralf Treinen <[email protected]>,
Lifeng Sun <[email protected]>
Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 9),
ocaml (>= 3.11.1-5~),
tcl8.5-dev,
tk8.5-dev,
diff --git a/debian/rules b/debian/rules
index 7f50bbd..db2f5e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ VERSION:=$(shell sed -n "s/^LablGL \(.*\):/\1/p" CHANGES |
head -n 1)
export OCAMLINIT_SED=-e 's%@LABLGL_VERSION@%$(VERSION)%g'
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
--
lablgl packaging
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits