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

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Wed Oct 17 23:28:37 UTC 2007


Author: gildor
Date: Wed Oct 17 23:28:37 2007
New Revision: 4636

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

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

Modified: trunk/packages/ocaml-fileutils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-fileutils/trunk/debian/changelog?rev=4636&op=diff
==============================================================================
--- trunk/packages/ocaml-fileutils/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-fileutils/trunk/debian/changelog Wed Oct 17 23:28:37 2007
@@ -1,8 +1,9 @@
 ocaml-fileutils (0.3.0-14) 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 16:39:10 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Thu, 18 Oct 2007 01:11:43 +0200
 
 ocaml-fileutils (0.3.0-13) unstable; urgency=low
 

Modified: trunk/packages/ocaml-fileutils/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-fileutils/trunk/debian/control?rev=4636&op=diff
==============================================================================
--- trunk/packages/ocaml-fileutils/trunk/debian/control (original)
+++ trunk/packages/ocaml-fileutils/trunk/debian/control Wed Oct 17 23:28:37 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), camlp4 (>= 3.10.0-4)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9), ocaml-findlib (>= 1.1.2pl1-4), camlp4 (>= 3.10.0-4)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-fileutils
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-fileutils/trunk/

Modified: trunk/packages/ocaml-fileutils/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-fileutils/trunk/debian/rules?rev=4636&op=diff
==============================================================================
--- trunk/packages/ocaml-fileutils/trunk/debian/rules (original)
+++ trunk/packages/ocaml-fileutils/trunk/debian/rules Wed Oct 17 23:28:37 2007
@@ -36,16 +36,12 @@
 			    --with-docdir="$(DESTDIR_DEV)/usr/share/ocaml-doc" \
 			    --libdir="$(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))
+
+OCAML_OCAMLDOC_PACKAGES_DOCBASE := libfileutils-ocaml-dev
 
 clean::
 	-$(RM) $(CURDIR)/debian/libfileutils-ocaml-dev.dirs 
-
-build/libfileutils-ocaml-dev::
-	i=libfileutils-ocaml-dev; \
-	sed -e "s/@PACKAGE@/$$i/g" \
-	  /usr/share/cdbs/1/class/ocaml-docbase-template.txt \
-	  > debian/$$i.doc-base.ocamldoc-apiref
 
 install/libfileutils-ocaml-dev::
 	ocamldoc -html -d $(DESTDIR_DEV)/usr/share/doc/libfileutils-ocaml-dev/html/api \




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