aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules11
3 files changed, 31 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index ce333c9..8dbe53f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+ayatana-indicator-application (0.8.91-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-application.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Jan 2022 12:37:14 +0100
+
+ayatana-indicator-application (0.8.90-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-application.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 18 Nov 2021 10:39:20 +0100
+
+ayatana-indicator-application (0.8.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-application.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 17 Aug 2020 22:43:16 +0200
+
ayatana-indicator-application (0.5.3-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-application.
diff --git a/debian/control b/debian/control
index 42fd4b7..4b79566 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,9 @@ Section: gnome
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper (>= 9.0),
- dh-autoreconf | debhelper (>= 9.20160403~),
+ cmake (>= 3.13),
+ cmake-extras,
dh-systemd | debhelper (>= 10.2~),
- dbus-test-runner,
- mate-common,
- xvfb,
libglib2.0-dev (>= 2.35.4),
libgtk-3-dev (>= 2.91),
libdbus-glib-1-dev (>= 0.82),
diff --git a/debian/rules b/debian/rules
index c7aa8a6..a56ecf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,16 @@
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
+DEB_CMAKE_EXTRA_FLAGS = \
+ -DENABLE_TESTS=ON \
+ -DENABLE_COVERAGE=OFF \
+ $(NULL)
+
%:
- dh $@ --with autoreconf,systemd
+ dh $@ --with systemd
-override_dh_autoreconf:
- NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+override_dh_auto_configure:
+ dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS)
override_dh_install:
find debian/ayatana-indicator-application/usr/lib -name *.la -delete