4 Maintainer: Martin Mares <mj@ucw.cz>
5 Build-Depends: debhelper (>= 9), dh-systemd, libucw-dev, libucw-json-dev, libgcrypt20-dev, libpam0g-dev, apache2-dev
6 Standards-Version: 3.9.5
7 Homepage: http://mj.ucw.cz/sw/
8 Vcs-Git: git://git.ucw.cz/subauth.git
9 Vcs-Browser: http://www.ucw.cz/gitweb/?p=subauth.git;a=summary
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: Sub-authentication daemon
15 The sub-authentication daemon allows users to define secondary
16 passwords and authentication tokens for specific services.
18 Package: libpam-subauth
20 Depends: ${shlibs:Depends}, ${misc:Depends}
21 Description: PAM module for the sub-authentication daemon
22 This package provides the glue between the sub-authentication
23 service and Linux Pluggable Authentication Modules.
25 Package: libapache2-mod-subauth
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Description: Apache2 module for the sub-authentication daemon
29 This package provides the glue between the sub-authentication
30 service and Apache2 authentication.