[Pkg-ocaml-maint-commits] [SCM] ocaml-bitstring packaging branch, master, updated. debian/2.0.0-1

Sylvain Le Gall gildor at debian.org
Thu Jul 2 21:56:12 UTC 2009


The following commit has been merged in the master branch:
commit c9324709e5cdefdc170058a743f06715b4a222cc
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Thu Jul 2 21:54:52 2009 +0000

    Prepare new upstream release and OCaml 3.11.1 transition
    
    * Tighten Build Depends to ease OCaml 3.11.1 migration (findlib and ocaml)
    * Upgrade standards-version to 3.8.2 (section ocaml)
    * Add time Build Depends

diff --git a/debian/TODO b/debian/TODO
index c36bffa..b2bef9f 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,2 +1 @@
 * package cil to create cil-tools
-* quid bitmatch.cmx -> missing a .cmi file ?
diff --git a/debian/changelog b/debian/changelog
index f3d5179..0a4f174 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-ocaml-bitstring (2.0.0-1) UNRELEASED; urgency=low
+ocaml-bitstring (2.0.0-1) unstable; urgency=low
 
   * Add debian/gbp.conf to force using pristine-tar
+  * Tighten Build Depends to ease OCaml 3.11.1 migration (findlib and ocaml)
+  * Upgrade standards-version to 3.8.2 (section ocaml)
   * New Upstream Version
     * Updated debian/patches/*
+    * Add time Build Depends
 
  -- Sylvain Le Gall <gildor at debian.org>  Fri, 26 Jun 2009 22:18:38 +0200
 
diff --git a/debian/control b/debian/control
index ad370c4..702af61 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,17 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sylvain Le Gall <gildor at debian.org>
 Build-Depends: cdbs (>= 0.4.23), debhelper (>= 7), 
-               quilt, ocaml-nox (>= 3.11.0-5), 
-               ocaml-findlib (>= 1.2.4-1), camlp4-extra (>= 3.11.0-5), 
-               dh-ocaml
-Standards-Version: 3.8.0
+               quilt, ocaml-nox (>= 3.11.1), 
+               ocaml-findlib (>= 1.2.4-2), camlp4-extra, 
+               dh-ocaml, time
+Standards-Version: 3.8.2
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-bitmatch.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-bitmatch.git
 Homepage: http://code.google.com/p/bitstring/
 
 Package: libbitstring-ocaml-dev
 Architecture: any
-Section: libdevel
+Section: ocaml
 Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}, libbitstring-ocaml (= ${binary:Version})
 Recommends: camlp4
 Description: Erlang-style bitstrings for OCaml
@@ -35,9 +35,8 @@ Description: Erlang-style bitstrings for OCaml
 
 Package: libbitstring-ocaml
 Architecture: any
-Section: libdevel
+Section: ocaml
 Depends: ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}, ${shlibs:Depends}
-Recommends: camlp4
 Description: Erlang-style bitstrings for OCaml
  Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax
  extension and library for OCaml.
diff --git a/debian/copyright b/debian/copyright
index 2452344..0830b72 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -35,8 +35,8 @@ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 Files: debian/*
 Copyright: © 2008 Sylvain Le Gall <gildor at debian.org>
-License: GPL
+License: GPL-2+
 
 On Debian GNU/Linux systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 

-- 
ocaml-bitstring packaging



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