diff options
author | Ted Gould <ted@gould.cx> | 2016-10-21 14:19:39 +0000 |
---|---|---|
committer | Bileto Bot <ci-train-bot@canonical.com> | 2016-10-21 14:19:39 +0000 |
commit | 4f079d2faa6dd24f7ccd0566c4820a835fccce6a (patch) | |
tree | a02fd07a795dfe42b166fd77de83342308169a24 /debian | |
parent | 621bec19950a83a9a5bde75a2db0b130dd03f608 (diff) | |
parent | 8ede639e1d729183f8e6324fe2dd9c2269f22e41 (diff) | |
download | ayatana-indicator-display-4f079d2faa6dd24f7ccd0566c4820a835fccce6a.tar.gz ayatana-indicator-display-4f079d2faa6dd24f7ccd0566c4820a835fccce6a.tar.bz2 ayatana-indicator-display-4f079d2faa6dd24f7ccd0566c4820a835fccce6a.zip |
Adding a systemd user session unit
Approved by: Martin Pitt
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 90e2590..65950a2 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,8 @@ Build-Depends: cmake, # for packaging debhelper (>= 9), dh-translations, +# for systemd unit + systemd, Standards-Version: 3.9.5 Homepage: http://launchpad.net/indicator-display/ X-Ubuntu-Use-Langpack: yes @@ -36,5 +38,6 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140813), + indicator-common, Description: Collection of small indicators Indicators too small to merit separate codebases, such as Rotation Lock |