]> matita.cs.unibo.it Git - helm.git/commitdiff
* rebuild against OCaml 3.10 and ocamlnet 2.2
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 16 Jul 2007 13:56:27 +0000 (13:56 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 16 Jul 2007 13:56:27 +0000 (13:56 +0000)
* add preliminary support for cookies (new "cookies" method added to an
  - use ocaml.mk CDBS class
  - add build-dep on camlp4, which is now in a separate package
- bump debhelper dep and compatibility level to 5

DEVEL/ocaml-http/debian/changelog
DEVEL/ocaml-http/debian/control

index ac30af0d690347f171d2e555e429a2ba3e298ce0..c0b2c06022d09a9c26aa00348b86e8dce0e5ff20 100644 (file)
@@ -1,26 +1,18 @@
-ocaml-http (0.1.4-1) UNRELEASED; urgency=low
+ocaml-http (0.1.4-1) experimental; urgency=low
 
+  * rebuild against OCaml 3.10 and ocamlnet 2.2
   * send internally generated headers as lowercase strings, for consistency
     with headers generated via setXXX methods
-  * added preliminary support for cookies (new "cookies" method added to an
+  * add preliminary support for cookies (new "cookies" method added to an
     http_request, cookies are parsed upon request creation if a "Cookie:"
     header has been received)
-
- -- Stefano Zacchiroli <zack@debian.org>  Mon, 29 Jan 2007 11:43:40 +0100
-
-ocaml-http (0.1.3-3) UNRELEASED; urgency=low
-
   * debian/rules
-    - use ocaml.mk
+    - use ocaml.mk CDBS class
   * debian/control
-    - bumped build-dep on ocaml-nox to >= 3.09.2-7, since we now use
-      ocaml.mk
-    - bumped build-dep on debhelper to >> 5
-    - rebuilt against ocamlnet 2.2, bumped deps accordingly
-  * debian/compat
-    - bumped compatibility level to 5
-
- -- Stefano Zacchiroli <zack@debian.org>  Wed,  3 Jan 2007 20:14:08 +0100
+    - add build-dep on camlp4, which is now in a separate package
+  - bump debhelper dep and compatibility level to 5
+
+ -- Stefano Zacchiroli <zack@debian.org>  Mon, 16 Jul 2007 15:54:32 +0200
 
 ocaml-http (0.1.3-2) unstable; urgency=low
 
index b5c1d6c7b3888168443473fd9b7a71b8b56f2679..78524675a09f36ca99a2825e10f6938797c54bc1 100644 (file)
@@ -2,7 +2,7 @@ Source: ocaml-http
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.09.2-7), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2)
+Build-Depends: debhelper (>> 5.0.0), cdbs, ocaml-nox (>= 3.10.0), camlp4 (>= 3.10.0), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2)
 Standards-Version: 3.7.2
 
 Package: libhttp-ocaml-dev