Re: Help needed for packaging a library

2008-03-29 Thread Neil Williams
On Fri, 2008-03-28 at 21:06 -0300, Felipe Sateler wrote: > Helmut Grohne wrote: > >> Why is my library architecture-dependent? How can I make it > >> architecture-independent, assuming the source code doesn't care about the > >> architecture (I don't think a printf should be a problem)? Take a loo

Re: Help needed for packaging a library

2008-03-28 Thread Felipe Sateler
Helmut Grohne wrote: > Hi Georgi, > >> Why is my library architecture-dependent? How can I make it >> architecture-independent, assuming the source code doesn't care about the >> architecture (I don't think a printf should be a problem)? > > Your library will be compiled to a binary blob and thi

Re: Help needed for packaging a library

2008-03-28 Thread Helmut Grohne
Hi Georgi, > Why is my library architecture-dependent? How can I make it > architecture-independent, assuming the source code doesn't care about the > architecture (I don't think a printf should be a problem)? Your library will be compiled to a binary blob and this binary blob is architecture d

Re: Help needed for packaging a library

2008-03-28 Thread Georgi Chulkov
> > libnonsense-dev.install > > --- > > usr/include/* > > usr/lib/lib*.a > > usr/lib/lib*.so > > usr/lib/pkgconfig/* > > usr/lib/*.la > > It is IMHO a better idea to drop the libtool .la files. Please excuse my ignorance, but why is it better to drop them? > > usr/share/pkgcon

Re: Help needed for packaging a library

2008-03-28 Thread Daniel Leidert
Am Freitag, den 28.03.2008, 00:41 +0100 schrieb Georgi Chulkov: > I'm trying to package a very simple hello world library, before I move to > more > complex things. The problem is that dpkg will not include the most important > files in the finished package. Here's what I did, step by step (on

Re: Help needed for packaging a library

2008-03-28 Thread Giovanni Mascellani
All'incirca Fri, 28 Mar 2008 01:49:54 +0100, Romain Beauxis <[EMAIL PROTECTED]> sembrerebbe aver scritto: > Appart from that, I can only point you to > http://www.debian.org/doc/maint-guide/ > > There, you can find more documentation on the first steps in > packaging stuff.. More documentati

Re: Help needed for packaging a library

2008-03-27 Thread Romain Beauxis
Hi ! (..autotools stuff is not really in this list's scope..) Le Friday 28 March 2008 00:41:20 Georgi Chulkov, vous avez écrit : > As you can see, none of the important files are included in the packages. > Why is that? Seems like you have to edit and read debian/rules to see what it actu

Help needed for packaging a library

2008-03-27 Thread Georgi Chulkov
Hello, I'm trying to package a very simple hello world library, before I move to more complex things. The problem is that dpkg will not include the most important files in the finished package. Here's what I did, step by step (on a Kubuntu 7.10 system): 1. I start with the following source fil