[Pkg-ocaml-maint-commits] r1834 - trunk/packages/ocurl/trunk/debian

Enrico Tassi gares-guest at costa.debian.org
Tue Oct 11 12:52:27 UTC 2005


Author: gares-guest
Date: 2005-10-11 12:52:26 +0000 (Tue, 11 Oct 2005)
New Revision: 1834

Modified:
   trunk/packages/ocurl/trunk/debian/changelog
   trunk/packages/ocurl/trunk/debian/control
Log:
moved to libcurl-gnutls while asking to the upstream if there is interest in
making 2 disctinct versions of the binding


Modified: trunk/packages/ocurl/trunk/debian/changelog
===================================================================
--- trunk/packages/ocurl/trunk/debian/changelog	2005-10-10 23:01:57 UTC (rev 1833)
+++ trunk/packages/ocurl/trunk/debian/changelog	2005-10-11 12:52:26 UTC (rev 1834)
@@ -1,3 +1,9 @@
+ocurl (0.2.1-2) unstable; urgency=low
+
+  * linked against libcurl3-gnutls(-dev) (Closes: #333261)
+
+ -- Enrico Tassi <gareuselesinge at users.sourceforge.net>  Tue, 11 Oct 2005 14:46:39 +0200
+
 ocurl (0.2.1-1) unstable; urgency=low
 
   * new upstream release 

Modified: trunk/packages/ocurl/trunk/debian/control
===================================================================
--- trunk/packages/ocurl/trunk/debian/control	2005-10-10 23:01:57 UTC (rev 1833)
+++ trunk/packages/ocurl/trunk/debian/control	2005-10-11 12:52:26 UTC (rev 1834)
@@ -2,13 +2,13 @@
 Section: libdevel
 Priority: optional
 Maintainer: Enrico Tassi <gareuselesinge at users.sourceforge.net>
-Build-Depends: debhelper (>= 4.0.0), libcurl3-dev, ocaml-nox-3.08.3, dpatch, ocaml-findlib
+Build-Depends: debhelper (>= 4.0.0), libcurl3-gnutls-dev, ocaml-nox-3.08.3, dpatch, ocaml-findlib
 Standards-Version: 3.6.2.0
 
 Package: libcurl-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: libcurl-ocaml (= ${Source-Version}), libcurl3-dev, ocaml-nox-3.08.3, ocaml-findlib
+Depends: libcurl-ocaml (= ${Source-Version}), libcurl3-gnutls-dev, ocaml-nox-3.08.3, ocaml-findlib
 Description: ocaml libcurl bindings
  This Objective Caml library provides multi-protocol file transfer
  facilities based on the curl library.




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