[Pkg-giraffe-discuss] lintian update

Carsten Schoenert c.schoenert at t-online.de
Sat Jun 20 11:15:00 UTC 2015


Hello Mark,

Am 19.06.2015 um 14:35 schrieb Mark Dufour:
> hi all,
> 
> today I moved libzarafaclient.so and libzarafacontacts.so into
> libdir/zarafa. after also updating several extended-descriptions, and
> ignoring the hardening warnings, I'm left with the following list (on
> our SVN trunk):

that looks not as bad. :)
The detailed questions was Guido answering already.

The following warnings are not difficult to solve to.

> W: zarafa-dbg: debug-file-with-no-debug-symbols usr/lib/debug/usr/lib/libzarafa_soapclient.so.0.0.0
> W: zarafa-dbg: debug-file-with-no-debug-symbols usr/lib/debug/usr/lib/libzarafa_soapserver.so.0.0.0

You have disabled the option '-g' in the CFLAGS while the gcc run?
Please don't, dh-strip will remove all debugging information for the
normal binaries. The *-dbg packages instead hold all the debugging
informations.

> W: zarafa-contacts: maintainer-script-ignores-errors postinst
> W: zarafa-common: maintainer-script-ignores-errors postinst
> W: zarafa-server: maintainer-script-ignores-errors postinst

You will need simply to include a 'set -e' right at the beginning of the
script to make administrators and your life easier so the script breaks
in case of errors instead silently go on.
Guido has fixed this for zarafa-webaccess.postinst and
zarafa-webaccess.prerm for example in the past.

http://anonscm.debian.org/cgit/pkg-giraffe/giraffe.git/commit/?id=b8e7414b2166a5cb6121880472c3a11921259518

-- 
Regards
Carsten Schoenert



More information about the Pkg-giraffe-discuss mailing list