Re: Making a package with multiple binaries

2000-10-24 Thread Sean 'Shaleh' Perry
> I am getting strange errors from lintian: > > [EMAIL PROTECTED]:~/epson$ lintian -i stcolortool_0.3.1-0_i386.changes > internal error: cannot open unpacked/debian/ directory: No such file or > directory > internal error: collect info debfiles about package stcolortool: No such file > or directo

Re: Making a package with multiple binaries

2000-10-24 Thread Sean 'Shaleh' Perry
> I am getting strange errors from lintian: > > roger@mars:~/epson$ lintian -i stcolortool_0.3.1-0_i386.changes > internal error: cannot open unpacked/debian/ directory: No such file or > directory > internal error: collect info debfiles about package stcolortool: No such file > or directory > N

Re: Making a package with multiple binaries

2000-10-24 Thread Josip Rodin
On Tue, Oct 24, 2000 at 01:46:15PM +0100, Roger Leigh wrote: > Is it ok to put a symlink in /usr/doc to link stcolortool to > stcolortool-lprng? If stcolortool package has Depends: stcolortool-lprng. (or the other way around, maybe I misunderstood you) > I modified the following target (from the

Re: Making a package with multiple binaries

2000-10-24 Thread Josip Rodin
On Tue, Oct 24, 2000 at 01:46:15PM +0100, Roger Leigh wrote: > Is it ok to put a symlink in /usr/doc to link stcolortool to > stcolortool-lprng? If stcolortool package has Depends: stcolortool-lprng. (or the other way around, maybe I misunderstood you) > I modified the following target (from the

Re: Making a package with multiple binaries

2000-10-24 Thread Roger Leigh
Manu thanks for all your help, I am now successfully building multiple binaries! I used configure with VPATH to build and install with DESTDIR. However, there are a few things I would like to clarify: Is it ok to put a symlink in /usr/doc to link stcolortool to stcolortool-lprng? I modified the f

Re: Making a package with multiple binaries

2000-10-24 Thread Roger Leigh
Manu thanks for all your help, I am now successfully building multiple binaries! I used configure with VPATH to build and install with DESTDIR. However, there are a few things I would like to clarify: Is it ok to put a symlink in /usr/doc to link stcolortool to stcolortool-lprng? I modified the

Re: Making a package with multiple binaries

2000-10-23 Thread Antti-Juhani Kaijanaho
On 20001023T101336+0200, Christian T. Steigies wrote: > On Sun, Oct 22, 2000 at 03:20:23PM +0300, Antti-Juhani Kaijanaho wrote: > > In one package (malaga) I finally settled on taking advantage of VPATH: > > I simply configured and built it in different directories for different > > set of options.

Re: Making a package with multiple binaries

2000-10-23 Thread Antti-Juhani Kaijanaho
On 20001023T101336+0200, Christian T. Steigies wrote: > On Sun, Oct 22, 2000 at 03:20:23PM +0300, Antti-Juhani Kaijanaho wrote: > > In one package (malaga) I finally settled on taking advantage of VPATH: > > I simply configured and built it in different directories for different > > set of options

Re: Making a package with multiple binaries

2000-10-23 Thread Roger Leigh
Thanks for all the suggestions. I will try and get everything working later on today. Regards, Roger -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://www-users.york.ac.uk/~rl117/linux/ For GPG Public Key: finger [EMAIL PROTECTED] or see

Re: Making a package with multiple binaries

2000-10-23 Thread Roger Leigh
Thanks for all the suggestions. I will try and get everything working later on today. Regards, Roger -- Roger Leigh ** Registration Number: 151826, http://counter.li.org ** Need Epson Stylus Utilities? http://www-users.york.ac.uk/~rl117/linux/ For GPG Public Key: finger [EMAIL PROTECTED] or see

Re: Making a package with multiple binaries

2000-10-23 Thread Christian T. Steigies
On Sun, Oct 22, 2000 at 03:20:23PM +0300, Antti-Juhani Kaijanaho wrote: > In one package (malaga) I finally settled on taking advantage of VPATH: > I simply configured and built it in different directories for different > set of options. I don't remember whether I had to patch upstream build > sys

Re: Making a package with multiple binaries

2000-10-23 Thread Christian T. Steigies
On Sun, Oct 22, 2000 at 03:20:23PM +0300, Antti-Juhani Kaijanaho wrote: > In one package (malaga) I finally settled on taking advantage of VPATH: > I simply configured and built it in different directories for different > set of options. I don't remember whether I had to patch upstream build > sy

Re: Making a package with multiple binaries

2000-10-22 Thread Josip Rodin
On Sun, Oct 22, 2000 at 06:03:07PM +0100, Steve Dobson wrote: > > > dh_testdir > > > mkdir option1-build-dir > > > cd option1-build-dir > > > ../configure --with-one-set-of-options && $(MAKE) > > > cd .. > > > > Only you can't have cd's on separate lines, be

Re: Making a package with multiple binaries

2000-10-22 Thread Steve Dobson
On Sun, Oct 22, 2000 at 06:13:27PM +0200, Josip Rodin wrote: > On Sun, Oct 22, 2000 at 10:07:12AM -0400, Adam C Powell IV wrote: > > dh_testdir > > mkdir option1-build-dir > > cd option1-build-dir > > ../configure --with-one-set-of-options && $(MAKE) > > cd .

Re: Making a package with multiple binaries

2000-10-22 Thread Josip Rodin
On Sun, Oct 22, 2000 at 10:07:12AM -0400, Adam C Powell IV wrote: > > > I fail to see how to run configure twice, with different options in the > > > build-stamp rule and then install both into the right place in the install > > > rule (I just get identical stuff pacakged in two locations), > > > >

Re: Making a package with multiple binaries

2000-10-22 Thread Josip Rodin
On Sun, Oct 22, 2000 at 06:03:07PM +0100, Steve Dobson wrote: > > > dh_testdir > > > mkdir option1-build-dir > > > cd option1-build-dir > > > ../configure --with-one-set-of-options && $(MAKE) > > > cd .. > > > > Only you can't have cd's on separate lines, b

Re: Making a package with multiple binaries

2000-10-22 Thread Steve Dobson
On Sun, Oct 22, 2000 at 06:13:27PM +0200, Josip Rodin wrote: > On Sun, Oct 22, 2000 at 10:07:12AM -0400, Adam C Powell IV wrote: > > dh_testdir > > mkdir option1-build-dir > > cd option1-build-dir > > ../configure --with-one-set-of-options && $(MAKE) > > cd

Re: Making a package with multiple binaries

2000-10-22 Thread Adam C Powell IV
Josip Rodin wrote: > On Sat, Oct 21, 2000 at 08:59:17PM +0100, Roger Leigh wrote: > > I fail to see how to run configure twice, with different options in the > > build-stamp rule and then install both into the right place in the install > > rule (I just get identical stuff pacakged in two location

Re: Making a package with multiple binaries

2000-10-22 Thread Josip Rodin
On Sun, Oct 22, 2000 at 10:07:12AM -0400, Adam C Powell IV wrote: > > > I fail to see how to run configure twice, with different options in the > > > build-stamp rule and then install both into the right place in the install > > > rule (I just get identical stuff pacakged in two locations), > > >

Re: Making a package with multiple binaries

2000-10-22 Thread Antti-Juhani Kaijanaho
On 20001021T205917+0100, Roger Leigh wrote: > I have made a package with debhelper and dh_make, which produces a single > binary deb. However, now I would like to make two binaries from the same > packages, identical except for that each is built with different options > to configure (one has suppo

Re: Making a package with multiple binaries

2000-10-22 Thread Adam C Powell IV
Josip Rodin wrote: > On Sat, Oct 21, 2000 at 08:59:17PM +0100, Roger Leigh wrote: > > I fail to see how to run configure twice, with different options in the > > build-stamp rule and then install both into the right place in the install > > rule (I just get identical stuff pacakged in two locatio

Re: Making a package with multiple binaries

2000-10-22 Thread Josip Rodin
On Sat, Oct 21, 2000 at 08:59:17PM +0100, Roger Leigh wrote: > I fail to see how to run configure twice, with different options in the > build-stamp rule and then install both into the right place in the install > rule (I just get identical stuff pacakged in two locations), Well, it's simple reall

Re: Making a package with multiple binaries

2000-10-22 Thread Antti-Juhani Kaijanaho
On 20001021T205917+0100, Roger Leigh wrote: > I have made a package with debhelper and dh_make, which produces a single > binary deb. However, now I would like to make two binaries from the same > packages, identical except for that each is built with different options > to configure (one has supp

Re: Making a package with multiple binaries

2000-10-22 Thread Josip Rodin
On Sat, Oct 21, 2000 at 08:59:17PM +0100, Roger Leigh wrote: > I fail to see how to run configure twice, with different options in the > build-stamp rule and then install both into the right place in the install > rule (I just get identical stuff pacakged in two locations), Well, it's simple real