[Pkg-ocaml-maint-commits] [ocamlagrep] 06/07: Add ${misc:Depends}

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jul 27 04:27:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository ocamlagrep.

commit d4b1d65259eb912cc3e7cdfb57665dbd651f3d6d
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jul 27 06:15:57 2017 +0200

    Add ${misc:Depends}
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 62e8b60..e45f095 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://forge.ocamlcore.org/projects/ocamlagrep/
 
 Package: libagrep-ocaml-dev
 Architecture: any
-Depends: libagrep-ocaml (= ${binary:Version}), ${ocaml:Depends}
+Depends: libagrep-ocaml (= ${binary:Version}), ${ocaml:Depends}, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: Wu-Manber algorithm for string searching with errors
  This OCaml library implements the Wu-Manber algorithm for string searching
@@ -38,7 +38,7 @@ Description: Wu-Manber algorithm for string searching with errors
 
 Package: libagrep-ocaml
 Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: Wu-Manber algorithm for string searching with errors
  This OCaml library implements the Wu-Manber algorithm for string searching

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlagrep.git



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