Re: [q-lang-devel] Status of debian packaging
Brought to you by:
agraef
From: Kari P. <ka...@sa...> - 2004-02-22 18:48:32
|
On Sun, Feb 22, 2004 at 02:40:59PM +0200, Kari Pahula wrote: > On Sun, Feb 22, 2004 at 05:39:21AM +0200, Kari Pahula wrote: > > Most of the packaging is done, but I'm stuck with the libraries. > > Things work fine until I run automake again. The .so files seem to > > Things work still after running automake, running aclocal again starts > all the trouble. Of course I had to run libtoolize too. There may still be issues with it, but it seems to be in usable state already. I put the Debian package available at http://users.utu.fi/~kaolpa/debian/. I had to change a number of things in Q build process to make it conform more to the Debian standards. It'd be a good idea to build the included libraries only conditionally. glob and regex are part of libc6, thus available on linux systems universally. ltdl and readline are commonly present too. Only ltdl was configurable to use the library present in the system. There's still a few things I could say about the build process, but that'll have to wait for another time. As well as packaging the add-ons. |