[Pkg-ocaml-maint-commits] [SCM] ocaml-data-notation packaging branch, master, updated. debian/0.0.8-1-9-g936628d

Stephane Glondu steph at glondu.net
Sat Jun 22 15:22:42 UTC 2013


The following commit has been merged in the master branch:
commit 2a55c546ee24e0405f935ce1fc65ca8689d1c893
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jun 22 17:13:04 2013 +0200

    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 e00c152..04bd84c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
   libounit-ocaml-dev,
   libfileutils-ocaml-dev (>= 0.4.0),
   dh-ocaml (>= 0.9~),
-  debhelper (>= 7.0.50~),
+  debhelper (>= 9),
   camlp4
 Standards-Version: 3.9.2
 Homepage: http://forge.ocamlcore.org/projects/odn
diff --git a/debian/rules b/debian/rules
index e7bcfb2..ac3e9f4 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-data-notation packaging



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