diff --git a/debian/.gitignore b/debian/.gitignore index 643c6a8..edc331a 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -9,4 +9,5 @@ /libqt5xdg-dev/ /libqt5xdgiconloader-dev/ /libqt5xdgiconloader2/ +/qtxdg-dev-tools/ /tmp diff --git a/debian/changelog b/debian/changelog index a6bbc31..9f0d48c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libqtxdg (2.0.0-7) unstable; urgency=medium + + * Added qttranslations5-l10n to Recommends - without this packagage there are + no working shortcuts in localized LXQt desktops. So we want to make sure + that the package is at least recommended for qtxdg based packages. + + -- Alf Gaida Mon, 24 Jul 2017 21:54:16 +0200 + libqtxdg (2.0.0-6) unstable; urgency=medium * Bump Standards to 4.0.0 - no changes needed diff --git a/debian/control b/debian/control index c7246e5..275e7a3 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libfile-mimeinfo-perl, shared-mime-info +Recommends: qttranslations5-l10n Pre-Depends: ${misc:Pre-Depends} Provides: libqt5xdg Description: Implementation of the XDG Specifications for Qt (shared lib)