diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-06 11:54:18 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-06 11:54:18 +0200 |
commit | 1b6f7b20d4bda52a07aaf2835f742c23cf51db30 (patch) | |
tree | 1710e464ccce6b4d58829799703e05391d4b5c7a | |
parent | 2c6c3adc1871735f72eb48bda3fdf600d79b6d0a (diff) | |
download | ayatana-indicator-application-1b6f7b20d4bda52a07aaf2835f742c23cf51db30.tar.gz ayatana-indicator-application-1b6f7b20d4bda52a07aaf2835f742c23cf51db30.tar.bz2 ayatana-indicator-application-1b6f7b20d4bda52a07aaf2835f742c23cf51db30.zip |
debian/control: Modify B-D on systemd: only required on linux-any hosts.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ae7504c..ea5b11c 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +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, + systemd [linux-any], 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 |