[Pkg-ocaml-maint-commits] [SCM] perl4caml packaging branch, master, updated. debian/0.9.3-8.1-20-gb880649

Stephane Glondu steph at glondu.net
Sun Feb 22 23:32:55 UTC 2009


The following commit has been merged in the master branch:
commit 39e3852a4a6c65f4f0c3751788dacd311ea0c3a3
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Feb 22 23:27:19 2009 +0100

    Add ${misc:Depends} dependencies (as complained by Lintian)

diff --git a/debian/control b/debian/control
index 60ac942..0df7a5d 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,14 @@ Package: libperl4caml-ocaml-dev
 Section: libdevel
 Architecture: any
 Suggests: libperl4caml-ocaml-doc, libwww-perl, libcrypt-ssleay-perl, libtimedate-perl, libwww-mechanize-perl
-Depends: libperl4caml-ocaml (= ${binary:Version}), libnet-google-perl, libhtml-tree-perl, liburi-perl, libtemplate-perl, libdate-calc-perl, 
+Depends:
+ libperl4caml-ocaml (= ${binary:Version}),
+ libnet-google-perl,
+ libhtml-tree-perl,
+ liburi-perl,
+ libtemplate-perl,
+ libdate-calc-perl, 
+ ${misc:Depends}
 Description: Use Perl code in OCaml programs, development files
  perl4caml allows you to use Perl code within Objective CAML (OCaml),
  thus neatly side-stepping the old problem with OCaml which was that it
@@ -48,6 +55,7 @@ Description: Use Perl code in OCaml programs, runtime library
 Package: libperl4caml-ocaml-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Use Perl code in OCaml programs, documentation
  perl4caml allows you to use Perl code within Objective CAML (OCaml),
  thus neatly side-stepping the old problem with OCaml which was that it

-- 
perl4caml packaging



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