[Pkg-ocaml-maint-commits] [SCM] ocaml-expect packaging branch, master, updated. debian/0.0.2-1-14-g73b7e47

Lifeng Sun lifongsun at gmail.com
Tue Jun 11 03:06:34 UTC 2013


The following commit has been merged in the master branch:
commit 183ac3f1a5e5c93144c02a29b9e0ef4aaf394117
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Tue Jun 11 10:45:52 2013 +0800

    Bump debhelper compat.

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 dc3b109..cc10378 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
   libounit-ocaml-dev,
   libextlib-ocaml-dev,
   dh-ocaml (>= 0.9~),
-  debhelper (>= 7.0.50~)
+  debhelper (>= 9)
 Standards-Version: 3.9.1
 Homepage: http://forge.ocamlcore.org/projects/ocaml-expect/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-expect.git
diff --git a/debian/rules b/debian/rules
index 9c772bc..2d3e55e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ OCAMLFIND_DESTDIR=$(DESTDIR)/$(OCAML_STDLIB_DIR)
 export OCAMLFIND_DESTDIR
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

-- 
ocaml-expect packaging



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