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

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Wed Oct 17 23:46:56 UTC 2007


Author: gildor
Date: Wed Oct 17 23:46:56 2007
New Revision: 4640

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

Modified:
    trunk/packages/ocamlgsl/trunk/debian/changelog
    trunk/packages/ocamlgsl/trunk/debian/control
    trunk/packages/ocamlgsl/trunk/debian/rules

Modified: trunk/packages/ocamlgsl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgsl/trunk/debian/changelog?rev=4640&op=diff
==============================================================================
--- trunk/packages/ocamlgsl/trunk/debian/changelog (original)
+++ trunk/packages/ocamlgsl/trunk/debian/changelog Wed Oct 17 23:46:56 2007
@@ -1,8 +1,9 @@
 ocamlgsl (0.6.0-2) 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 22:42:53 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Thu, 18 Oct 2007 01:13:11 +0200
 
 ocamlgsl (0.6.0-1) unstable; urgency=low
 

Modified: trunk/packages/ocamlgsl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgsl/trunk/debian/control?rev=4640&op=diff
==============================================================================
--- trunk/packages/ocamlgsl/trunk/debian/control (original)
+++ trunk/packages/ocamlgsl/trunk/debian/control Wed Oct 17 23:46:56 2007
@@ -2,7 +2,7 @@
 Section: devel
 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), libgsl0-dev, chrpath, gawk, dpkg-dev (>= 1.13.19), camlp4 (>= 3.10.0)
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9), ocaml-findlib (>= 1.1.2pl1-4), libgsl0-dev, chrpath, gawk, dpkg-dev (>= 1.13.19), camlp4 (>= 3.10.0)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlgsl
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgsl/trunk/

Modified: trunk/packages/ocamlgsl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgsl/trunk/debian/rules?rev=4640&op=diff
==============================================================================
--- trunk/packages/ocamlgsl/trunk/debian/rules (original)
+++ trunk/packages/ocamlgsl/trunk/debian/rules Wed Oct 17 23:46:56 2007
@@ -42,13 +42,9 @@
 
 DEB_MAKE_INSTALL_TARGET += DESTDIR="$(DESTDIR_DEV)"
 
-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/libocamlgsl-ocaml-dev::
-	i=libocamlgsl-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 := libocamlgsl-ocaml-dev
 
 clean::
 	-$(RM) "$(CURDIR)/debian/libocamlgsl-ocaml-dev.doc-base.ocamldoc-apiref"




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