From 37a2c3c52f669231a3d0c29f77e47eb9411b69a6 Mon Sep 17 00:00:00 2001 From: Daniel Gollub Date: Thu, 28 Aug 2014 13:53:18 +0200 Subject: debian: Introduce shahred library packaging libtac --- debian/control | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'debian/control') 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. -- cgit v1.2.3