aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-04 15:09:56 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-04 15:09:56 +0200
commit74ee30f7ea60054196f1f6068f0f98f163159e9d (patch)
tree0daeac2b2d6b92ee43ba882d97cc708ca1c59788 /debian
parent4b2c5174eed10ba5d342face4975b209badf81b8 (diff)
downloadlibpam-x2go-74ee30f7ea60054196f1f6068f0f98f163159e9d.tar.gz
libpam-x2go-74ee30f7ea60054196f1f6068f0f98f163159e9d.tar.bz2
libpam-x2go-74ee30f7ea60054196f1f6068f0f98f163159e9d.zip
include/pam-x2go.h: Move login prompt strings into public include file, so it can be used by e.g. Arctica Greeter.
Diffstat (limited to 'debian')
-rw-r--r--debian/control13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 0f87210..2bfd1f9 100644
--- a/debian/control
+++ b/debian/control
@@ -29,3 +29,16 @@ 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.