1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# GForth is not a common enough interpreter to warrant inclusion into
# Lintian's list, but it is indeed the correct interpreter for *.fs
#
gforth-lib: unusual-interpreter * #!/usr/bin/gforth-0.7.3
# The gethostname() call in there is actually bounded in the Forth source.
#
gforth-lib: hardening-no-fortify-functions */socket.so.0.0.0
# There is no point in stripping and generating debug symbols' files for
# these dynamically generated (and compiled from dynamically generated
# C source files) object files. They are merely stubs for invoking
# external library functions.
#
# Furthermore, any other such object files that the user may generate after
# GForth has been installed will not be stripped anyway.
#
gforth-lib: unstripped-static-library usr/lib/*/libcc-named/*
|