[Pkg-ocaml-maint-commits] [SCM] pcre-ocaml packaging branch, master, updated. debian/5.15.1-1-5-g4368b0c
Stefano Zacchiroli
zack at upsilon.cc
Wed Feb 25 10:47:20 UTC 2009
The following commit has been merged in the master branch:
commit 23352be05a9e1cf3fd51e45ee10cc5c08b891079
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Wed Feb 25 11:41:37 2009 +0100
version build-deps on findlib, to ensure buildability in unstable
diff --git a/debian/changelog b/debian/changelog
index edd1e0b..a6d8800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,9 @@ pcre-ocaml (5.15.1-2) UNRELEASED; urgency=low
making assumption on stdlib directory layout
* debian/rules: use ocaml.mk as a "rules" makefile snippet, bump
build-dep on dh-ocaml to the minumum version implementing it
- * debian/control: drop obsolete dep version requirements
+ * debian/control:
+ - drop obsolete dep version requirements
+ - version build-deps on findlib, to ensure buildability in unstable
-- Stefano Zacchiroli <zack at debian.org> Fri, 20 Feb 2009 23:37:11 +0100
diff --git a/debian/control b/debian/control
index aa6952c..677ae75 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Uploaders:
Stephane Glondu <steph at glondu.net>
DM-Upload-Allowed: yes
Build-Depends:
- debhelper (>= 7.0.0),
+ debhelper (>= 7),
libpcre3-dev,
- ocaml-nox (>= 3.11.0),
- ocaml-findlib,
+ ocaml-nox (>= 3.11),
+ ocaml-findlib (>= 1.2.4),
cdbs,
dpatch,
dh-ocaml (>= 0.4)
--
pcre-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list