The following commit has been merged in the master branch:
commit 4dd610de0581ecbd0adcae95537150bd211907fb
Author: Stefano Zacchiroli <[email protected]>
Date:   Thu Feb 19 11:01:53 2009 +0100

    debian/rules: use ocamldoc-apiref-config from /usr/share/ocaml/; 
accordingly: bump dependency on dh-ocaml to >= 0.2

diff --git a/debian/changelog b/debian/changelog
index 567f1dd..0de8e3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ocamlnet (2.2.9-6) UNRELEASED; urgency=low
 
   * debian/*.in: avoid using @OCamlABI@ for dir path and explicit
     "stublibs/"
+  * debian/rules: use ocamldoc-apiref-config from /usr/share/ocaml/;
+    accordingly: bump dependency on dh-ocaml to >= 0.2
 
  -- Stefano Zacchiroli <[email protected]>  Thu, 19 Feb 2009 10:58:58 +0100
 
diff --git a/debian/control b/debian/control
index 334b320..36b28c3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <[email protected]>
 Uploaders: Stefano Zacchiroli <[email protected]>
 Build-Depends: debhelper (>> 7.0.0), dpatch, cdbs,
- dh-ocaml,
+ dh-ocaml (>= 0.2),
  ocaml-nox (>= 3.11.0), camlp5 (>= 5.10),
  ocaml-findlib,
  libpcre-ocaml-dev (>= 5.11.1),
diff --git a/debian/rules b/debian/rules
index 5ed4cb4..e1131cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,6 @@ clean::
        rm -f debian/configure-stamp
 
 build/libocamlnet-ocaml-doc::
-       /usr/share/cdbs/1/class/ocamldoc-api-ref-config --doc-base-generate 
$(PKGNAME)
+       /usr/share/ocaml/ocamldoc-api-ref-config --doc-base-generate $(PKGNAME)
        mv debian/libocamlnet-ocaml-dev.doc-base.ocamldoc-apiref \
           debian/libocamlnet-ocaml-doc.doc-base.ocamldoc-apiref

-- 
ocamlnet packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to