summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorPaweł Krawczyk <pawel.krawczyk@hush.com>2014-09-18 10:46:34 +0100
committerPaweł Krawczyk <pawel.krawczyk@hush.com>2014-09-18 10:46:34 +0100
commit38f29a2294e0a1e2c3f1096467537020d5d0931e (patch)
tree348ff1800674d15dc70ece13637d3b1a2550ffba /debian/control
parent1ccfc6726e058d351035c07bc45ba65d2c20af8f (diff)
parente96c8e9206bbccc89d2d2e71f01b7ba15febbc94 (diff)
downloadpam_tacplus-38f29a2294e0a1e2c3f1096467537020d5d0931e.tar.gz
pam_tacplus-38f29a2294e0a1e2c3f1096467537020d5d0931e.zip
Merge pull request #13 from gollub/shared_libtac
[RFC] Build and install libtac as shared library
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.