[Pkg-ocaml-maint-commits] [SCM] calendar packaging branch, master, updated. debian/2.0.2-1.1-20-g96d5d0e
Stefano Zacchiroli
zack at upsilon.cc
Sat Feb 28 21:07:49 UTC 2009
The following commit has been merged in the master branch:
commit ba59d64e7af1c860df3ebae4ae867691d4ea0aec
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Wed Feb 18 18:44:11 2009 +0100
rebuild against OCaml 3.11
diff --git a/debian/changelog b/debian/changelog
index 516e5e0..e7f8a68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ calendar (2.01-1) UNRELEASED; urgency=low
* debian/dirs.in: removed, dir creation is now delegated to Makefile
* debian/control:
- bump Standards-Version to 3.8.0 (no changes needed)
+ * rebuild against OCaml 3.11
+ - stricten build-deps, for experimental build
+ - add build-dep on dh-ocaml (which now ships the CDBS class)
+ - remove no longer needed version specific deps
-- Stefano Zacchiroli <zack at debian.org> Wed, 18 Feb 2009 18:28:32 +0100
diff --git a/debian/control b/debian/control
index d017f43..9ec7bd0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: libdevel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 5.0.0), ocaml-nox (>= 3.10.0-8), ocaml-findlib (>= 1.1), dpatch, cdbs
+Build-Depends:
+ debhelper (>= 5.0.0),
+ ocaml-nox (>= 3.11),
+ ocaml-findlib,
+ dpatch,
+ cdbs
Standards-Version: 3.8.0
Homepage: http://www.lri.fr/~signoles/prog.en.html#calendar
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/calendar.git
--
calendar packaging
More information about the Pkg-ocaml-maint-commits
mailing list