]> mj.ucw.cz Git - subauth.git/blob - debian/control
Debian: Fixed erroneous dependencies
[subauth.git] / debian / control
1 Source: subauth
2 Section: unknown
3 Priority: optional
4 Maintainer: Martin Mares <mj@ucw.cz>
5 Build-Depends: debhelper (>= 9), dh-systemd, libucw-dev (>= 6.5.5), 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
10
11 Package: subauthd
12 Architecture: any
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.
17
18 Package: libpam-subauth
19 Architecture: any
20 Depends: subauthd, ${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.
24
25 Package: libapache2-mod-subauth
26 Architecture: any
27 Depends: subauthd, ${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.