From 42b8b279e62e6e2f5a7455e30bb0a211763ee187 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 9 Nov 2012 01:17:16 +0100 Subject: fork libpam-x2go from libpam-freerdp --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 30 ++++++++++++++++++++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 73 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 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..b9e0630 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libpam-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low + + * Initial upstream release. Forked from libpam-freerdp. + + -- Mike Gabriel Fri, 09 Nov 2012 01:10:25 +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..d3fe23c --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libpam-x2go +Section: misc +Priority: extra +Maintainer: X2Go Developers +Uploaders: + Mike Gabriel +Build-Depends: + debhelper (>= 9), + libgtest-dev, + libpam0g-dev, + pkg-config, +Standards-Version: 3.9.3 +Homepage: http://wiki.x2go.org +Vcs-Git: git://code.x2go.org/libpam-x2go.git + +Package: libpam-x2go +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + pyhoca-cli, +Description: PAM Module to auth against an X2Go server using PyHoca + Auth and session PAM module that uses PyHoca to authenticate against + an X2Go server as the remote host and user. Local account required. + Most useful with the pam-temp-account module. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..874cd91 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libpam-x2go +Source: http://code.x2go.org/gitweb?p=libpam-x2go.git;a=summary + +Files: * +Copyright: + 2012, Mike Gabriel (X2Go Project) + 2012, Canonical Ltd. +License: GPL-3 + +Files: debian/* +Copyright: + 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 100755 index 0000000..a438aed --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_install: + dh_install + find debian/libpam-x2go -name '*.a' -delete + find debian/libpam-x2go -name '*.la' -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..63615b4 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/libpam-freerdp/+download .*/libpam-freerdp-(.+)\.tar\.gz -- cgit v1.2.3