Update Debianization stuff.
[become] / debian / control
1 Source: become
2 Section: admin
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@nsict.org>
5 Build-Depends: mlib (>= 2.0.2), catacomb (>= 2.1.0)
6 Standards-Version: 3.1.1
7
8 Package: become
9 Architecture: any
10 Depends: ${shlibs:Depends}, catacomb-bin
11 Conflicts: become-nonet
12 Suggests: become-doc
13 Description: Controlled access to shared accounts
14 Become is a setuid-root program which allows users to `become' other
15 users -- typically shared accounts -- under the control of a configuration
16 file.
17 .
18 This is the client-server version. Clients will ask a server for
19 permission. The network protocol is authenticated using digitial
20 signatures, so the network needn't be trusted.
21
22 Package: become-nonet
23 Architecture: any
24 Depends: ${shlibs:Depends}
25 Provides: become
26 Suggests: become-doc
27 Conflicts: become
28 Description: Controlled access to shared accounts
29 Become is a setuid-root program which allows users to `become' other
30 users -- typically shared accounts -- under the control of a configuration
31 file.
32 .
33 This is the standalone version. The program reads a locally-installed
34 configuration file to decide which users are authorized.
35
36 Package: become-doc
37 Architecture: all
38 Description: Controlled access to shared accounts
39 Become is a setuid-root program which allows users to `become' other
40 users -- typically shared accounts -- under the control of a configuration
41 file.
42 .
43 This package contains the HTML and Info documentation for Become.