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.
This commit is contained in:
Alf Gaida 2017-07-24 22:00:04 +02:00
parent 88b3e84547
commit 7e3fab7500
3 changed files with 10 additions and 0 deletions

1
debian/.gitignore vendored
View File

@ -9,4 +9,5 @@
/libqt5xdg-dev/
/libqt5xdgiconloader-dev/
/libqt5xdgiconloader2/
/qtxdg-dev-tools/
/tmp

8
debian/changelog vendored
View File

@ -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 <agaida@siduction.org> 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

1
debian/control vendored
View File

@ -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)