diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-06 10:28:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-06 10:28:32 +0200 |
commit | 254c1b80cda0e79083c3107288dd5a17e156a1ad (patch) | |
tree | 4e1fbd6926fad2bdae9eb011ff611a1ade3d0e67 /debian/control | |
parent | 1a13704532d6118881fa74f30ff76e44d569b507 (diff) | |
download | remote-logon-config-agent-254c1b80cda0e79083c3107288dd5a17e156a1ad.tar.gz remote-logon-config-agent-254c1b80cda0e79083c3107288dd5a17e156a1ad.tar.bz2 remote-logon-config-agent-254c1b80cda0e79083c3107288dd5a17e156a1ad.zip |
debian/*: (Re-)add packaging folder for .deb packages.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..81431de --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: remote-logon-config-agent +Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Section: utils +Priority: extra +Build-Depends: debhelper (>= 9), + python3-all, + python3-pycurl, + python3-setuptools +Standards-Version: 3.9.8 +X-Python3-Version: >= 3.2 +Vcs-Git: git://cgit.arctica-project.org/remote-logon-service.git +Vcs-Browser: https://cgit.arctica-project.org/remote-logon-service.git/ + +Package: remote-logon-config-agent +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3-pycurl, +Description: Retrieve the list of remote desktop servers for a user. + Retrieve the list of remote desktop servers for a user from a master server + like Arctica Server (with Brokerage support) or X2Go Session Broker. |