]> matita.cs.unibo.it Git - helm.git/commitdiff
debian changes target release 0.1.0
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 8 Feb 2005 12:15:09 +0000 (12:15 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 8 Feb 2005 12:15:09 +0000 (12:15 +0000)
helm/DEVEL/ocaml-http/debian/changelog
helm/DEVEL/ocaml-http/debian/control
helm/DEVEL/ocaml-http/debian/copyright
helm/DEVEL/ocaml-http/debian/doc-base [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/rules

index 32c6d366a86bb31e418b0f18338e683e291dd84b..5cab9d16a921185c6bcaa367c4e35669c525da29 100644 (file)
@@ -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 <zack@debian.org>  Thu,  3 Feb 2005 23:08:14 +0100
 
index d01f5bd82a8c899e044496a9486bd48a13f4c199..616ece3ff30778d6942b47f795156fa948e9b2a3 100644 (file)
@@ -2,18 +2,22 @@ Source: ocaml-http
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-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.
index 0771df334f14ec4da6393a0b73171cd5840b354a..38cb08c989ad43670a1eb13bd4e135fd8f754df6 100644 (file)
@@ -1,13 +1,15 @@
+
 Author: Stefano Zacchiroli <zack@cs.unibo.it>
 
 Copyright:
 
   OCaml HTTP - do it yourself (fully OCaml) HTTP daemon
 
-  Copyright (C) <2002-2004> Stefano Zacchiroli <zack@cs.unibo.it>
+  Copyright (C) <2002-2005> Stefano Zacchiroli <zack@cs.unibo.it>
 
-  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 (file)
index 0000000..29b950d
--- /dev/null
@@ -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
index d7f5ed8a2d61e0af9902adf6ab93ad184a7cafc1..83dee8f5cee759741013d55a45cbcfeb4d43d8dc 100755 (executable)
@@ -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