diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-07 21:06:51 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-07 21:07:17 +0200 |
commit | 73e22113dcface8c3139a77cd90a5ad5c30136e5 (patch) | |
tree | 0cf4f7644a14e75e052b453ca93be4e249c7bdfb /debian | |
parent | 4bdb13dd2bc7b2327ff0d6b599239051e7a73ecf (diff) | |
download | ayatana-indicator-session-73e22113dcface8c3139a77cd90a5ad5c30136e5.tar.gz ayatana-indicator-session-73e22113dcface8c3139a77cd90a5ad5c30136e5.tar.bz2 ayatana-indicator-session-73e22113dcface8c3139a77cd90a5ad5c30136e5.zip |
debian/control: Modify B-D for systemd: only available/required on [linux-any].
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e30c760..1033634 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: cmake, libglib2.0-dev (>= 2.36), libgtest-dev, python, - systemd, + systemd [linux-any], Standards-Version: 4.0.0 Homepage: https://github.com/ArcticaProject/ayatana-indicator-session Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-session.git |