]> matita.cs.unibo.it Git - helm.git/commitdiff
ready for ocamlnet 2.2
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 3 Jan 2007 19:16:56 +0000 (19:16 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 3 Jan 2007 19:16:56 +0000 (19:16 +0000)
DEVEL/ocaml-http/debian/changelog
DEVEL/ocaml-http/debian/compat
DEVEL/ocaml-http/debian/control

index d9fb9779bae295d178bef7b5941eb98c68073f33..5d0033b8b5752834b76718810f34f480fb69d419 100644 (file)
@@ -3,10 +3,14 @@ ocaml-http (0.1.3-3) UNRELEASED; urgency=low
   * debian/rules
     - use ocaml.mk
   * debian/control
-    - bumped build dependency on ocaml-nox to >= 3.09.3, since we now use
+    - 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>  Sun, 17 Sep 2006 16:12:59 +0200
+ -- Stefano Zacchiroli <zack@debian.org>  Wed,  3 Jan 2007 20:14:08 +0100
 
 ocaml-http (0.1.3-2) unstable; urgency=low
 
index b8626c4cff2849624fb67f87cd0ad72b163671ad..7ed6ff82de6bcc2a78243fc9c54d3ef5ac14da69 100644 (file)
@@ -1 +1 @@
-4
+5
index 9304f0e07017258f810a55b307b5daaeceb7ae6d..b5c1d6c7b3888168443473fd9b7a71b8b56f2679 100644 (file)
@@ -2,12 +2,12 @@ Source: ocaml-http
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.3), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 1.1-12), cdbs
+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)
 Standards-Version: 3.7.2
 
 Package: libhttp-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 1.1-12)
+Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 2.2)
 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