From: Stefano Zacchiroli Date: Tue, 8 Feb 2005 12:15:09 +0000 (+0000) Subject: debian changes target release 0.1.0 X-Git-Tag: V_0_1_0~2 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bd9d931cac89f4d460114497b3d02179d7301f6d;p=helm.git debian changes target release 0.1.0 --- diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index 32c6d366a..5cab9d16a 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -14,6 +14,8 @@ ocaml-http (0.1.0) unstable; urgency=low password for HTTP basic authentication * added head_callback to Http_user_agent in order to have access to response status and headers in HTTP requests + * changed license from GPL to LGPL + * improved ocamldoc documentation and debian packaging -- Stefano Zacchiroli Thu, 3 Feb 2005 23:08:14 +0100 diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index d01f5bd82..616ece3ff 100644 --- a/helm/DEVEL/ocaml-http/debian/control +++ b/helm/DEVEL/ocaml-http/debian/control @@ -2,18 +2,22 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.98), graphviz +Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.98) Standards-Version: 3.6.1.1 Package: libhttp-ocaml-dev Architecture: any Depends: ocaml-nox-3.08, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.98) -Description: OCaml module to build simple HTTP servers - OCaml module to build simple HTTP server, largely inspired to Perl's +Description: OCaml library for writing HTTP servers + OCaml HTTP is a library for the Objective Caml programming language, + used to build simple HTTP servers, largely inspired to Perl's HTTP::Daemon module. . - Contains an Http.Daemon module which allow you to create simple HTTP - servers, and a set of facility functions to handle HTTP request and - responses. + In order to implement an HTTP servers the programmer has to provide a + daemon specification which contains, among other parameters, a callback + function invoked by OCaml HTTP on well formed HTTP requests received. + HTTP responses could be sent over an out_channel connected with client + socket, accessible from the callback. . - Contains also classes that enclose HTTP request and responses. + The library contains also facility functions that helps in creating + well formed HTTP responses and a tiny HTTP client. diff --git a/helm/DEVEL/ocaml-http/debian/copyright b/helm/DEVEL/ocaml-http/debian/copyright index 0771df334..38cb08c98 100644 --- a/helm/DEVEL/ocaml-http/debian/copyright +++ b/helm/DEVEL/ocaml-http/debian/copyright @@ -1,13 +1,15 @@ + Author: Stefano Zacchiroli Copyright: OCaml HTTP - do it yourself (fully OCaml) HTTP daemon - Copyright (C) <2002-2004> Stefano Zacchiroli + Copyright (C) <2002-2005> Stefano Zacchiroli - OCaml HTTP is distributed under the term of the GNU General Public - License, you can find a copy of the license in: + OCaml HTTP is distributed under the term of the GNU Library General + Public License version 2, on Debian systems you can find a copy of the + license in: - /usr/share/common-licenses/GPL + /usr/share/common-licenses/LGPL-2 diff --git a/helm/DEVEL/ocaml-http/debian/doc-base b/helm/DEVEL/ocaml-http/debian/doc-base new file mode 100644 index 000000000..29b950dab --- /dev/null +++ b/helm/DEVEL/ocaml-http/debian/doc-base @@ -0,0 +1,12 @@ +Document: ocaml-http +Title: OCaml HTTP API reference manual +Author: Stefano Zacchiroli +Abstract: API reference manual for OCaml HTTP, an Objective Caml library for writing HTTP servers +Section: Apps/Programming + +Format: HTML +Index: /usr/share/doc/libhttp-ocaml-dev/html/index.html +Files: /usr/share/doc/libhttp-ocaml-dev/html/* + +Format: PostScript +Files: /usr/share/doc/libhttp-ocaml-dev/ocaml-http.ps.gz diff --git a/helm/DEVEL/ocaml-http/debian/rules b/helm/DEVEL/ocaml-http/debian/rules index d7f5ed8a2..83dee8f5c 100755 --- a/helm/DEVEL/ocaml-http/debian/rules +++ b/helm/DEVEL/ocaml-http/debian/rules @@ -25,7 +25,6 @@ install: build dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$(TARGETDIR)$(OCAML_LIB_DIR) - $(MAKE) doc binary-arch: build install dh_testdir