aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog28
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
3 files changed, 29 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 440b874..738faa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+ayatana-indicator-notifications (23.10.1-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-notifications.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 10 Apr 2024 21:41:53 +0200
+
+ayatana-indicator-notifications (23.10.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-notifications.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 13 Oct 2023 08:17:56 +0200
+
+ayatana-indicator-notifications (22.9.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-notifications.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 14 Sep 2022 14:23:44 +0200
+
+ayatana-indicator-notifications (22.2.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-notifications.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 17 Feb 2022 22:18:59 +0100
+
ayatana-indicator-notifications (0.9.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-notifications.
diff --git a/debian/control b/debian/control
index 030735c..97e2b20 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cmake,
cmake-extras (>= 0.10),
gcovr,
lcov,
+ libayatana-common-dev (>= 0.9.3),
libnotify-dev (>= 0.7.6),
libglib2.0-dev (>= 2.36),
# for packaging
diff --git a/debian/rules b/debian/rules
index f2e11b1..ad8bba5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
DEB_CMAKE_EXTRA_FLAGS = \
- -DENABLE_TESTS=ON \
- -DENABLE_COVERAGE=OFF \
$(NULL)
%: