From c5a95846580d7004466ca5e70cfdd25e5ac839a2 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 29 Nov 2002 00:57:23 +0000 Subject: [PATCH] - added versioned deps and build deps - added versioned provides --- helm/DEVEL/ocaml-http/debian/changelog | 9 +++++++-- helm/DEVEL/ocaml-http/debian/control | 7 ++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index 5379f47a4..640c37f96 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -2,8 +2,13 @@ ocaml-http (0.0.6) unstable; urgency=low * Added support for multiple binding of the same parameter in request objects (new method: 'paramAll') - * Added support for 'empty' bindings in query arguments (e.g. "/foo?b=" or - "/foo?b") + * Added support for 'empty' bindings in query arguments (e.g. + "/foo?b=" or "/foo?b") + * Bumped Standards-Version to 3.5.8 + * Use versioned dependencies lib{pcre,ocamlnet}-ocaml-dev- + * Added 'Provides: libhttp-ocaml-dev-' + * Removed GPL from debian/copyright, added reference to + /usr/share/common-licenses/GPL -- Stefano Zacchiroli Mon, 25 Nov 2002 11:04:49 +0100 diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index ffa63b927..3135b97f3 100644 --- a/helm/DEVEL/ocaml-http/debian/control +++ b/helm/DEVEL/ocaml-http/debian/control @@ -2,12 +2,13 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-3.06, ocaml-findlib, libpcre-ocaml-dev, libocamlnet-ocaml-dev -Standards-Version: 3.5.7 +Build-Depends: debhelper (>> 4.0.0), ocaml-3.06, ocaml-findlib, libpcre-ocaml-dev-4.30.0, libocamlnet-ocaml-dev-0.94 +Standards-Version: 3.5.8 Package: libhttp-ocaml-dev Architecture: any -Depends: ocaml-3.06, libpcre-ocaml-dev, libocamlnet-ocaml-dev +Depends: ocaml-3.06, libpcre-ocaml-dev-4.30.0, libocamlnet-ocaml-dev-0.94 +Provides: libhttp-ocaml-dev-0.0.6 Description: OCaml module to build simple HTTP servers OCaml module to build simple HTTP server, largely inspired to Perl's HTTP::Daemon module. -- 2.39.2