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

gareuselesinge at users.alioth.debian.org gareuselesinge at users.alioth.debian.org
Wed Sep 5 12:12:50 UTC 2007


Author: gareuselesinge
Date: Wed Sep  5 12:12:50 2007
New Revision: 4358

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4358
Log:
ready for ocaml 3.10

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

Modified: trunk/packages/ocurl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/changelog?rev=4358&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/changelog (original)
+++ trunk/packages/ocurl/trunk/debian/changelog Wed Sep  5 12:12:50 2007
@@ -1,6 +1,7 @@
-ocurl (0.2.1-10) experimental; urgency=low
+ocurl (0.2.1-11) unstable; urgency=low
 
   * rebuilt against ocaml 3.10.0
+  * added automatic generation of documentation
 
  -- Enrico Tassi <gareuselesinge at debian.org>  Wed, 16 May 2007 11:52:03 +0200
 

Modified: trunk/packages/ocurl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/control?rev=4358&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/control (original)
+++ trunk/packages/ocurl/trunk/debian/control Wed Sep  5 12:12:50 2007
@@ -2,7 +2,7 @@
 Section: libdevel
 Priority: optional
 Maintainer: Enrico Tassi <gareuselesinge at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libcurl4-gnutls-dev (>= 7.15.0-2), ocaml-nox (>= 3.10.0), dpatch, ocaml-findlib (>= 1.1), libkrb5-dev, cdbs
+Build-Depends: debhelper (>= 4.0.0), libcurl4-gnutls-dev (>= 7.15.0-2), ocaml-nox (>= 3.10.0-8), dpatch, ocaml-findlib (>= 1.1), libkrb5-dev, cdbs
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocurl
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/

Modified: trunk/packages/ocurl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/rules?rev=4358&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/rules (original)
+++ trunk/packages/ocurl/trunk/debian/rules Wed Sep  5 12:12:50 2007
@@ -9,6 +9,7 @@
 DESTDIR := $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
 DEB_MAKE_BUILD_TARGET = all NO_CUSTOM=y
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
+OCAML_OCAMLDOC_PACKAGES= $(OCAML_LIBDEV_PACKAGES)
 
 build/$(PKGNAME)::
 	mkdir -p $(DESTDIR)




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