#########################################################################################
##### dh_makeshlibs issue
# dh_makeshlibs is probably called because of the private dynamic libraries in the package but these are not in /usr/lib
# but do not override this for the moment to keep a record of this issue visibly
# freemedforms-libs: postinst-has-useless-call-to-ldconfig
# freemedforms-libs: postrm-has-useless-call-to-ldconfig

#########################################################################################
##### RPATH issue
# The lintian message says:
#    The only time a binary or shared library in a Debian package should set
#    RPATH is if it is linked to private shared libraries in the same
#    package. In that case, place those private shared libraries in
#    /usr/lib/{arch}/<package>.
# This is actually the case and so the lintian error is a false alarm
#####
freemedforms-libs: binary-or-shlib-defines-rpath usr/lib/*/freemedforms-common/lib*.so* /usr/lib/*/freemedforms

#########################################################################################
# Exclude false positives: These are no spelling errors but rather valid french words
freemedforms-libs: spelling-error-in-binary usr/lib/*/freemedforms-common/libMedicalUtils.so.* dont don't
freemedforms-libs: spelling-error-in-binary usr/lib/*/freemedforms-common/libMedinTux.so.* Ressources Resources
