[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-1-3-g89ea3e9

Stefano Zacchiroli zack at upsilon.cc
Sun Feb 1 17:54:44 UTC 2009


The following commit has been merged in the master branch:
commit 89ea3e929999277ba40a602b29789e30c7a122ae
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Feb 1 18:45:33 2009 +0100

    rebuild for ocaml 3.11
    
    general packaging fixes

diff --git a/debian/changelog b/debian/changelog
index e82b19e..33d2803 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-extlib (1.5.1-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+extlib (1.5.1-2) experimental; urgency=low
+
+  * rebuild with OCaml 3.11
+  * debian/control:
+    - bump Standards-Version (no changes required)
+    - add build-dep on dh-ocaml (which now ships the CDBS class)
+    - strengthen deps to OCaml (to ensure proper build in experimental)
+    - rely on debhelper 7 (bump deps and debian/compat accordingly)
   * make Vcs-* fields point to the new git repository
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 07 Jan 2008 22:09:43 +0100
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 01 Feb 2009 18:49:41 +0100
 
 extlib (1.5.1-1) unstable; urgency=low
 
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 122ac6b..1cb744c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,21 @@ Section: libdevel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: ocaml-nox (>= 3.10.0-8), ocaml-findlib (>= 1.1), debhelper (>> 5.0.0), dpatch, cdbs
-Standards-Version: 3.7.3
+Build-Depends:
+ ocaml-nox (>= 3.11.0),
+ ocaml-findlib,
+ debhelper (>> 7.0.0),
+ dpatch,
+ cdbs,
+ dh-ocaml
+Standards-Version: 3.8.0
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/extlib.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/extlib.git
 Homepage: http://code.google.com/p/ocaml-extlib/
 
 Package: libextlib-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), ${misc:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
 Description: extended standard library for OCaml
  ExtLib is a project aiming at providing a complete - yet small -
  standard library for the OCaml programming language.

-- 
extlib packaging



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