diff options
Diffstat (limited to 'debian/xfce4-session.lintian-overrides')
-rw-r--r-- | debian/xfce4-session.lintian-overrides | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/xfce4-session.lintian-overrides b/debian/xfce4-session.lintian-overrides new file mode 100644 index 0000000..ec64572 --- /dev/null +++ b/debian/xfce4-session.lintian-overrides @@ -0,0 +1,14 @@ +# the lib is private so we won't split it +xfce4-session: non-dev-pkg-with-shlib-symlink usr/lib/*/libxfsm-4.6.so.0.0.0 usr/lib/*/libxfsm-4.6.so +xfce4-session: package-name-doesnt-match-sonames libxfsm-4.6-0 + +# we do build using hardening flags, it's a false positive +xfce4-session: hardening-no-fortify-functions usr/lib/*/xfce4/session/splash-engines/libbalou.so +xfce4-session: hardening-no-fortify-functions usr/lib/*/xfce4/session/xfsm-shutdown-helper + +# XFCE is a valid category, desktop-file-validate has to be updated (#671600) +xfce4-session: desktop-entry-invalid-category XFCE usr/share/applications/xfce-session-settings.desktop + +# xsessions files are not really desktop files, they don't have to follow the +# specs. See also b.fd.o #85938 +xfce4-session: desktop-entry-contains-unknown-key usr/share/xsessions/xfce.desktop |