Romain Beauxis a écrit :
> [...dh_install failure because of missing *.a files...]
> Was there any kind of change in the behaviour of dh_install ?

AFAICT, dh_install has always failed with wildcards which doesn't expand
to anything.

What happens often, however, is that you have C bindings in your
package, which generate *.a files during compilation.

Concerning, the issue of files not compiled on bytecode-only
architectures, there is the possibility (added recently in dh-ocaml) to
prefix some lines of *.install.in files with "OPT: " (with the space),
which will be deleted during the *.install generation process if
ocamlopt is not available.

HTH,

-- 
Stéphane




--
To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to