aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 21b8655e78cff1d26afdf8548094dd2150c3c9c5 (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
Source: libpam-freerdp2
Section: misc
Priority: optional
Maintainer: Artica Project <devs@lists.arctica-project.org>
Uploaders:
 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: cdbs,
               debhelper (>= 9),
               mate-common,
               freerdp2-dev (>= 2~),
               libgtest-dev,
               libpam0g-dev,
               pkg-config,
Standards-Version: 4.1.4
Homepage: http://github.com/ArcticaProject/libpam-freerdp2
Vcs-Git: https://github.com/ArcticaProject/libpam-freerdp2/
Vcs-Browser: https://github.com/ArcticaProject/libpam-freerdp2/

Package: libpam-freerdp2
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         freerdp2-x11,
Description: PAM Module to auth against an RDP server using FreeRDPv2
 Auth and session PAM module that uses FreeRDPv2 to authenticate against
 an RDP server as the remote host and user. Local account required.
 Most useful with the pam-temp-account module.

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