diff options
author | Ted Gould <ted@ubuntu.com> | 2017-05-15 12:20:44 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-15 12:20:44 +0200 |
commit | a0993948b82c63a0c2687fde303c5993545bb693 (patch) | |
tree | a0d601864aafad420a878fc9281dba89ac886528 /debian/control | |
parent | 9afe090a17da59e60706a13ddafd3e8ef2f97869 (diff) | |
download | ayatana-indicator-application-a0993948b82c63a0c2687fde303c5993545bb693.tar.gz ayatana-indicator-application-a0993948b82c63a0c2687fde303c5993545bb693.tar.bz2 ayatana-indicator-application-a0993948b82c63a0c2687fde303c5993545bb693.zip |
Adding a systemd user unit.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 36ae417..ae7504c 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9.0), libayatana-indicator3-dev (>= 0.6.0~), libdbusmenu-glib-dev (>= 0.5.90), libdbusmenu-gtk3-dev (>= 0.5.90), + systemd, Standards-Version: 3.9.6 Homepage: https://github.com/ArcticaProject/ayatana-indicator-application Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-application.git @@ -25,5 +26,6 @@ Package: ayatana-indicator-application Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + ayatana-indicator-common, Description: Ayatana Application Indicators An indicator to take menus from applications and place them in the panel. |