Hi,

On Sat, Jun 09, 2001 at 01:55:41PM +0200, Nikolaus Regnat wrote:
> The problem is that my source tarball has 2 configure scripts (one in the
> main dir and the other in an extra 
> directory).  Is it possible to configure / compile / install both programs
> at once (so that they both go into the 
> same deb) or do I have to do this seperatly?

Yes, it's possible. Just add the respective commands in debian/rules,
e.g. (using debhelper): 

configure-stamp:
        ./configure --foo etc..
        ./subdir/configure --bar etc...

build-stamp:
        make
        make -f subdir/make


HTH, Uwe.
-- 
:---------------- Uwe Hermann <[EMAIL PROTECTED]> ---------------:
| http://htsserver.sourceforge.net     -- Holsham Traders            |
| http://unmaintained.sourceforge.net  -- Unmaintained Free Software |
:-------------------- http://www.hermann-uwe.de --------------- :wq -:


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to