From b396c574a0c3373d3b807e5ea629670cf7cc6150 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 8 Nov 2012 22:27:01 +0100 Subject: fork lightdm-remote-session-freerdp as lightdm-remote-session-x2go --- debian/changelog | 7 +++++++ debian/compat | 1 + debian/control | 28 ++++++++++++++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 76 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch (limited to 'debian') 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 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 +Uploaders: + Mike Gabriel +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) +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 + . + 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 -- cgit v1.2.3