Improve some debian/$foo
* 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
This commit is contained in:
parent
97ad9b98d7
commit
3709bb882d
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -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 <agaida@siduction.org> Sat, 01 Jul 2017 19:14:21 +0200
|
||||||
|
|
||||||
lxqt-qtplugin (0.11.1-1) unstable; urgency=medium
|
lxqt-qtplugin (0.11.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Cherry-picking upstream release 0.11.1.
|
* Cherry-picking upstream release 0.11.1.
|
||||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
|
|||||||
libx11-dev,
|
libx11-dev,
|
||||||
lxqt-build-tools (>= 0.3.0),
|
lxqt-build-tools (>= 0.3.0),
|
||||||
qtbase5-private-dev,
|
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-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
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-qtplugin.git -b debian/sid
|
||||||
Homepage: https://github.com/lxde/lxqt-qtplugin
|
Homepage: https://github.com/lxde/lxqt-qtplugin
|
||||||
@ -23,6 +23,9 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
|
Recommends: lxqt-session,
|
||||||
|
lxqt-config
|
||||||
|
Suggests: lxqt | lxqt-core
|
||||||
Description: LXQt system integration plugin for Qt
|
Description: LXQt system integration plugin for Qt
|
||||||
With this plugin, all Qt-based programs can adopt settings of
|
With this plugin, all Qt-based programs can adopt settings of
|
||||||
LXQt, such as the icon theme.
|
LXQt, such as the icon theme.
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -8,7 +8,7 @@ Copyright: 2013-2016 LXQt team
|
|||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
|
Copyright: 2014-2017 Alf Gaida <agaida@siduction.org>
|
||||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -10,6 +10,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure --\
|
dh_auto_configure --\
|
||||||
-DPULL_TRANSLATIONS=OFF\
|
|
||||||
-DUPDATE_TRANSLATIONS=OFF\
|
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user