[Pkg-ocaml-maint-commits] [SCM] postgresql-ocaml packaging branch, master, updated. debian/1.7.0-3-18-g17fd15e

Stefano Zacchiroli zack at upsilon.cc
Sun Feb 22 17:48:59 UTC 2009


The following commit has been merged in the master branch:
commit 97a0b5c35a2b2af3a590294bd09c737546c50342
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Feb 22 18:23:17 2009 +0100

    bump debhelper compatibility level to 7

diff --git a/debian/changelog b/debian/changelog
index 73347e3..ce53178 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ postgresql-ocaml (1.7.0-4) UNRELEASED; urgency=low
   * fix vcs-svn field to point just above the debian/ dir
   * debian/control
     - bump standards-version to 3.8.0 (no changes needed)
+  * bump debhelper compatibility level to 7
 
   [ Stephane Glondu ]
   * Switching packaging to git
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index f327f70..812710b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 5.0.0), ocaml-nox (>= 3.10.0-4), ocaml-findlib (>= 1.1), libpq-dev, dpatch, cdbs
+Build-Depends:
+ debhelper (>= 7),
+ ocaml-nox (>= 3.10.0-4),
+ ocaml-findlib (>= 1.1),
+ libpq-dev,
+ dpatch,
+ cdbs
 Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/postgresql-ocaml.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/postgresql-ocaml.git

-- 
postgresql-ocaml packaging



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