[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. debian/3.7.4-3-15-ga40cb22
Stefano Zacchiroli
zack at upsilon.cc
Sat Feb 28 22:47:56 UTC 2009
The following commit has been merged in the master branch:
commit a40cb22af114edd46ed402ec9cacc300c4cb4f48
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Sat Feb 28 23:47:41 2009 +0100
build dep on the minimum findlib version with a working META.num
diff --git a/debian/changelog b/debian/changelog
index e0efb84..63d9e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,10 @@ sexplib310 (4.2.6-2) unstable; urgency=low
* upload to unstable
* debian/rules: use ocaml.mk as a CDBS "rules" snippet
- * debian/control: tighten build-deps to induce dep-waits
+ * debian/control:
+ - tighten build-deps to induce dep-waits
+ - build dep on the minimum findlib version with a META.num not
+ fubar-ed (i.e., >= 1.2.4-2)
* debian/copyright: fix typo in common license file reference
-- Stefano Zacchiroli <zack at debian.org> Sat, 28 Feb 2009 23:24:28 +0100
diff --git a/debian/control b/debian/control
index 1fba9d7..79232e2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
cdbs,
quilt,
ocaml-nox (>= 3.11),
- ocaml-findlib (>= 1.2.4),
+ ocaml-findlib (>= 1.2.4-2),
camlp4,
camlp4-extra,
libtype-conv-camlp4-dev (>= 1.6.7),
--
sexplib310 packaging
More information about the Pkg-ocaml-maint-commits
mailing list