[Pkg-ocaml-maint-commits] r4291 - in /trunk/packages/ocaml-expat/trunk/debian: changelog control libexpat-ocaml-dev.docs rules

gareuselesinge at users.alioth.debian.org gareuselesinge at users.alioth.debian.org
Mon Sep 3 13:29:42 UTC 2007


Author: gareuselesinge
Date: Mon Sep  3 13:29:42 2007
New Revision: 4291

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4291
Log:
redy to migrate to .10

Removed:
    trunk/packages/ocaml-expat/trunk/debian/libexpat-ocaml-dev.docs
Modified:
    trunk/packages/ocaml-expat/trunk/debian/changelog
    trunk/packages/ocaml-expat/trunk/debian/control
    trunk/packages/ocaml-expat/trunk/debian/rules

Modified: trunk/packages/ocaml-expat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/debian/changelog?rev=4291&op=diff
==============================================================================
--- trunk/packages/ocaml-expat/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-expat/trunk/debian/changelog Mon Sep  3 13:29:42 2007
@@ -1,9 +1,11 @@
-ocaml-expat (0.9.1+debian1-2) experimental; urgency=low
+ocaml-expat (0.9.1+debian1-3) experimental; urgency=low
 
   * rebuilt against 3.10.0
   * moved rules to ocaml CDBS class
+  * removed libexpat-ocaml-dev.docs since ocamldoc is now called by the CDBS
+    class
 
- -- Enrico Tassi <gareuselesinge at debian.org>  Fri, 13 Jul 2007 18:53:34 +0000
+ -- Enrico Tassi <gareuselesinge at debian.org>  Mon, 03 Sep 2007 15:29:06 +0100
 
 ocaml-expat (0.9.1+debian1-1) unstable; urgency=low
 

Modified: trunk/packages/ocaml-expat/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/debian/control?rev=4291&op=diff
==============================================================================
--- trunk/packages/ocaml-expat/trunk/debian/control (original)
+++ trunk/packages/ocaml-expat/trunk/debian/control Mon Sep  3 13:29:42 2007
@@ -1,7 +1,7 @@
 Source: ocaml-expat
 Priority: optional
 Maintainer: Enrico Tassi <gareuselesinge at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, ocaml-nox (>= 3.10.0), dpatch, ocaml-findlib (>= 1.1), cdbs
+Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, ocaml-nox (>= 3.10.0-8), dpatch, ocaml-findlib (>= 1.1), cdbs
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-expat
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/

Modified: trunk/packages/ocaml-expat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-expat/trunk/debian/rules?rev=4291&op=diff
==============================================================================
--- trunk/packages/ocaml-expat/trunk/debian/rules (original)
+++ trunk/packages/ocaml-expat/trunk/debian/rules Mon Sep  3 13:29:42 2007
@@ -6,6 +6,7 @@
 
 DESTDIR := $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
+OCAML_OCAMLDOC_PACKAGES= $(OCAML_LIBDEV_PACKAGES)
 
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 	DEB_MAKE_BUILD_TARGET = allopt doc NO_CUSTOM=y




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