[Pkg-ocaml-maint-commits] [SCM] ocaml-sqlite3 packaging branch, master, updated. debian/1.5.6-3-13-g3b5bc85

Stephane Glondu steph at glondu.net
Tue Jul 12 07:07:27 UTC 2011


The following commit has been merged in the master branch:
commit b369550aeed8cb385b12a98b04c6c3765d346df3
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Jul 12 08:49:41 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 3b12bfe..dcb1798 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders:
  Samuel Mimram <smimram at debian.org>,
  Stéphane Glondu <glondu at debian.org>
 Build-Depends:
- debhelper (>= 7.2.11~),
+ debhelper (>= 8),
  ocaml-nox (>= 3.11.1-3~),
  camlp4,
  libsqlite3-dev (>= 3.3.9),
diff --git a/debian/rules b/debian/rules
index 59cb9d5..bf01d76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/ocaml/ocamlvars.mk
 DESTDIR := $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 
 %:
-	dh --with ocaml $@
+	dh $@ --with ocaml
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:

-- 
ocaml-sqlite3 packaging



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