autoconfigurable package: how to build two configurations?

2007-09-23 Thread Steve M. Robbins
Hello, Are there any examples of a package that builds two binary packages, each from a distinct run of "configure"? My specific case is soqt, which provides a Qt interface to Coin (OpenInventor). There is a sentiment [1] that I provide packages for Qt3 as well as packages for Qt4. I believe th

Re: autoconfigurable package: how to build two configurations?

2007-09-23 Thread Raphael Geissert
On 23/09/2007, Steve M. Robbins <[EMAIL PROTECTED]> wrote: > Hello, > > Are there any examples of a package that builds two binary packages, > each from a distinct run of "configure"? You first have to configure, build, install one of the packages and then configure, build, install the second one;

Re: autoconfigurable package: how to build two configurations?

2007-09-23 Thread Felipe Sateler
Raphael Geissert wrote: > On 23/09/2007, Steve M. Robbins <[EMAIL PROTECTED]> wrote: >> Hello, >> >> Are there any examples of a package that builds two binary packages, >> each from a distinct run of "configure"? > > You first have to configure, build, install one of the packages and > then conf

Re: autoconfigurable package: how to build two configurations?

2007-09-23 Thread Simon Richter
Hi, Felipe Sateler wrote: Actually, you could use different build directories: [...] This way you don't need to erase one version to build the other. Yes, that is in fact preferable, as building can happen without root privileges that way. Back when I maintained it, python-imaging used

Re: autoconfigurable package: how to build two configurations?

2007-09-24 Thread Daniel Leidert
Am Sonntag, den 23.09.2007, 18:50 -0500 schrieb Steve M. Robbins: > Hello, > > Are there any examples of a package that builds two binary packages, > each from a distinct run of "configure"? http://svn.debian.org/wsvn/debichem/unstable/xmakemol/debian/rules?op=file&rev=0&sc=0 > My specific case

Re: autoconfigurable package: how to build two configurations?

2007-09-25 Thread Justin Pryzby
On Sun, Sep 23, 2007 at 06:50:02PM -0500, Steve M. Robbins wrote: > Hello, > > Are there any examples of a package that builds two binary packages, > each from a distinct run of "configure"? > > My specific case is soqt, which provides a Qt interface to Coin > (OpenInventor). There is a sentimen