aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJesse Smith <jsmith@resonatingmedia.com>2015-07-18 12:53:11 -0300
committerJesse Smith <jsmith@resonatingmedia.com>2015-07-18 12:53:11 -0300
commit676baf4bb756e98b5df08b8e7c38d5050eae150a (patch)
treeabacf948fb92f6fdea22125179ef45a4bc3183c5 /debian
parentUpdated dependency and build instructors for Fedora. (diff)
parentFix up a calculation of the new window geometry - add in checks for those str... (diff)
downloadlumina-676baf4bb756e98b5df08b8e7c38d5050eae150a.tar.gz
lumina-676baf4bb756e98b5df08b8e7c38d5050eae150a.tar.bz2
lumina-676baf4bb756e98b5df08b8e7c38d5050eae150a.zip
Merge branch 'master' of https://github.com/pcbsd/lumina
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control6
-rw-r--r--debian/docs1
-rw-r--r--debian/watch2
4 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index bf62959c..02b4029a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lumina-desktop (0.8.5.754-1nano) unstable; urgency=low
+
+ * New git snapshot
+ - update LOS::MemoryUsagePercent() for output format
+ change in latest version of 'top' in Debian
+
+ -- Christopher Roy Bratusek <nano@jpberlin.de> Sat, 11 Jul 2015 16:07:42 +0200
+
lumina-desktop (0.8.5.697-1nano) unstable; urgency=low
* New git snapshot
diff --git a/debian/control b/debian/control
index 3c71f0e9..9e7f026a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, qtmultimedia5-dev,
libx11-dev, libxrender-dev, libxcomposite-dev, libxdamage-dev,
libxcb-icccm4-dev, libxcb-damage0-dev, libxcb-util0-dev,
libqt5x11extras5-dev, qttools5-dev-tools, libxcb-image0-dev,
- libxcb-composite0-dev
-Standards-Version: 3.9.5
+ libxcb-composite0-dev, qtdeclarative5-dev
+Standards-Version: 3.9.6
Homepage: https://github.com/pcbsd/lumina
Package: lumina-desktop
@@ -113,7 +113,7 @@ Description: Desktop file editor for the lumina desktop environment
Package: lumina-data
Architecture: all
-Depends: ${misc:Depends}, libluminautils1, lumina-desktop
+Depends: ${misc:Depends}, libluminautils1
Replaces: lumina-core (<< 0.8.3.372)
Description: Data files for the lumina Desktop environment
This package provides
diff --git a/debian/docs b/debian/docs
index 0674dc87..b43bf86b 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1 @@
README.md
-ROADMAP
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 00000000..a9b2b04c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/pcbsd/lumina/releases/ .*/v(\d[\d\.]+)-Release\.tar\.gz
bgstack15