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

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


Author: gildor
Date: Wed Oct 17 23:23:15 2007
New Revision: 4633

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

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

Modified: trunk/packages/mlpcap/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlpcap/trunk/debian/changelog?rev=4633&op=diff
==============================================================================
--- trunk/packages/mlpcap/trunk/debian/changelog (original)
+++ trunk/packages/mlpcap/trunk/debian/changelog Wed Oct 17 23:23:15 2007
@@ -1,8 +1,9 @@
 mlpcap (0.9-12) 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:09:30 +0200
+ -- Sylvain Le Gall <gildor at debian.org>  Thu, 18 Oct 2007 01:10:38 +0200
 
 mlpcap (0.9-11) unstable; urgency=low
 

Modified: trunk/packages/mlpcap/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlpcap/trunk/debian/control?rev=4633&op=diff
==============================================================================
--- trunk/packages/mlpcap/trunk/debian/control (original)
+++ trunk/packages/mlpcap/trunk/debian/control Wed Oct 17 23:23:15 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), camlidl (>= 1.05-10), libffcall1-dev, ocaml-findlib (>= 1.1.2pl1-4), 
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-9), camlidl (>= 1.05-10), libffcall1-dev, ocaml-findlib (>= 1.1.2pl1-4), 
  libpcap0.8-dev, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/mlpcap

Modified: trunk/packages/mlpcap/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlpcap/trunk/debian/rules?rev=4633&op=diff
==============================================================================
--- trunk/packages/mlpcap/trunk/debian/rules (original)
+++ trunk/packages/mlpcap/trunk/debian/rules Wed Oct 17 23:23:15 2007
@@ -39,19 +39,15 @@
 DEB_MAKE_INSTALL_TARGET  := install \
   DESTDIR="-ldconf ignore -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))
 
 CFLAGS += -fPIC
+
+OCAML_OCAMLDOC_PACKAGES_DOCBASE := libmlpcap-ocaml-dev
 
 install/libmlpcap-ocaml-dev::
 	mv $(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)/pcap/*.so \
 	 $(DESTDIR)/$(OCAML_STDLIB_DIR)/stublibs/
-
-build/libmlpcap-ocaml-dev::
-	i=libmlpcap-ocaml-dev; \
-	sed -e "s/@PACKAGE@/$$i/g" \
-	  /usr/share/cdbs/1/class/ocaml-docbase-template.txt \
-	  > debian/$$i.doc-base.ocamldoc-apiref
 
 clean::
 	-$(RM) Makefile




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