[Pkg-ocaml-maint-commits] [SCM] calendar packaging branch, master, updated. debian/2.01.1-5-7-gaf82ad1

Stefano Zacchiroli zack at upsilon.cc
Tue Oct 6 12:31:05 UTC 2009


The following commit has been merged in the master branch:
commit 4a19ff48a7a891898b48013f116307555e8ac5d4
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Oct 6 13:44:39 2009 +0200

    switch to dh_ocaml for dependency calculation
    
    Add needed substvar and bump dh-ocaml build-dep accordingly.
    Still keep hand-written dependency for the interim.

diff --git a/debian/changelog b/debian/changelog
index b14abd8..e307671 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ calendar (2.01.1-5) unstable; urgency=low
   * debian/control
     - fix Mehdi's mail address, now that he is a DD
     - bump Standards-Version to 3.8.3 (no changes needed)
+  * switch to dh_ocaml for dependency calculation, add needed substvar and
+    bump dh-ocaml build-dep accordingly. Keep hand-written dependency for
+    the interim
 
   [ Mehdi Dogguy ]
   * Update watch file
diff --git a/debian/control b/debian/control
index e60b53d..4998fa9 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  debhelper (>= 7.0.0),
  ocaml-nox (>= 3.11),
  ocaml-findlib (>= 1.2.4),
- dh-ocaml (>= 0.4),
+ dh-ocaml (>= 0.9),
  dpatch,
  cdbs
 Standards-Version: 3.8.3
@@ -24,7 +24,9 @@ Depends:
  ocaml-nox-${F:OCamlABI},
  libcalendar-ocaml (= ${binary:Version}),
  ocaml-findlib,
+ ${ocaml:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Suggests: libcalendar-ocaml-doc
 Description: OCaml library providing operations over dates and times
  OCaml library implementing common date/time operations with
@@ -43,8 +45,10 @@ Description: OCaml library providing operations over dates and times
 Package: libcalendar-ocaml
 Architecture: any
 Depends:
+ ${ocaml:Depends},
  ${misc:Depends},
  ${shlibs:Depends}
+Provides: ${ocaml:Provides}
 Replaces: libcalendar-ocaml-dev (<< 2.01.1-4)
 Conflicts: libcalendar-ocaml-dev (<< 2.01.1-4)
 Description: OCaml library providing operations over dates and times

-- 
calendar packaging



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