[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:55 UTC 2009


The following commit has been merged in the master branch:
commit 6fe3bd8930f0cda6365fcc95fb2354022fa1ab9d
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Wed Feb 18 18:54:25 2009 +0100

    add missing ${misc:Depends} to dependencies (thanks Lintian)

diff --git a/debian/changelog b/debian/changelog
index c267171..6329932 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ calendar (2.01-1) experimental; urgency=low
   * debian/control:
     - bump Standards-Version to 3.8.0 (no changes needed)
     - debhelper compatibility level: 7 (also affects debian/compat)
+    - add missing ${misc:Depends} to dependencies (thanks Lintian)
   * rebuild against OCaml 3.11
     - stricten build-deps, for experimental build
     - add build-dep on dh-ocaml (which now ships the CDBS class)
diff --git a/debian/control b/debian/control
index 9bccec3..8b5628a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/calendar.git
 
 Package: libcalendar-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ ocaml-findlib,
+ ${misc:Depends}
 Description: OCaml library providing operations over dates and times
  OCaml library implementing common date/time operations with
  timezones and pretty printing support.

-- 
calendar packaging



More information about the Pkg-ocaml-maint-commits mailing list