aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: acdd9961aad75b583288d1530ea0763e69cd9fc7 (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
Source: libpam-freerdp
Section: admin
Priority: optional
Maintainer: Artica Project <devs@lists.arctica-project.org>
Uploaders:
 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper-compat (= 12),
               dpkg-dev (>= 1.16.1.1~),
               mate-common,
               freerdp3-dev (>= 3~) | freerdp2-dev (>= 2~),
               libgtest-dev,
               libpam0g-dev,
               pkg-config,
Standards-Version: 4.7.0
Homepage: https://github.com/ArcticaProject/libpam-freerdp
Vcs-Git: https://github.com/ArcticaProject/libpam-freerdp/
Vcs-Browser: https://github.com/ArcticaProject/libpam-freerdp/

Package: libpam-freerdp
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         freerdp3-x11 | freerdp2-x11,
Description: PAM Module to auth against an RDP server using FreeRDP
 Auth and session PAM module that uses FreeRDP to authenticate against
 an RDP server as the remote host and user. Local account required.
 .
 This PAM module is intended for facilitating Remote Logon into RDP
 servers using LightDM's Arctica Greeter.

Package: libpam-freerdp-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Description: PAM Module to auth against an RDP server using FreeRDP (development files)
 Auth and session PAM module that uses FreeRDP to authenticate against
 an RDP server as the remote host and user. Local account required.
 .
 This PAM module is intended for facilitating Remote Logon into RDP
 servers using LightDM's Arctica Greeter.
 .
 This package contains the pam_freerdp.so header files.