Package: guile-1.6
Version: 1.6.8-5
Severity: serious
Justification: Policy 10.1
guile-1.6 (source package) tries to recognise and handle the
DEB_BUILD_OPTIONS variable. This is good, but:
- It uses the old "debug" (pre-policy 3.5.7, of Aug 2002) instead of
"noopt".
- It recognises debug, but doesn't _effectively_ do anything when it
is present in DEB_BUILD_OPTIONS. It adds "-g" to CFLAGS, but then
doesn't pass CFLAGS in the ./configure command line, nor export
it.
So, either
./configure ${configure_args}
should become
./configure ${configure_args} CFLAGS="$CFLAGS"
or
CFLAGS += -ggdb
should become
CFLAGS += -ggdb
export CFLAGS
--
Lionel
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]