Added qtxdg build dependencies

That will make the packaging more readable and understandable
This commit is contained in:
Alf Gaida 2017-10-22 17:28:31 +02:00
parent 2c24520f8a
commit 59db1cc17a
2 changed files with 11 additions and 0 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
liblxqt (0.12.0-2) experimental; urgency=medium
* Re-added explicit build dependencies, make the packaging more
understandable:
- libqt5xdg-dev (>= 3.1.0)
- libqt5xdgiconloader-dev (>= 3.1.0)
-- Alf Gaida <agaida@siduction.org> Sun, 22 Oct 2017 17:28:18 +0200
liblxqt (0.12.0-1) experimental; urgency=medium
* Cherry-picking upstream version 0.12.0.

2
debian/control vendored
View File

@ -9,6 +9,8 @@ Build-Depends: debhelper (>= 10),
libqt5svg5-dev,
libkf5windowsystem-dev,
libqt5x11extras5-dev,
libqt5xdg-dev (>= 3.1.0),
libqt5xdgiconloader-dev (>= 3.1.0),
libx11-dev,
libxss-dev,
lxqt-build-tools (>= 0.4.0)