diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-08 22:27:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-08 22:27:01 +0100 |
commit | b396c574a0c3373d3b807e5ea629670cf7cc6150 (patch) | |
tree | 0f8ab1849742824ab24118fd7b7708e29b259baa /debian | |
parent | 6f3eefc484fd60aa21d3b3e8af5c4ab0bf411234 (diff) | |
download | lightdm-remote-session-x2go-b396c574a0c3373d3b807e5ea629670cf7cc6150.tar.gz lightdm-remote-session-x2go-b396c574a0c3373d3b807e5ea629670cf7cc6150.tar.bz2 lightdm-remote-session-x2go-b396c574a0c3373d3b807e5ea629670cf7cc6150.zip |
fork lightdm-remote-session-freerdp as lightdm-remote-session-x2go
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 28 | ||||
-rw-r--r-- | debian/copyright | 29 | ||||
-rw-r--r-- | debian/rules | 8 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 2 |
7 files changed, 76 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..352a76b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,7 @@ +lightdm-remote-session-freerdp (0.1-0~x2go1) UNRELEASED; urgency=low + + * Initial upstream release. Forked from Canonical's + lightdm-remote-session-freerdp. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 08 Nov 2012 22:27:37 +0100 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a5c5eaf --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +ource: lightdm-remote-session-x2go +Section: misc +Priority: extra +Maintainer: X2Go Developers <x2go-dev@lists.berlios.de> +Uploaders: + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Build-Depends: + debhelper (>= 9), + dh-apparmor, +Standards-Version: 3.9.3 +Homepage: http://wiki.x2go.org +Vcs-Git: git://code.x2go.org/lightdm-remote-session-x2go +Vcs-Browser: http://code.x2go.org/gitweb?p=lightdm-remote-session-x2go.git;a=summary + +Package: lightdm-remote-session-x2go +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + zenity, + pyhoca-cli, + libpam-x2go, + lightdm (>= 1.3.3-0~) +Suggests: + apparmor, +Description: Log into X2Go sessions via LightDM + The configuration files needed and scripts required to login + to a full screen X2Go session using LightDM and PyHoca / Python X2Go.
\ No newline at end of file diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8ff5501 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lightdm-remote-session-x2go +Source: http://launchpad.net/lightdm-remote-session-x2go + +Files: * +Copyright: 2012, Canonical Ltd. +License: GPL-3 + +Files: debian/* +Copyright: + 2012, Canonical Ltd. + 2012, Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de> +License: GPL-3 + +License: GPL-3 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 3 of the License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..18a6333 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_installdeb: + dh_apparmor --profile-name=lightdm-remote-session-x2go -plightdm-remote-session-x2go + dh_installdeb diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..9f67427 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)
\ No newline at end of file diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b4cc38d --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/lightdm-remote-session-freerdp/+download .*/lightdm-remote-session-freerdp-(.+)\.tar\.gz |