From: Stefano Zacchiroli Date: Thu, 19 Mar 2009 10:09:36 +0000 (+0000) Subject: add missing ${misc:Depends}, thanks lintian! X-Git-Tag: make_still_working~4143 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=41dde50ce3df183d0b557ed004a1161eb1af27bd;p=helm.git add missing ${misc:Depends}, thanks lintian! --- diff --git a/helm/software/DEVEL/ocaml-http/.depend b/helm/software/DEVEL/ocaml-http/.depend index b514ab3f2..aa657ae61 100644 --- a/helm/software/DEVEL/ocaml-http/.depend +++ b/helm/software/DEVEL/ocaml-http/.depend @@ -40,12 +40,17 @@ http_user_agent.cmo: http_parser.cmi http_misc.cmi http_common.cmi \ http_user_agent.cmi http_user_agent.cmx: http_parser.cmx http_misc.cmx http_common.cmx \ http_user_agent.cmi +cookie_lexer.cmi: http_common.cmi: http_types.cmi http_constants.cmi: http_types.cmi http_daemon.cmi: http_types.cmi http_message.cmi: http_types.cmi +http_misc.cmi: http_parser.cmi: http_types.cmi +http_parser_sanity.cmi: http_request.cmi: http_types.cmi http_response.cmi: http_types.cmi http_tcp_server.cmi: http_types.cmi +http_threaded_tcp_server.cmi: +http_types.cmi: http_user_agent.cmi: http_types.cmi diff --git a/helm/software/DEVEL/ocaml-http/debian/changelog b/helm/software/DEVEL/ocaml-http/debian/changelog index 5e6425081..bfd806535 100644 --- a/helm/software/DEVEL/ocaml-http/debian/changelog +++ b/helm/software/DEVEL/ocaml-http/debian/changelog @@ -4,6 +4,7 @@ ocaml-http (0.1.4-3) unstable; urgency=low * debian/control - refresh build-dependencies for the transition - add Vcs-* fields pointing to HELM's repository and browser + - add missing ${misc:Depends}, thanks lintian! * debian/rules: use ocaml.mk as a CDBS "rules" snippet * debian/*.in: use more abstract substitution variable to avoid hard-coding assumption on stdlib location diff --git a/helm/software/DEVEL/ocaml-http/debian/control b/helm/software/DEVEL/ocaml-http/debian/control index 9aedcbb75..d93202b37 100644 --- a/helm/software/DEVEL/ocaml-http/debian/control +++ b/helm/software/DEVEL/ocaml-http/debian/control @@ -20,7 +20,8 @@ Architecture: any Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev, - libocamlnet-ocaml-dev + libocamlnet-ocaml-dev, + ${misc:Depends} Description: OCaml library for writing HTTP servers OCaml HTTP is a library for the Objective Caml programming language, used to build simple HTTP servers, largely inspired to Perl's