diff --git a/debian/changelog b/debian/changelog index c3e09ba..7723e7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lxqt-qtplugin (0.11.1-2) unstable; urgency=medium + + * Bump Standards to 4.0.0 - no changes needed + * Bump year on copyright + * Recommends lxqt-session and lxqt-config (Closes: #866780) + * Suggests lxqt | lxqt-core + * Removed translation stuff from rules, there are no translations for + the plugin + + -- Alf Gaida Sat, 01 Jul 2017 19:14:21 +0200 + lxqt-qtplugin (0.11.1-1) unstable; urgency=medium * Cherry-picking upstream release 0.11.1. diff --git a/debian/control b/debian/control index faf682a..4884646 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10), libx11-dev, lxqt-build-tools (>= 0.3.0), qtbase5-private-dev, -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-qtplugin.git/?h=debian/sid Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-qtplugin.git -b debian/sid Homepage: https://github.com/lxde/lxqt-qtplugin @@ -23,6 +23,9 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: lxqt-session, + lxqt-config +Suggests: lxqt | lxqt-core Description: LXQt system integration plugin for Qt With this plugin, all Qt-based programs can adopt settings of LXQt, such as the icon theme. diff --git a/debian/copyright b/debian/copyright index 3784852..c65770d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Copyright: 2013-2016 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2016 Alf Gaida +Copyright: 2014-2017 Alf Gaida 2015 ChangZhuo Chen (陳昌倬) 2015 Yukiharu YABUKI License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index c03819d..3850f73 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_configure: dh_auto_configure --\ - -DPULL_TRANSLATIONS=OFF\ - -DUPDATE_TRANSLATIONS=OFF\ -DCMAKE_BUILD_TYPE=RelWithDebInfo