[Pkg-ocaml-maint-commits] r3834 - in /trunk/packages/ocaml/trunk/debian: TODO.Debian control.in

gareuselesinge at users.alioth.debian.org gareuselesinge at users.alioth.debian.org
Fri Jun 15 09:46:06 UTC 2007


Author: gareuselesinge
Date: Fri Jun 15 09:46:05 2007
New Revision: 3834

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3834
Log:
fixed some warnings and investigated lintian error

Modified:
    trunk/packages/ocaml/trunk/debian/TODO.Debian
    trunk/packages/ocaml/trunk/debian/control.in

Modified: trunk/packages/ocaml/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/TODO.Debian?rev=3834&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/TODO.Debian (original)
+++ trunk/packages/ocaml/trunk/debian/TODO.Debian Fri Jun 15 09:46:05 2007
@@ -2,14 +2,12 @@
 - 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

Modified: trunk/packages/ocaml/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/control.in?rev=3834&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/control.in (original)
+++ trunk/packages/ocaml/trunk/debian/control.in Fri Jun 15 09:46:05 2007
@@ -10,7 +10,7 @@
 
 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 @@
 
 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 @@
 
 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)




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