[Pkg-ocaml-maint-commits] r2548 - trunk/packages/netclient/trunk/debian

Stefano Zacchiroli zack at costa.debian.org
Sun Feb 5 19:05:21 UTC 2006


Author: zack
Date: 2006-02-05 19:05:20 +0000 (Sun, 05 Feb 2006)
New Revision: 2548

Modified:
   trunk/packages/netclient/trunk/debian/changelog
   trunk/packages/netclient/trunk/debian/rules
Log:
ensure HTML docs are installed in -dev package


Modified: trunk/packages/netclient/trunk/debian/changelog
===================================================================
--- trunk/packages/netclient/trunk/debian/changelog	2006-01-29 11:00:12 UTC (rev 2547)
+++ trunk/packages/netclient/trunk/debian/changelog	2006-02-05 19:05:20 UTC (rev 2548)
@@ -1,3 +1,12 @@
+netclient (0.91-5) UNRELEASED; urgency=low
+
+  * debian/rules
+    - invoke "make doc" after building to ensure docs are there when
+      dh_install is invoked. Ensures HTML documentations is installed in
+      libnetclient-ocaml-dev (closes: #351554)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun,  5 Feb 2006 20:01:39 +0100
+
 netclient (0.91-4) unstable; urgency=low
 
   * Rebuilt against OCaml 3.09.1, bumped deps accordingly.

Modified: trunk/packages/netclient/trunk/debian/rules
===================================================================
--- trunk/packages/netclient/trunk/debian/rules	2006-01-29 11:00:12 UTC (rev 2547)
+++ trunk/packages/netclient/trunk/debian/rules	2006-02-05 19:05:20 UTC (rev 2548)
@@ -17,6 +17,7 @@
 ifeq ($(HAVE_OCAMLOPT),yes)
 build/$(PKGNAME)::
 	$(MAKE) opt
+	$(MAKE) doc
 endif
 
 # work around cdbs' bug




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