aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-24 08:01:29 -0400
committerKen Moore <ken@pcbsd.org>2015-03-24 08:01:29 -0400
commit120207ea7de7ca6e0973ececb4787e982feefcd1 (patch)
tree3c7dcdf0c2d182f25e5caf1531e13948376c7cd0 /debian/changelog
parentMerge branch 'master' of github.com:pcbsd/lumina (diff)
parentAdd a new information file: DeveloperGuidelines.txt (diff)
downloadlumina-120207ea7de7ca6e0973ececb4787e982feefcd1.tar.gz
lumina-120207ea7de7ca6e0973ececb4787e982feefcd1.tar.bz2
lumina-120207ea7de7ca6e0973ececb4787e982feefcd1.zip
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b9d3b36c..a06b640f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+lumina-desktop (0.8.3.372-1nano) unstable; urgency=low
+
+ * new GIT snapshot
+ - add build dependency on libxcb-image0-dev
+ - add Lumina-DE startup wrapper. If qt5-configuration-tool exists
+ and LUMINA_USE_QT5CT is set to TRUE in /etc/default/lumina-qt5ct,
+ then export QT_QPA_PLATFORMTHEME=qt5ct, so that it works in Lumina
+ - add lumina-data arch-indep package containing data files
+ - drop lumina-core package
+ - change lumina-desktop from arch-any to arch-indep
+ - make lumina-desktop what lumina-core was before (keeping dependencies
+ on all lumina-* packages)
+
+ -- Christopher Roy Bratusek <nano@jpberlin.de> Thu, 12 Mar 2015 18:11:17 +0100
+
lumina-desktop (0.8.3.347-1nano) unstable; urgency=low
* new GIT snapshot
bgstack15