summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Gollub <dgollub@brocade.com>2014-08-28 13:53:18 +0200
committerDaniel Gollub <dgollub@brocade.com>2014-08-28 14:48:03 +0200
commit37a2c3c52f669231a3d0c29f77e47eb9411b69a6 (patch)
tree3977a599f5f94466930fe0f4f3575c263cfbd3b0 /debian/control
parent7d197c63b9215a136ac03422bdc10db5439c52a0 (diff)
downloadpam_tacplus-37a2c3c52f669231a3d0c29f77e47eb9411b69a6.tar.gz
pam_tacplus-37a2c3c52f669231a3d0c29f77e47eb9411b69a6.zip
debian: Introduce shahred library packaging libtac
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index de703ef..4709f74 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,23 @@ Homepage: https://github.com/jeroennijhof/pam_tacplus
Package: libpam-tacplus
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime, libtac0
Description: PAM module for using TACACS+ as an authentication service
This PAM module support authentication, authorization (account management) and
accounting (session management) performed using TACACS+ protocol designed by
Cisco.
+Package: libtac0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: TACACS+ protocol library
+ This library implemenents the fundamentls of the TACACS+ protocol and supports
+ authentication, authorization (account management) and accounting (session management).
+
+Package: libtac-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libtac0 (= ${binary:Version}), libc6-dev|libc-dev
+Description: Development files for TACACS+ protocol library
+ Contains C header files and development files for libtac, a TACACS+ protocol
+ implementation.