diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-02-24 19:18:05 +0100 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-02-24 19:18:05 +0100 |
commit | e6117c144f480d519bc1105df09b10f96e21f844 (patch) | |
tree | 1cf8f3b205e6e3f7fbb6029c26d787182fa9da0b | |
parent | Subclass the main QFileSystemModel to provide drag and drop support. This sti... (diff) | |
download | lumina-e6117c144f480d519bc1105df09b10f96e21f844.tar.gz lumina-e6117c144f480d519bc1105df09b10f96e21f844.tar.bz2 lumina-e6117c144f480d519bc1105df09b10f96e21f844.zip |
update for lumina 0.8.3
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rw-r--r-- | debian/docs | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
5 files changed, 21 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 32ed822d..b9d3b36c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lumina-desktop (0.8.3.347-1nano) unstable; urgency=low + + * new GIT snapshot + - add lumina-xconfig package + - install ROADMAP doc file + + -- Christopher Roy Bratusek <nano@jpberlin.de> Tue, 24 Feb 2015 19:15:07 +0100 + lumina-desktop (0.8.2.282-1nano) unstable; urgency=low * new GIT snapshot diff --git a/debian/control b/debian/control index f26327b8..14bce48d 100644 --- a/debian/control +++ b/debian/control @@ -99,3 +99,11 @@ Replaces: lumina-core (<< 0.8.2) Description: Basic information utility for Lumina lumina-info display various information about the Lumina installation, like paths or version. + +Package: lumina-xconfig +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version}) +Replaces: lumina-core (<< 0.8.2) +Description: Display configuration tool for the lumina desktop environment + lumina-info display various information about the Lumina installation, + like paths or version. diff --git a/debian/copyright b/debian/copyright index d4c686c2..e339f063 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,11 +3,11 @@ Upstream-Name: lumina-desktop Source: https://github.com/pcbsd/lumina Files: * -Copyright: 2012-2014, Ken Moore (moorekou@gmail.com) +Copyright: 2012-2015, Ken Moore (moorekou@gmail.com) License: BSD-3-Clause Files: debian/* -Copyright: 2014 Christopher Roy Bratusek <nano@jpberlin.de> +Copyright: 2014-2015 Christopher Roy Bratusek <nano@jpberlin.de> License: BSD-3-Clause License: BSD-3-Clause diff --git a/debian/docs b/debian/docs index b43bf86b..0674dc87 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ README.md +ROADMAP diff --git a/debian/rules b/debian/rules index 0a1db87c..f86bf5e3 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,8 @@ QMAKE_EXTRA_DIRS = libLumina \ lumina-open \ lumina-screenshot \ lumina-search \ - lumina-info + lumina-info \ + lumina-xconfig %: dh $@ |