[Pkg-ocaml-maint-commits] [SCM] findlib packaging branch, master, updated. debian/1.2.3-1-19-g334ff31
Stefano Zacchiroli
zack at upsilon.cc
Sun Feb 22 22:07:04 UTC 2009
The following commit has been merged in the master branch:
commit 84d69dbc1fb3d3e6f51bbefb9ed1d4ed1bd978ac
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Sun Feb 22 23:05:20 2009 +0100
requires dh-ocaml >= 0.4.1
to avoid the "remove heading white spaces" bug for debian/patches/*.in
diff --git a/debian/changelog b/debian/changelog
index ee90ab1..68f10c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,8 @@ findlib (1.2.4-1) UNRELEASED; urgency=low
[ Stefano Zacchiroli ]
* debian/rules: invoke ocaml.mk as a "rules" snippet
- * debian/control: version build-dep on dh-ocaml to 0.4
+ * debian/control: version build-dep on dh-ocaml to 0.4.1 (to avoid the
+ "remove heading white spaces" bug for debian/patches/*.in)
-- Stefano Zacchiroli <zack at debian.org> Sun, 22 Feb 2009 18:19:12 +0100
diff --git a/debian/control b/debian/control
index faa246c..50c5f33 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
gawk | awk,
dpatch,
cdbs,
- dh-ocaml (>= 0.4)
+ dh-ocaml (>= 0.4.1)
Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/findlib.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/findlib.git
--
findlib packaging
More information about the Pkg-ocaml-maint-commits
mailing list