diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-21 22:21:02 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-21 22:26:10 +0200 |
commit | 0b09776cadce07f55456066f76966bf1cde799bc (patch) | |
tree | 3cf65f473349d45d955ffd3ce35d183b6a1b333c /debian/control | |
parent | 73b00933d131d4c7ec528f20a68d85f4ac7b99d8 (diff) | |
download | remote-logon-service-0b09776cadce07f55456066f76966bf1cde799bc.tar.gz remote-logon-service-0b09776cadce07f55456066f76966bf1cde799bc.tar.bz2 remote-logon-service-0b09776cadce07f55456066f76966bf1cde799bc.zip |
debian/*: Adopt various packaging changes from official Debian package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 5ca1024..144f538 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: misc Priority: extra Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: dbus-test-runner, - debhelper (>= 9), + debhelper (>= 10), + dpkg-dev (>= 1.16.1.1), intltool (>= 0.35.0), libdbus-1-dev, libdbustest1-dev, @@ -26,6 +27,11 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, Recommends: remote-logon-config-agent -Description: Service to track the remote servers to use - A small service to take the various sources for the remote - services and bring them into a simple DBus list. +Description: DBus service for tracking available remote logon servers + The 'remote-logon-service' DBus service obtains its data from the Python + script 'remote-logon-config-agent'. The retrieved information is then + handed over to Arctica Greeter. + . + In Arctica Greeter, the logon information is presented to the user for + starting up remote desktop sessions on Arctica, X2Go or RDP / Citrix + servers. |