diff options
author | Ted Gould <ted@gould.cx> | 2016-07-19 17:43:40 +0200 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2016-07-19 17:43:40 +0200 |
commit | 78839667b97defa8df19c7ad6506abed37f834eb (patch) | |
tree | a187de6fe68671afc869ac2f918ebf9bd4d0476a /debian | |
parent | bd5f4103ff2b4e7451527e5944cf31da9fcc18b2 (diff) | |
download | ayatana-indicator-printers-78839667b97defa8df19c7ad6506abed37f834eb.tar.gz ayatana-indicator-printers-78839667b97defa8df19c7ad6506abed37f834eb.tar.bz2 ayatana-indicator-printers-78839667b97defa8df19c7ad6506abed37f834eb.zip |
Adding a systemd user session unit
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 62a0855..adc07f6 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9), libdbusmenu-gtk3-dev (>= 0.5.90), libindicator3-dev (>= 0.3.91), libcups2-dev, + systemd, Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-printers # If you aren't a member of ~indicator-applet-developers but need to upload @@ -27,6 +28,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, cups (>= 1.5), + indicator-common, Recommends: indicator-applet (>= 0.2) | indicator-renderer, system-config-printer-gnome, Description: indicator showing active print jobs |