[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-7-8-gf4d43ea

Stephane Glondu steph at glondu.net
Sat Jul 23 22:31:06 UTC 2011


The following commit has been merged in the master branch:
commit 12546938e442a4dd58f036fd0cb1dd8ba0b99aee
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 23 23:36:38 2011 +0200

    Bump debhelper compatibility 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 35d6f03..2c32950 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: text
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 8),
  dh-ocaml (>= 0.9~),
  ocaml-nox (>= 3.11.1-3~),
  autotools-dev,
diff --git a/debian/rules b/debian/rules
index 54118ee..149c159 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 include /usr/share/ocaml/ocamlvars.mk
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 override_dh_auto_configure:
 	if [ ! -d doc.backup ]; then cp -a doc doc.backup; fi

-- 
galax packaging



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