[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. debian/1.1.0-2-2-g31fdcfb

Stephane Glondu steph at glondu.net
Mon Mar 2 22:13:13 UTC 2009


The following commit has been merged in the master branch:
commit 31fdcfb26287bce2e8c05f669958d91fe5938eaf
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Mar 2 21:16:09 2009 +0100

    Update package and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index f6e0ccf..842d65d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+lwt (1.1.0-3) unstable; urgency=low
+
+  * Add dependency on dh-ocaml
+  * Use ocaml.mk as "rules" file, instead of "class"
+  * Bump version of libssl-ocaml-dev in dependencies
+  * Set priority to extra
+
+ -- Stephane Glondu <steph at glondu.net>  Mon, 02 Mar 2009 21:30:53 +0100
+
 lwt (1.1.0-2) unstable; urgency=low
 
   * Upload after erroneous removal from archive (no changes)
diff --git a/debian/control b/debian/control
index df7134e..cd4d763 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,14 @@
 Source: lwt
-Priority: optional
+Priority: extra
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stephane Glondu <steph at glondu.net>
 DM-Upload-Allowed: yes
-Build-Depends: cdbs, debhelper (>= 7),
+Build-Depends:
+ cdbs,
+ debhelper (>= 7),
+ dh-ocaml,
  ocaml-findlib,
- libssl-ocaml-dev (>= 0.4.0),
+ libssl-ocaml-dev (>= 0.4.3),
  ocaml-nox
 Standards-Version: 3.8.0
 Section: libdevel
@@ -15,8 +18,10 @@ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/lwt.git
 
 Package: liblwt-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI},
- libssl-ocaml-dev (>= 0.4.0)
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ libssl-ocaml-dev (>= 0.4.3),
+ ${misc:Depends}
 Suggests: ocaml-findlib
 Description: Cooperative light-weight thread library for OCaml
  Lwt is a library of cooperative threads implemented in monadic style.
diff --git a/debian/copyright b/debian/copyright
index ff0fe27..fc266e1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,7 +30,7 @@ License: LGPL-2.1 | other
   General Public License.
 
   The complete text of the GNU Lesser General Public License can be
-  found in `/usr/share/common-licenses/LGPL'.
+  found in `/usr/share/common-licenses/LGPL-2.1'.
 
   This library is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as
diff --git a/debian/rules b/debian/rules
index bb6ed47..861e58d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 PKGNAME := liblwt-ocaml-dev
 DESTDIR := $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)

-- 
Cooperative light-weight thread library for OCaml



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