[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-5-14-gfeaeecc

Stefano Zacchiroli zack at upsilon.cc
Wed Oct 7 08:04:23 UTC 2009


The following commit has been merged in the master branch:
commit eef783430d3f2b0910748459a10fa0a832fb4de4
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Wed Oct 7 09:17:12 2009 +0200

    add ${ocaml:Depends/Provides}
    
    keep hand-written deps on libraries for the interim

diff --git a/debian/changelog b/debian/changelog
index ba57059..0d1642a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ galax (1.1-6) UNRELEASED; urgency=low
   * debian/control
     - bump Standards-Version to 3.8.3 (no changes needed)
     - bump build-dep on dh-ocaml to 0.9, as we now use dh_ocaml*
+    - add ${ocaml:Depends/Provides} since now we use dh_ocaml; keep
+      hand-written deps on libraries for the interim
   * debian/rules
     - switch to dh_ocamldoc for API reference generation, stop relying on
       ocamldoc-api-ref-config, which is gone (Closes: #549850)
diff --git a/debian/control b/debian/control
index 1bc87c6..8b3ede5 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- ${F:OCamlInterp},
+ ${ocaml:Depends},
  libcamomile-ocaml-data
 Description: XQuery implementation with static typing - command line front-ends
  Galax is an implementation of XQuery, the W3C XML Query Language.
@@ -50,7 +50,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- ${F:OCamlInterp},
+ ${ocaml:Depends},
  libcamomile-ocaml-data
 Recommends: galax
 Description: XQuery implementation with static typing - utilities
@@ -78,7 +78,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- ${F:OCamlInterp},
+ ${ocaml:Depends},
  libcamomile-ocaml-data
 Suggests: galax
 Description: XQuery implementation with static typing - network servers
@@ -108,8 +108,10 @@ Depends:
  libocamlnet-ocaml-dev,
  libpxp-ocaml-dev,
  libcamomile-ocaml-dev,
+ ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: XQuery implementation with static typing - OCaml libraries
  Galax is an implementation of XQuery, the W3C XML Query Language.
  .

-- 
galax packaging



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