Debianization.
[become] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..405bf5d
--- /dev/null
@@ -0,0 +1,43 @@
+Source: become
+Section: admin
+Priority: extra
+Maintainer: Mark Wooding <mdw@nsict.org>
+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