On Mon, Oct 21, 2002 at 06:01:47PM +0800, Yang Shouxun wrote: > On Monday 21 October 2002 17:10, you wrote: > > 1) it is a library, you have to ship both the native code and the > > bytecode. > > No native code yet, as I don'tknow how to fix the problem yet.
Ok, ... Mmm, what is the problem exactly ? > > 2) the library does not ship any .cmo/.cma/.cmx/.cmxa. I will look at > > the Makefile this evening, if i have time. > > There are just "baire.cmo" and "baire.cmi". I want to use "-pack" to avoid > polluting the stdlibs namespace. "baire.cmx" is a todo item. The various > ".mli" files are in the doc directory. Well, the baire.cmo and baire.cmi are not in the .deb, check it with dpkg -c baire.deb also, usually a library comes with .cma and .cmxa. > > 3) the source name can be called baire, not problem, it is even > > recomended. It is just the binary package name that need to be > > libbaire-ocaml-dev. To change this, you have to have different names > > in the first part of the debian/control file (the Source: ) and the > > second part (the first package, Package: ). > > Ok, I can fix it now. :))) Friendly, Sven Luther

