diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-01-23 19:09:25 +0100 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-01-23 19:09:25 +0100 |
commit | d34c6c6d35905ade616cc38496f8532eae6eba03 (patch) | |
tree | 26a96f95a5c820e0428d259346b908425366d838 | |
parent | add LuminaOS-Debian (diff) | |
download | lumina-d34c6c6d35905ade616cc38496f8532eae6eba03.tar.gz lumina-d34c6c6d35905ade616cc38496f8532eae6eba03.tar.bz2 lumina-d34c6c6d35905ade616cc38496f8532eae6eba03.zip |
add recommends for lxpolkit and qt5-configuration-tool
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0f9b0627..c674a57b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ lumina-desktop (0.8.1.266-1nano) unstable; urgency=low * new GIT snapshot - add debian/patches/01-use-luminaos-debian.diff which uses LuminaOS-Debian instead of fallback LuminaOS-Linux + - add recommends on lxpolkit and qt5-configuration-tool -- Christopher Roy Bratusek <nano@jpberlin.de> Fri, 23 Jan 2015 18:00:15 +0100 diff --git a/debian/control b/debian/control index 21944aee..f4bfad23 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,8 @@ Package: lumina-desktop Architecture: all Depends: libluminautils1, lumina-core, lumina-config, lumina-fm, lumina-open, lumina-screenshot, lumina-search -Description: Lightweight Qt4-based desktop environment +Recommends: lxpolkit, qt5-configuration-tool +Description: Lightweight Qt5-based desktop environment Metapackage depending on all other lumina packages. Package: libluminautils1 |