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

Thomas Petazzoni tpetazzo-guest@costa.debian.org
Sun, 10 Apr 2005 18:40:25 +0000


Author: tpetazzo-guest
Date: 2005-04-10 18:40:24 +0000 (Sun, 10 Apr 2005)
New Revision: 1244

Modified:
   trunk/packages/cduce/trunk/debian/changelog
   trunk/packages/cduce/trunk/debian/control
Log:
CDuce needs libcurl-ocaml-dev to be used correctly.

Modified: trunk/packages/cduce/trunk/debian/changelog
===================================================================
--- trunk/packages/cduce/trunk/debian/changelog	2005-04-10 18:33:26 UTC (rev 1243)
+++ trunk/packages/cduce/trunk/debian/changelog	2005-04-10 18:40:24 UTC (rev 1244)
@@ -1,3 +1,9 @@
+cduce (0.3.2-2) unstable; urgency=low
+
+  * Add libcurl-ocaml-dev to the dependencies of the generated package.
+
+ -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Sun, 10 Apr 2005 18:18:23 +0200
+
 cduce (0.3.2-1) unstable; urgency=low
 
   * New upstream version 0.3.2

Modified: trunk/packages/cduce/trunk/debian/control
===================================================================
--- trunk/packages/cduce/trunk/debian/control	2005-04-10 18:33:26 UTC (rev 1243)
+++ trunk/packages/cduce/trunk/debian/control	2005-04-10 18:40:24 UTC (rev 1244)
@@ -7,7 +7,7 @@
 
 Package: cduce
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: libcurl-ocaml-dev, ${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.