[Pkg-ocaml-maint-commits] r1516 - trunk/packages/ocamlnet/trunk/debian

Stefano Zacchiroli zack at costa.debian.org
Fri Jul 29 20:00:42 UTC 2005


Author: zack
Date: 2005-07-29 20:00:42 +0000 (Fri, 29 Jul 2005)
New Revision: 1516

Modified:
   trunk/packages/ocamlnet/trunk/debian/changelog
   trunk/packages/ocamlnet/trunk/debian/control
Log:
added some missing deps


Modified: trunk/packages/ocamlnet/trunk/debian/changelog
===================================================================
--- trunk/packages/ocamlnet/trunk/debian/changelog	2005-07-29 19:42:21 UTC (rev 1515)
+++ trunk/packages/ocamlnet/trunk/debian/changelog	2005-07-29 20:00:42 UTC (rev 1516)
@@ -1,3 +1,13 @@
+ocamlnet (1.1-2) unstable; urgency=low
+
+  * debian/control
+    - added build-dep on equeue, needed since ocamlnet 1.1
+      (closes: Bug#320472)
+    - added dep from libocamlnet-ocaml to libpcre-ocaml, it was erroneously
+      missing
+
+ -- Stefano Zacchiroli <zack at takhisis.invalid>  Fri, 29 Jul 2005 21:48:51 +0200
+
 ocamlnet (1.1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/ocamlnet/trunk/debian/control
===================================================================
--- trunk/packages/ocamlnet/trunk/debian/control	2005-07-29 19:42:21 UTC (rev 1515)
+++ trunk/packages/ocamlnet/trunk/debian/control	2005-07-29 20:00:42 UTC (rev 1516)
@@ -2,13 +2,13 @@
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08.3, libpcre-ocaml-dev (>= 5.10), ocaml-findlib, dpatch
+Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08.3, libpcre-ocaml-dev (>= 5.10), libequeue-ocaml-dev, ocaml-findlib, dpatch
 Standards-Version: 3.6.2
 
 Package: libocamlnet-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-3.08.3, libocamlnet-ocaml (= ${Source-Version}), libpcre-ocaml-dev (>= 5.10), ocaml-findlib, ${misc:Depends}
+Depends: ocaml-nox-3.08.3, libocamlnet-ocaml (= ${Source-Version}), libpcre-ocaml-dev (>= 5.10), libequeue-ocaml-dev, ocaml-findlib, ${misc:Depends}
 Description: OCaml application-level Internet protocols and conventions library
  Collection of modules for the Objective Caml language which
  focus on application-level Internet protocols and conventions.
@@ -37,7 +37,7 @@
 Package: libocamlnet-ocaml
 Architecture: any
 Section: libs
-Depends: ocaml-base-nox-3.08.3, ${shlibs:Depends}, ${misc:Depends}
+Depends: ocaml-base-nox-3.08.3, libpcre-ocaml, libequeue-ocaml, ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml application-level Internet protocols and conventions library
  Collection of modules for the Objective Caml language which
  focus on application-level Internet protocols and conventions.




More information about the Pkg-ocaml-maint-commits mailing list