On Thu, Jan 25, 2007 at 07:59:44PM +0100, Michelle Konzack wrote:
> Package: debian-reference
> Severity: wishlist
>
> Hello Maintainers,
(If you find this in FAQ, please report there too.
> in section "2.2.12 Source packages" you describe "apt-get source"
> and in "2.2.13 build binary packages from a source package" how
> to use "dpkg-source -x" but I think, it is important to know, that
> one must solv build-depends with
>
> apt-get build-dep <package>
Yep.
> and that "apt-get install fakeroot" is not enough and should be
>
> apt-get install fakeroot build-essential
In this sense, chaging script section for all language is clean solution:
$ cd foo-version
$ su -c "apt-get update;\
apt-get install fakeroot build-essential; \
apt-get build-dep"
$ dpkg-buildpackage -rfakeroot -us -uc
> Please can you add/correct this in the Debian Reference?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]