[Pkg-ocaml-maint-commits] [SCM] xstr packaging branch, master, updated. debian/0.2.1-19-9-ge47a5cd

Stefano Zacchiroli zack at upsilon.cc
Thu Feb 26 22:11:55 UTC 2009


The following commit has been merged in the master branch:
commit b045ed1922f6c430526fbd67aa2684f2024e41c0
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Feb 26 23:05:55 2009 +0100

    add missing ${misc:Depends} dependency

diff --git a/debian/changelog b/debian/changelog
index 313f9c2..90309c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xstr (0.2.1-20) UNRELEASED; urgency=low
   * rebuild against OCaml 3.11, bump build-deps accordingly
   * debian/control:
     - bump standards version to 3.8.0 (no changes needed)
+    - add missing ${misc:Depends} dependency
   * bump debhelper compatibility level to 7
   * debian/rules: use ocaml.mk as a CDBS "rules" snippet
 
diff --git a/debian/control b/debian/control
index a9438b3..307e34a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,11 @@ Homepage: http://projects.camlcity.org/projects/xstr.html
 
 Package: libxstr-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.1), ${shlibs:Depends}
+Depends:
+ ocaml-nox-${F:OCamlABI},
+ ocaml-findlib,
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: OCaml library for frequent string operations
  xstr is an OCaml library for string operations.
  .

-- 
xstr packaging



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