Re: Different install prefix for dpkg-buildpackage

2003-03-31 Thread Rob Weir
On Mon, Mar 31, 2003 at 09:09:22AM +0530, Muralikrishnan B wrote: > On Mon, 2003-03-31 at 03:12, David Z Maze wrote: > > Muralikrishnan B <[EMAIL PROTECTED]> writes: > > > > > How can get I dpkg-buildpackage to install the source package i'm > > > compiling in a different path (just like ./configur

Re: Different install prefix for dpkg-buildpackage

2003-03-30 Thread Muralikrishnan B
On Mon, 2003-03-31 at 03:12, David Z Maze wrote: > Muralikrishnan B <[EMAIL PROTECTED]> writes: > > > How can get I dpkg-buildpackage to install the source package i'm > > compiling in a different path (just like ./configure > > --prefix=/custom/path) ? > > You'd need to edit the debian/rules scrip

Re: Different install prefix for dpkg-buildpackage

2003-03-30 Thread David Z Maze
Muralikrishnan B <[EMAIL PROTECTED]> writes: > How can get I dpkg-buildpackage to install the source package i'm > compiling in a different path (just like ./configure > --prefix=/custom/path) ? You'd need to edit the debian/rules script to configure the package appropriately. But why do you wan

Re: Different install prefix for dpkg-buildpackage

2003-03-30 Thread Rob Weir
On Sat, Mar 29, 2003 at 07:11:39PM +0530, Muralikrishnan B wrote: > How can get I dpkg-buildpackage to install the source package i'm > compiling in a different path (just like ./configure > --prefix=/custom/path) ? Why? dpkg will have enough informatio to cleanly remove anything you install, so