[Pkg-ocaml-maint-commits] r4634 - in /trunk/packages/ocaml-benchmark/trunk/debian: changelog control rules

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Wed Oct 17 23:24:50 UTC 2007


Author: gildor
Date: Wed Oct 17 23:24:50 2007
New Revision: 4634

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4634
Log:
* Use OCAML_OCAMLDOC_PACKAGES_DOCBASE CDBS variable

Modified:
    trunk/packages/ocaml-benchmark/trunk/debian/changelog
    trunk/packages/ocaml-benchmark/trunk/debian/control
    trunk/packages/ocaml-benchmark/trunk/debian/rules

Modified: trunk/packages/ocaml-benchmark/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/changelog?rev=4634&op=diff
==============================================================================
--- trunk/packages/ocaml-benchmark/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/changelog Wed Oct 17 23:24:50 2007
@@ -1,8 +1,9 @@
 ocaml-benchmark (0.6-8) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Use ocaml 3.10.0-9 for generating .ocamldoc-apiref automatically
 
- -- Sylvain Le Gall <gildor at debian.org>  Wed, 05 Sep 2007 15:17:20 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Thu, 18 Oct 2007 01:11:04 +0200
 
 ocaml-benchmark (0.6-7) unstable; urgency=low
 

Modified: trunk/packages/ocaml-benchmark/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/control?rev=4634&op=diff
==============================================================================
--- trunk/packages/ocaml-benchmark/trunk/debian/control (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/control Wed Oct 17 23:24:50 2007
@@ -2,7 +2,7 @@
 Section: libdevel
 Priority: optional
 Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8), ocaml-findlib (>= 1.1.2pl1-4)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9), ocaml-findlib (>= 1.1.2pl1-4)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/

Modified: trunk/packages/ocaml-benchmark/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/rules?rev=4634&op=diff
==============================================================================
--- trunk/packages/ocaml-benchmark/trunk/debian/rules (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/rules Wed Oct 17 23:24:50 2007
@@ -44,13 +44,9 @@
 endif
 DEB_MAKE_INSTALL_TARGET  += DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
 
-CDBS_BUILD_DEPENDS := $(subst ocaml-nox,ocaml-nox (>= 3.10.0-8),$(CDBS_BUILD_DEPENDS))
+CDBS_BUILD_DEPENDS := $(subst ocaml-nox,ocaml-nox (>= 3.10.0-9),$(CDBS_BUILD_DEPENDS))
 
-build/libbenchmark-ocaml-dev::
-	i=libbenchmark-ocaml-dev; \
-	sed -e "s/@PACKAGE@/$$i/g" \
-	  /usr/share/cdbs/1/class/ocaml-docbase-template.txt \
-	  > debian/$$i.doc-base.ocamldoc-apiref
+OCAML_OCAMLDOC_PACKAGES_DOCBASE := libbenchmark-ocaml-dev
 
 clean::
 	-$(RM) $(CURDIR)/debian/libbenchmark-ocaml-dev.dirs




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