Re: A problem with dh_strip

2007-02-08 Thread Paul Wise
On Thu, 2007-02-08 at 22:33 +0100, Matej Kosik wrote: > > Major part of the orignal binary is compiled from OCAML sources so maybe > there is some specific error behavior of dh_strip related to these kind > of binaries. > Read the ocaml policy, but you are correct, dh_strip needs -X so it doesn

Re: A problem with dh_strip

2007-02-08 Thread Russ Allbery
Matej Kosik <[EMAIL PROTECTED]> writes: > > Major part of the orignal binary is compiled from OCAML sources so maybe > there is some specific error behavior of dh_strip related to these kind > of binaries. > Sort of the other way around. You can't strip Objective CAML binaries. There's a speci

Re: A problem with dh_strip

2007-02-08 Thread Justin Pryzby
On Thu, Feb 08, 2007 at 10:33:38PM +0100, Matej Kosik wrote: > Dear mentors, > > I am trying to create a Debian package for the Pict programming language. > > http://www.cis.upenn.edu/~bcpierce/papers/pict/Html/Pict.html > > The package itself is here > http://altair.dcs.elf.stuba.sk/~kosik/debi

A problem with dh_strip

2007-02-08 Thread Matej Kosik
Dear mentors, I am trying to create a Debian package for the Pict programming language. http://www.cis.upenn.edu/~bcpierce/papers/pict/Html/Pict.html The package itself is here http://altair.dcs.elf.stuba.sk/~kosik/debian/pool/main/p/pict/pict_4.1.0-1.dsc I have successfully built it within pbu