Re: resuming build from a point in dpkg-buildpackage

2008-10-02 Thread David Bartley
dpkg-buildpackage -nc? On Thu, Oct 2, 2008 at 8:30 AM, Anil Gulecha <[EMAIL PROTECTED]> wrote: > Hi, > > Heres the isue I;m facing, dpkg-buildpackage builds a packages x > successfully, but fails in the install process (because a file listed > in debian/x.install has not been built.) > > Is there

Re: resuming build from a point in dpkg-buildpackage

2008-10-02 Thread Tim Spriggs
Hi Anil, Since debian/rules is a makefile you _could_ invoke it directly with the install command. Be very careful though, if you make a fix it must be reflected in the source package as well, otherwise the package can not be rebuilt correctly later on. Cheers, -Tim Anil Gulecha wrote: H

resuming build from a point in dpkg-buildpackage

2008-10-02 Thread Anil Gulecha
Hi, Heres the isue I;m facing, dpkg-buildpackage builds a packages x successfully, but fails in the install process (because a file listed in debian/x.install has not been built.) Is there a way to restart dpkg-buildpackage from the install step onwards? Anil