aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 2bfd1f9403b3154fb314ab9389f3420044da349e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: libpam-x2go
Section: misc
Priority: optional
Maintainer: Artica Project <devs@lists.arctica-project.org>
Uploaders:
 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends:
 debhelper (>= 9),
 dpkg-dev (>= 1.16.1.1~),
 libgtest-dev,
 libpam0g-dev,
 libssh-dev,
 pkg-config,
 cdbs (>= 0.4.93~),
 dh-autoreconf,
Standards-Version: 4.1.1
Homepage: http://github.com/ArcticaProject/libpam-x2go
Vcs-Git: https://github.com/ArcticaProject/libpam-x2go/
Vcs-Browser: https://github.com/ArcticaProject/libpam-x2go/

Package: libpam-x2go
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Suggests:
 pyhoca-cli,
Description: PAM Module to auth against an X2Go server using PyHoca
 Auth and session PAM module that uses SSH to authenticate against
 an X2Go server as the remote host and user. Local account required.
 Most useful with the pam-temp-account module.

Package: libpam-x2go-dev
Section: libdevel
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: PAM Module to auth against an X2Go server using PyHoca (development files)
 Auth and session PAM module that uses SSH to authenticate against
 an X2Go server as the remote host and user. Local account required.
 Most useful with the pam-temp-account module.
 .
 This package contains the pam_x2go.so header files.