On 30/03/12 at 19:04 +0200, Dennis Kaarsemaker wrote:
> On vr, 2012-03-30 at 11:21 +0200, Lucas Nussbaum wrote:
> > 
> > 
> > During a rebuild of all packages in sid, your package failed to build
> > on
> > amd64.
> > 
> > This rebuild was done by building only architecture:any binary
> > packages
> > (binary-arch target of debian/rules), and using a recent dpkg that
> > uses the
> > build-arch target if available.
> > Also, only the Build-Depends were installed, not the
> > Build-Depends-Indep. 
> 
> Hmm, my debian/rules uses dh and customizes the build rule to build the
> docs. It doesn't do that for build-arch.
> 
> Should I customize both or only build-arch? For reference, here is the
> full debian/rules:
> 
> #!/usr/bin/make -f
> 
> export PRCTL_SKIP_KERNEL_CHECK = 1
> 
> %:
>       dh $@
> 
> clean:
>       dh clean
>       make -C docs clean
> 
> build:
>       dh build
>       make -C docs html

Use dh overrides instead?

Lucas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to