Lintian reports that the syslog static archive is not stripped.
Why?

Components of libgnatcoll-db have the same problem.


Hints:

override_dh_strip: dh_strip -v
shows the same commands for iconv

# ar x libgnatcoll_syslog.a
# file *.o
iconv_support.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
syslog_support.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), with debug_info, not stripped

From build log:
/usr/bin/gcc -c -x c -O2 -Wunreachable-code -g -O2 -fdebug-prefix-map=BUILDDIR=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -MF syslog_support.d -specs=/tmp/GNAT-TEMP-000004.TMP BUILDDIR/syslog/syslog_support.c
/usr/bin/gcc -c -x c -O2 -Wunreachable-code -g -O2 -fdebug-prefix-map=BUILDDIR=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MMD -MF iconv_support.d -specs=/tmp/GNAT-TEMP-000004.TMP BUILDDIR/iconv/iconv_support.c

diff -u iconv/*.gpr syslog/*.gpr
shows nothing related.

dh-ada-library does not interfer anymore with dh_strip.
