Fix maintainer address.
[become] / debian / control
CommitLineData
b0f66028 1Source: become
2Section: admin
3Priority: extra
80ebb655 4Maintainer: Mark Wooding <mdw@distorted.org.uk>
ac67be2e 5Build-Depends: mlib (>= 2.0.2), catacomb (>= 2.1.0)
b0f66028 6Standards-Version: 3.1.1
7
8Package: become
9Architecture: any
10Depends: ${shlibs:Depends}, catacomb-bin
11Conflicts: become-nonet
12Suggests: become-doc
13Description: 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
22Package: become-nonet
23Architecture: any
24Depends: ${shlibs:Depends}
25Provides: become
26Suggests: become-doc
27Conflicts: become
28Description: 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
36Package: become-doc
37Architecture: all
38Description: 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.