[Pkg-ocaml-maint-commits] [SCM] lablgl packaging branch, master, updated. debian/1.04-5-26-g2c1a1b6

Lifeng Sun lifongsun at gmail.com
Wed Jul 24 08:19:33 UTC 2013


The following commit has been merged in the master branch:
commit b0a34f50e4691ffaa64c7e935c9af3cfe6e33830
Author: Lifeng Sun <lifongsun at gmail.com>
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 <treinen at debian.org>,
  Lifeng Sun <lifongsun at gmail.com>
 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



More information about the Pkg-ocaml-maint-commits mailing list