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
--
Dennis K.
Life is what happens to you while you're busy making other plans
- John Lennon
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]