← Back to team overview

marionnet-dev team mailing list archive

[Bug 1129425] Re: dangling cmi files

 

** Branch linked: lp:ocamlbricks

-- 
You received this bug notification because you are a member of
marionnet-dev, which is subscribed to ocamlbricks.
https://bugs.launchpad.net/bugs/1129425

Title:
  dangling cmi files

Status in ocamlbricks - a library of ocaml components:
  New

Bug description:
  Hi,

  Lintian (a Debian tool to find common problems in packages) reports those problems:
  I: libocamlbricks-ocaml-dev: ocaml-dangling-cmi usr/lib/ocaml/ocamlbricks/gettext_extract_pot_p4.cmi
  I: libocamlbricks-ocaml-dev: ocaml-dangling-cmi usr/lib/ocaml/ocamlbricks/ledgrid.cmi
  I: libocamlbricks-ocaml-dev: ocaml-dangling-cmi usr/lib/ocaml/ocamlbricks/meta_ocamlbricks.cmi
  I: libocamlbricks-ocaml-dev: ocaml-dangling-cmi 6 more files not shown

  The detailed explanation for that error message is:
  N:    This package installs a compiled interface (.cmi) without its text
  N:    version (.mli). The text version should also be installed for
  N:    documentation purpose. If the module involved doesn't have a .mli, its
  N:    source code (.ml) should be installed instead.
  N:    
  N:    Severity: wishlist, Certainty: possible
  N:    
  N:    Check: ocaml, Type: binary

  It's not big deal, of course.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocamlbricks/+bug/1129425/+subscriptions


References