aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
-rw-r--r--debian/docs1
-rw-r--r--debian/watch2
3 files changed, 5 insertions, 4 deletions
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