[Pkg-ocaml-maint-commits] r1848 - trunk/packages/cduce/trunk/debian

Stefano Zacchiroli zack at costa.debian.org
Tue Oct 25 07:45:03 UTC 2005


Author: zack
Date: 2005-10-25 07:45:02 +0000 (Tue, 25 Oct 2005)
New Revision: 1848

Modified:
   trunk/packages/cduce/trunk/debian/changelog
   trunk/packages/cduce/trunk/debian/control
Log:
versioned depdencies on curl and pcre


Modified: trunk/packages/cduce/trunk/debian/changelog
===================================================================
--- trunk/packages/cduce/trunk/debian/changelog	2005-10-20 20:09:08 UTC (rev 1847)
+++ trunk/packages/cduce/trunk/debian/changelog	2005-10-25 07:45:02 UTC (rev 1848)
@@ -4,12 +4,12 @@
    - Tools:
     * Build and install dtd2cduce when PXP is available.
     * Display of location for errors and warnings compatible with OCaml.
-
    - Language:
     * Better error messages for xtransform.
-
    - Bug fix:
     * Forgot PLIST.godi in the package.
+  * debian/control
+    - versioned dependencies on curl and pcre
 
  -- Thomas Petazzoni <thomas.petazzoni at enix.org>  Thu, 20 Oct 2005 19:31:08 +0200
 
@@ -21,7 +21,7 @@
 
 cduce (0.3.91-2) unstable; urgency=low
 
-  Changed by Thomas Petazzoni
+  Changes by Thomas Petazzoni
   * Recompile with new version of netstring.
 
   Changes by Stefano Zacchiroli:

Modified: trunk/packages/cduce/trunk/debian/control
===================================================================
--- trunk/packages/cduce/trunk/debian/control	2005-10-20 20:09:08 UTC (rev 1847)
+++ trunk/packages/cduce/trunk/debian/control	2005-10-25 07:45:02 UTC (rev 1848)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Thomas Petazzoni <thomas.petazzoni at enix.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-compiler-libs-3.08.3, libpcre-ocaml-dev, libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev, ocaml-ulex, dpatch, chrpath
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-compiler-libs-3.08.3, libpcre-ocaml-dev (>= 5.10.0), libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev (>= 0.2.1-3), ocaml-ulex, dpatch, chrpath
 Standards-Version: 3.6.2
 
 Package: cduce
 Architecture: any
-Depends: ocaml-nox-3.08.3, ocaml-ulex, libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev, ${shlibs:Depends}
+Depends: ocaml-nox-3.08.3, ocaml-ulex, libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev (>= 0.2.1-3), ${shlibs:Depends}
 Description: programming language adapted to the manipulation of XML data
  CDuce is a modern programming language adapted to the manipulation of
  XML documents.




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