From 67c7c722d124bc3112bbe2c491fafd631bf70655 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 30 Jun 2017 01:45:26 +0200 Subject: [PATCH] Recommend lxqt-qtplugin (Closes: #866232) * Bump Standards to 4.0.0 - no changes needed --- debian/changelog | 7 +++++++ debian/control | 5 +++-- debian/rules | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2956558..614e3f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lxqt-about (0.11.1-2) unstable; urgency=medium + + * Recommend lxqt-qtplugin (Closes: #866232) + * Bump Standards to 4.0.0 - no changes needed + + -- Alf Gaida Fri, 30 Jun 2017 01:45:17 +0200 + lxqt-about (0.11.1-1) unstable; urgency=medium * Cherry-picking upstream release: 0.11.1. diff --git a/debian/control b/debian/control index 4262765..f146c60 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10), libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-about.git/?h=debian/sid Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git -b debian/sid Homepage: https://github.com/lxde/lxqt-about @@ -20,7 +20,8 @@ Package: lxqt-about Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Recommends: lxqt-about-l10n +Recommends: lxqt-about-l10n, + lxqt-qtplugin Description: About screen for LXQt The about screen for LXQt . diff --git a/debian/rules b/debian/rules index 9dbedc2..0e9a06b 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_configure: dh_auto_configure -- \ - -DPULL_TRANSLATIONS=OFF\ - -DUPDATE_TRANSLATIONS=OFF\ + -DPULL_TRANSLATIONS=OFF \ + -DUPDATE_TRANSLATIONS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo