[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r1146 - in trunk: checks debian



Author: rra
Date: 2008-01-22 21:05:52 +0100 (Tue, 22 Jan 2008)
New Revision: 1146

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Require versioned dependencies for OCaml scripts.  Each version
    is ABI-incompatible.  Thanks, Samuel Mimram.  (Closes: #462065)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2008-01-22 19:35:26 UTC (rev 1145)
+++ trunk/checks/scripts	2008-01-22 20:05:52 UTC (rev 1146)
@@ -67,7 +67,10 @@
      magicfilter    => [ '/usr/sbin' ],
      make	    => [ '/usr/bin', 'make | build-essential' ],
      mawk	    => [ '/usr/bin' ],
-     ocamlrun	    => [ '/usr/bin', 'ocaml | ocaml-base-nox' ],
+     ocamlrun	    => [ '/usr/bin',
+			 join (' | ', map { "$_-3.10.0" }
+			       qw/ocaml-base-nox ocaml-base ocaml-nox ocaml/)
+		       ],
      pagsh	    => [ '/usr/bin', 'openafs-client | heimdal-clients' ],
      parrot	    => [ '/usr/bin' ],
      perl	    => [ '/usr/bin', '' ],

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-22 19:35:26 UTC (rev 1145)
+++ trunk/debian/changelog	2008-01-22 20:05:52 UTC (rev 1146)
@@ -43,6 +43,8 @@
       interpreter tags about limitations and requested bug filings.
     + [RA] Remove tcl as a valid interpreter since tclx8.3 is obsolete.
       (tclsh is the standard interpreter name.)
+    + [RA] Require versioned dependencies for OCaml scripts.  Each version
+      is ABI-incompatible.  Thanks, Samuel Mimram.  (Closes: #462065)
 
   * frontend/lintian:
     + [RA] Include info tags in the broken-down description of the


Reply to: