diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2017-05-15 14:59:01 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-15 14:59:01 +0200 |
commit | 3afc69bc70ccd16daa1c3af5a76266d8e4300ea4 (patch) | |
tree | a2cf0eb461e884903a7bf1949985ac959079993d /debian/control | |
parent | f223d5a98db5fc1505ffcd04941093856ba0b3fb (diff) | |
download | ayatana-indicator-power-3afc69bc70ccd16daa1c3af5a76266d8e4300ea4.tar.gz ayatana-indicator-power-3afc69bc70ccd16daa1c3af5a76266d8e4300ea4.tar.bz2 ayatana-indicator-power-3afc69bc70ccd16daa1c3af5a76266d8e4300ea4.zip |
Add systemd user session unit file
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 57fbab5..76efe4d 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,8 @@ Build-Depends: cmake, python3-dbusmock, dbus-test-runner, libdbustest1-dev, +# for systemd unit + systemd, Standards-Version: 3.9.8 Homepage: https://github.com/ArcticaProject/ayatana-indicator-power Vcs-Git: git://cgit.arctica-project.org/ayatana/ayatana-indicator-power.git @@ -24,6 +26,7 @@ Package: ayatana-indicator-power Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + indicator-common, upower, Recommends: unity-control-center | gnome-control-center (>= 3.1) | ubuntu-system-settings | switchboard-plug-power | xfce4-power-manager | mate-power-manager, indicator-applet (>= 0.2) | indicator-renderer, |