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
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
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