summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2011-04-18 17:51:39 +0200
committerStephane Glondu <steph@glondu.net>2011-04-18 17:51:48 +0200
commit41786426bb5294a4ee355019c0ed93d7a861e946 (patch)
tree0c900f1f485e52557ec57074a04a835135f5f96b
parent196c40f8160439d0e422bd999c51f2dc1b56a8bb (diff)
Lintian suggestions
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 80feee3..b5cee47 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,8 @@ Package: libbitstring-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, libbitstring-ocaml (= ${binary:Version})
Provides: ${ocaml:Provides}
-Description: Erlang-style bitstrings for OCaml
+Suggests: ocaml-findlib
+Description: Erlang-style bitstrings for OCaml (development files)
Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax
extension and library for OCaml.
.
@@ -43,7 +44,7 @@ Package: libbitstring-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
-Description: Erlang-style bitstrings for OCaml
+Description: Erlang-style bitstrings for OCaml (runtime)
Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax
extension and library for OCaml.
.