diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-11 23:20:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-11-11 23:20:01 +0100 |
commit | f34109bd521020e8a1fb900177c43796b5f6f3ca (patch) | |
tree | 558d0879ddc9318f7e9c0bb7362fd7f086fa29f0 /debian/control | |
parent | f872e9097ff373a172119bd3f7e9d0ef84b31ce1 (diff) | |
parent | f9a39b44803e6347c72c1edd8ba46f633e99dd57 (diff) | |
download | ayatana-indicator-notifications-f34109bd521020e8a1fb900177c43796b5f6f3ca.tar.gz ayatana-indicator-notifications-f34109bd521020e8a1fb900177c43796b5f6f3ca.tar.bz2 ayatana-indicator-notifications-f34109bd521020e8a1fb900177c43796b5f6f3ca.zip |
Merge branch 'tari01-pr/system-indicator-rewrite'
Attributes GH PR #13: https://github.com/AyatanaIndicators/ayatana-indicator-notifications/pull/13
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/debian/control b/debian/control index f5db253..b35a063 100644 --- a/debian/control +++ b/debian/control @@ -4,17 +4,19 @@ Priority: optional Maintainer: Jason Conti <jason.conti@gmail.com> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -Build-Depends: debhelper (>= 9), - dh-autoreconf | debhelper (>= 9.20160403~), - dh-systemd | debhelper (>= 10.2~), +Build-Depends: cmake, + cmake-extras (>= 0.10), + gcovr, + lcov, + libnotify-dev (>= 0.7.6), + libglib2.0-dev (>= 2.36), + liburl-dispatcher1-dev | hello, +# for packaging + debhelper (>= 9), + dpkg-dev (>= 1.16.1.1), intltool, - libayatana-indicator-dev (>= 0.3.93), - libayatana-indicator3-dev (>= 0.3.93), - libglib2.0-dev (>= 2.29), - libgdk-pixbuf2.0-dev (>= 2.22), - libgtk-3-dev (>= 3.1), - mate-common, - pkg-config, + +# for systemd unit systemd [linux-any], Standards-Version: 4.1.3 Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-notifications @@ -25,7 +27,7 @@ Package: ayatana-indicator-notifications Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libglib2.0-bin, + ayatana-indicator-common, Description: Ayatana Indicator for viewing recent notifications An Ayatana Indicator applet to display recent notifications sent to a notification daemon such as notify-osd. |