From: Simon Ruderich Date: Tue, 25 Sep 2012 10:44:24 +0000 (+0200) Subject: README: Document how build dependencies are extracted. X-Git-Tag: 0.04~6 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=76236e46263e6d2cc6ed9451ae5ef1ff63711ba7 README: Document how build dependencies are extracted. --- diff --git a/README b/README index 7b575b5..8944b54 100644 --- a/README +++ b/README @@ -100,6 +100,14 @@ following line (output of dpkg-buildpackage): The available hardening flags are adapted to the architecture because some architectures don't support certain hardening options. +Some checks (Ada and hardening-wrapper at the moment) check the build +dependencies for certain packages. The following lines are used to get the +build dependencies. The first is used in buildd build logs, the second by +pbuilder logs, both are detected: + + Build-Depends: ... + Depends: ... + LIMITATIONS -----------