[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.14.0+dfsg-2-14-gb7b3ea3

Stephane Glondu steph at glondu.net
Thu Feb 17 12:37:01 UTC 2011


The following commit has been merged in the master branch:
commit 5b047738629d282c608ae931d09f609e9c2a7303
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Feb 17 08:47:11 2011 +0100

    Bump debhelper compat 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 a6b70ba..68b2c1c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders:
  Ralf Treinen <treinen at debian.org>,
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
- debhelper (>= 7.2.11~),
+ debhelper (>= 8),
  dh-ocaml (>= 0.9),
  ocaml (>= 3.11.1-3~),
  camlp4 (>= 3.11),
diff --git a/debian/rules b/debian/rules
index 67dcf11..9020481 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/ocaml/ocamlvars.mk
 DESTDIR := $(CURDIR)/debian/tmp
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

-- 
lablgtk2 packaging



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