[Pkg-ocaml-maint-commits] [SCM] ocamlnet packaging branch, master, updated. debian/2.2.9-5-2-g4dd610d

Stefano Zacchiroli zack at upsilon.cc
Thu Feb 19 10:03:17 UTC 2009


The following commit has been merged in the master branch:
commit 4dd610de0581ecbd0adcae95537150bd211907fb
Author: Stefano Zacchiroli <zack at upsilon.cc>
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 <zack at debian.org>  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 <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
 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



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