From 8ad83579d01fa02d68aa81fc49dc6abbb458dc04 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 4 May 2018 15:48:07 +0200 Subject: include/pam-freerdp2.h: Exclude PAM prompts via public API so they can be used by e.g. Arctica Greeter. --- debian/control | 11 +++++++++++ debian/libpam-freerdp2-dev.install | 1 + debian/libpam-freerdp2.install | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 debian/libpam-freerdp2-dev.install create mode 100644 debian/libpam-freerdp2.install (limited to 'debian') diff --git a/debian/control b/debian/control index 86457da..a43b051 100644 --- a/debian/control +++ b/debian/control @@ -22,3 +22,14 @@ 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. diff --git a/debian/libpam-freerdp2-dev.install b/debian/libpam-freerdp2-dev.install new file mode 100644 index 0000000..175bba7 --- /dev/null +++ b/debian/libpam-freerdp2-dev.install @@ -0,0 +1 @@ +usr/include/security/ diff --git a/debian/libpam-freerdp2.install b/debian/libpam-freerdp2.install new file mode 100644 index 0000000..46af1b1 --- /dev/null +++ b/debian/libpam-freerdp2.install @@ -0,0 +1,2 @@ +lib/ +usr/lib/ -- cgit v1.2.3