From f6754eb1a51fa02ada3b886e085cf300d4c508ca Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 15 Jun 2007 09:46:05 +0000 Subject: [PATCH] fixed some warnings and investigated lintian error --- debian/TODO.Debian | 6 ++---- debian/control.in | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/debian/TODO.Debian b/debian/TODO.Debian index a7a992d3..507872a1 100644 --- a/debian/TODO.Debian +++ b/debian/TODO.Debian @@ -2,14 +2,12 @@ TODO list for ocaml 3.10.0 (and beyond ...) - check that (camlp4) manpages are installed in the right places - lintian warnings lintian /home/srv/debian/pkg-ocaml-maint/packages/ocaml/build-area/ocaml_3.10.0-1_i386.changes - W: ocaml source: substvar-source-version-is-deprecated ocaml-nox - W: ocaml source: substvar-source-version-is-deprecated ocaml - W: ocaml source: substvar-source-version-is-deprecated ocaml-native-compilers W: ocaml-nox: binary-without-manpage usr/bin/ocamlbuild.byte W: ocaml-nox: binary-without-manpage usr/bin/ocamlbuild.native W: ocaml-nox: script-not-executable ./usr/lib/ocaml/3.10.0/camlheader W: ocaml-mode: binary-without-manpage usr/bin/ocamltags - E: ocaml-compiler-libs: copyright-should-refer-to-common-license-file-for-gpl -->> bogus? + E: ocaml-compiler-libs: copyright-should-refer-to-common-license-file-for-gpl -->> bogus? + -->> Yes, looks for GPL and finds 'NOT LGPL' :-) W: ocaml-base-nox: binary-without-manpage usr/bin/ocaml-md5sums W: ocaml: binary-without-manpage usr/bin/labltk W: ocaml: binary-without-manpage usr/bin/ocamlbrowser diff --git a/debian/control.in b/debian/control.in index 69cd41cf..6ffa7fcb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -10,7 +10,7 @@ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/ Package: ocaml-nox Architecture: any -Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-${F:OCamlABI}, ocaml-interp-${F:OCamlABI}, gcc, binutils +Depends: libncurses5-dev, ocaml-base-nox (=${source:Version}), ocaml-base-nox-${F:OCamlABI}, ocaml-interp-${F:OCamlABI}, gcc, binutils Suggests: ocaml-doc, libgdbm-dev, tuareg-mode | ocaml-mode Recommends: ledit, file Provides: ocaml-nox-${F:OCamlABI}, ${F:BestProvides}, libnums-ocaml-dev @@ -41,7 +41,7 @@ Description: ML language implementation with a class-based object system Package: ocaml Architecture: any -Depends: ocaml-base (= ${Source-Version}), ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI} +Depends: ocaml-base (= ${source:Version}), ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI} Suggests: tcl8.4-dev, tk8.4-dev Provides: ocaml-${F:OCamlABI} Description: ML language implementation with a class-based object system @@ -98,7 +98,7 @@ Description: Runtime system for ocaml bytecode executables Package: ocaml-native-compilers Architecture: #OcamlNativeArchs# -Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends} +Depends: ocaml-nox (= ${source:Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends} Provides: ocaml-best-compilers Replaces: ocaml-nox (<= 3.09.2-3) Description: Native code compilers of the ocaml suite (the .opt ones) -- 2.30.2