Fixed debian control

* Added Multi-Arch: same, following the Multiarch hinter
* Removed minimum version from libqt5xdgiconloader-dev
experimental/0.11.0-2
Alf Gaida 8 years ago
parent f7218efb0b
commit d7bddd37eb

7
debian/changelog vendored

@ -1,3 +1,10 @@
lxqt-qtplugin (0.11.0-2) experimental; urgency=medium
* Added Multi-Arch: same, following the Multiarch hinter
* Removed minimum version from libqt5xdgiconloader-dev
-- Alf Gaida <agaida@siduction.org> Tue, 27 Sep 2016 22:42:15 +0200
lxqt-qtplugin (0.11.0-1) experimental; urgency=medium
* Cherry-picking upstream release 0.11.0.

5
debian/control vendored

@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10),
libqt5svg5-dev,
libqt5x11extras5-dev,
libqt5xdg-dev (>= 2.0.0),
libqt5xdgiconloader-dev (>= 2.0.0),
libqt5xdgiconloader-dev,
libx11-dev,
pkg-config,
qtbase5-private-dev,
@ -26,8 +26,9 @@ Homepage: https://github.com/lxde/lxqt-qtplugin
Package: lxqt-qtplugin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
${shlibs:Depends}
Description: LXQt system integration plugin for Qt
With this plugin, all Qt-based programs can adopt settings of
LXQt, such as the icon theme.

Loading…
Cancel
Save