[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-2-3-gc79c963
Stefano Zacchiroli
zack at upsilon.cc
Thu Feb 26 22:30:37 UTC 2009
The following commit has been merged in the master branch:
commit 5682cc820e261ceba117c65b0f5f42a9d109c299
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Thu Feb 26 23:24:39 2009 +0100
bump build-deps to avoid spurious build failures in unstable
diff --git a/debian/changelog b/debian/changelog
index 33d2803..879345b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+extlib (1.5.1-3) unstable; urgency=low
+
+ * uploading to unstable
+ * debian/control:
+ - bump build-deps to avoid spurious build failures in unstable
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 26 Feb 2009 23:24:05 +0100
+
extlib (1.5.1-2) experimental; urgency=low
* rebuild with OCaml 3.11
diff --git a/debian/control b/debian/control
index 1cb744c..f734a74 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ 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.11.0),
- ocaml-findlib,
- debhelper (>> 7.0.0),
+ ocaml-nox (>= 3.11),
+ ocaml-findlib (>= 1.2.4),
+ debhelper (>> 7),
dpatch,
cdbs,
dh-ocaml
@@ -17,7 +17,10 @@ Homepage: http://code.google.com/p/ocaml-extlib/
Package: libextlib-ocaml-dev
Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${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