[Pkg-ocaml-maint-commits] [SCM] pxp packaging branch, master, updated. debian/1.2.1-1-10-gfff5d20

Stefano Zacchiroli zack at upsilon.cc
Tue Oct 6 14:44:24 UTC 2009


The following commit has been merged in the master branch:
commit a15539f7482010f01a5243b484845f5654ecd854
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Oct 6 16:15:38 2009 +0200

    switch to dh_ocaml for dependency generation
    
    bump deps on dh-ocaml accordingly
    for the interim, keep old-style dependencies as well.

diff --git a/debian/changelog b/debian/changelog
index 8163d86..e727718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ pxp (1.2.1-2) UNRELEASED; urgency=low
   * debian/rules: avoid using ocamldoc-apiref-config (which is now gone),
     instead ship a hand-written doc-base entry for upstream doc
     (Closes: #549750)
+  * switch to dh_ocaml for dependency generation, bump deps on dh-ocaml
+    accordingly. For the interim, keep old-style dependencies as well.
 
   [ Sylvain Le Gall ]
   * Clean examples/validate/Makefile.config
diff --git a/debian/control b/debian/control
index f32a2ec..d5e5ab7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Stefano Zacchiroli <zack at debian.org>
 Build-Depends:
  debhelper (>= 7),
  ocaml-nox,
- dh-ocaml,
+ dh-ocaml (>= 0.9),
  ocaml-findlib,
  libocamlnet-ocaml-dev (>= 2.2.9-6),
  ocaml-ulex,
@@ -24,7 +24,9 @@ Depends:
  ocaml-nox-${F:OCamlABI},
  libocamlnet-ocaml-dev,
  ocaml-findlib,
- ocaml-ulex
+ ocaml-ulex,
+ ${ocaml:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml library that implements an XML-1.0 validating parser
  PXP is a validating parser for XML-1.0 which has been written entirely
  in Objective Caml.

-- 
pxp packaging



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