]> matita.cs.unibo.it Git - helm.git/commitdiff
- added versioned deps and build deps
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 29 Nov 2002 00:57:23 +0000 (00:57 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 29 Nov 2002 00:57:23 +0000 (00:57 +0000)
- added versioned provides

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

index 5379f47a4c8b53de0f14550a93d6f27658b6f09f..640c37f969002112125b0bd0a948037f9db8b5bc 100644 (file)
@@ -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-<version>
+  * Added 'Provides: libhttp-ocaml-dev-<version>'
+  * Removed GPL from debian/copyright, added reference to
+    /usr/share/common-licenses/GPL
 
  -- Stefano Zacchiroli <zack@debian.org>  Mon, 25 Nov 2002 11:04:49 +0100
 
index ffa63b927a0a5580c30728bc2b9c86efb0bd1b43..3135b97f3a021decd28437850f73cc6832fd8d53 100644 (file)
@@ -2,12 +2,13 @@ Source: ocaml-http
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-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.