X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/8fc4c5cd7e7c8590b55bf41e4f984a4952374b4b..b0f66028a9a17a845590a4fe737a4f5e46f6b778:/debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..405bf5d --- /dev/null +++ b/debian/control @@ -0,0 +1,43 @@ +Source: become +Section: admin +Priority: extra +Maintainer: Mark Wooding +Build-Depends: mlib (>= 2.0.2), catacomb (>= 2.0.1) +Standards-Version: 3.1.1 + +Package: become +Architecture: any +Depends: ${shlibs:Depends}, catacomb-bin +Conflicts: become-nonet +Suggests: become-doc +Description: Controlled access to shared accounts + Become is a setuid-root program which allows users to `become' other + users -- typically shared accounts -- under the control of a configuration + file. + . + This is the client-server version. Clients will ask a server for + permission. The network protocol is authenticated using digitial + signatures, so the network needn't be trusted. + +Package: become-nonet +Architecture: any +Depends: ${shlibs:Depends} +Provides: become +Suggests: become-doc +Conflicts: become +Description: Controlled access to shared accounts + Become is a setuid-root program which allows users to `become' other + users -- typically shared accounts -- under the control of a configuration + file. + . + This is the standalone version. The program reads a locally-installed + configuration file to decide which users are authorized. + +Package: become-doc +Architecture: all +Description: Controlled access to shared accounts + Become is a setuid-root program which allows users to `become' other + users -- typically shared accounts -- under the control of a configuration + file. + . + This package contains the HTML and Info documentation for Become. \ No newline at end of file