diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 01:17:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 01:17:16 +0100 |
commit | 42b8b279e62e6e2f5a7455e30bb0a211763ee187 (patch) | |
tree | 9d0e09c594f340a7ed9db8cc910a717890ef5f28 /debian/control | |
parent | e92b549c49833e3150d60e8773a6731fc49d1249 (diff) | |
download | libpam-x2go-42b8b279e62e6e2f5a7455e30bb0a211763ee187.tar.gz libpam-x2go-42b8b279e62e6e2f5a7455e30bb0a211763ee187.tar.bz2 libpam-x2go-42b8b279e62e6e2f5a7455e30bb0a211763ee187.zip |
fork libpam-x2go from libpam-freerdp
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
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 <x2go-dev@lists.berlios.de> +Uploaders: + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +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. |