diff options
author | Matthias Klose <doko@ubuntu.com> | 2013-02-26 10:40:57 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-11-02 20:44:46 +0100 |
commit | b9ad4d789d0ed95cda227e753a7927ad9a4340cc (patch) | |
tree | 56af539e2269a2cce31fb649c492c8dff60d58f3 /debian/control | |
parent | fdc39509763f7d60429b903474916684da6653eb (diff) | |
download | remote-logon-service-b9ad4d789d0ed95cda227e753a7927ad9a4340cc.tar.gz remote-logon-service-b9ad4d789d0ed95cda227e753a7927ad9a4340cc.tar.bz2 remote-logon-service-b9ad4d789d0ed95cda227e753a7927ad9a4340cc.zip |
Imported Debian patch 1.0.0-0ubuntu3debian/1.0.0-0ubuntu3
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4c451bd --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: remote-login-service +Section: misc +Priority: extra +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: dbus-test-runner, + debhelper (>= 9), + intltool (>= 0.35.0), + libdbus-1-dev, + libdbustest1-dev, + libgcrypt11-dev, + libglib2.0-dev (>= 2.29.19), + libjson-glib-dev, + libnm-glib-dev, + libsoup2.4-dev, + python3, +Standards-Version: 3.9.3 +Homepage: http://launchpad.net/remote-login-service/ +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/remote-login-service/trunk + +Package: remote-login-service +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Recommends: thin-client-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. |