diff options
author | Ken Moore <moorekou@gmail.com> | 2015-02-24 13:33:48 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-02-24 13:33:48 -0500 |
commit | 5bea6ccd52ffc0166a4235f04b1595ac1179989c (patch) | |
tree | d6e8cbc67a1e13abce64146b8aedd3297eb163b6 | |
parent | Subclass the main QFileSystemModel to provide drag and drop support. This sti... (diff) | |
parent | lumina-xconfig.install added (diff) | |
download | lumina-5bea6ccd52ffc0166a4235f04b1595ac1179989c.tar.gz lumina-5bea6ccd52ffc0166a4235f04b1595ac1179989c.tar.bz2 lumina-5bea6ccd52ffc0166a4235f04b1595ac1179989c.zip |
Merge pull request #59 from Nanolx/lumina-debian
Lumina debian
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rw-r--r-- | debian/docs | 1 | ||||
-rw-r--r-- | debian/lumina-xconfig.install | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
6 files changed, 23 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/lumina-xconfig.install b/debian/lumina-xconfig.install new file mode 100644 index 00000000..00d8279a --- /dev/null +++ b/debian/lumina-xconfig.install @@ -0,0 +1,2 @@ +usr/bin/lumina-xconfig +usr/share/Lumina-DE/i18n/lumina-xconfig*.qm 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 $@ |