aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control9
2 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 57a7c9b6..738eb5ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,14 @@
-lumina-desktop (0.6.3.143-1nano) unstable; urgency=low
+lumina-desktop (0.6.3.158-1nano) unstable; urgency=low
* new GIT snapshot
-
- -- Christopher Roy Bratusek <nano@jpberlin.de> Sun, 02 Nov 2014 19:27:11 +0100
+ - added lumina-search package
+
+ -- Christopher Roy Bratusek <nano@jpberlin.de> Fri, 07 Nov 2014 18:31:07 +0100
lumina-desktop (0.6.3.99-1nano) unstable; urgency=low
* new GIT snapshot
-
+
-- Christopher Roy Bratusek <nano@jpberlin.de> Sun, 05 Oct 2014 20:18:23 +0200
lumina-desktop (0.6.2.14-1nano) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d2e82a9b..dd6270a0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: https://github.com/pcbsd/lumina
Package: lumina-desktop
Architecture: all
Depends: libluminautils1, lumina-core, lumina-config, lumina-fm,
- lumina-open, lumina-screenshot
+ lumina-open, lumina-screenshot, lumina-search
Description: Lightweight Qt4-based desktop environment
Metapackage depending on all other lumina packages.
@@ -74,3 +74,10 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version
Description: Screenshot utility for the lumina desktop environment
Simple screenshot utility that allows to snapshot the whole desktop or a single
window after a configurable delay.
+
+Package: lumina-search
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version})
+Description: Search utility for the lumina desktop environment
+ Simple search utility that allows to search for applications or files and
+ directories in the user's HOME directory.
bgstack15