]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/debian/control
df8502e3347cd1c40649ff5883b84307a3c5de84
[1ts-debian.git] / zephyr / debian / control
1 Source: zephyr
2 Section: net
3 Priority: optional
4 Maintainer: Karl Ramm <kcr@debian.org>
5 Uploaders: Karl Ramm <kcr@debian.org>, Sam Hartman <hartmans@debian.org>
6 Build-Depends: debhelper (>= 4), libares-dev, libkrb5-dev (>= 1.2.2-4), comerr-dev, ss-dev, libreadline5-dev, libx11-dev, libxt-dev, x-dev, libxaw7-dev | libxaw8-dev, libxmu-dev, libncurses5-dev, bison, libhesiod-dev
7 Standards-Version: 3.7.2.2
8
9 Package: libzephyr3
10 Section: libs
11 Architecture: any
12 Depends: ${shlibs:Depends}
13 Conflicts: libzephyr3-krb
14 Description: The original "Instant Message" system libraries without Kerberos
15  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
16  Zephyr allows users to send messages to other users or to groups of
17  users.  Users can view incoming Zephyr messages as windowgrams
18  (transient X windows) or as text on a terminal.
19
20 Package: libzephyr3-krb
21 Section: libs
22 Architecture: any
23 Depends: ${shlibs:Depends}, krb5-config
24 Conflicts: libzephyr3
25 Provides: libzephyr3
26 Description: The original "Instant Message" system libraries with Kerberos 
27  This version of the library uses Kerberos for message authentication.
28  .
29  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
30  Zephyr allows users to send messages to other users or to groups of
31  users.  Users can view incoming Zephyr messages as windowgrams
32  (transient X windows) or as text on a terminal.
33
34 Package: zephyr-clients
35 Section: net
36 Replaces: zephyr-client
37 Architecture: any
38 Depends: ${shlibs:Depends}, debianutils (>= 1.6), debconf | debconf-2.0
39 Description: The original "Instant Message" system client
40  This package only contains the clients; you'll need a server to talk to.
41  .
42  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
43  Zephyr allows users to send messages to other users or to groups of
44  users.  Users can view incoming Zephyr messages as windowgrams
45  (transient X windows) or as text on a terminal.
46
47 Package: zephyr-server
48 Section: net
49 Architecture: any
50 Depends: ${shlibs:Depends}, debconf | debconf-2.0
51 Conflicts: zephyr-server-krb
52 Description: The original "Instant Message" system-server without Kerberos
53  You probably only need one server for a group of clients.
54  This can be a memory-intensive server, especially for very large sites.
55  .
56  The server maintains a location and subscription database for all the
57  receiving clients. All zephyrgrams are sent to the server to be routed
58  to the intended recipient.
59  .
60  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
61  Zephyr allows users to send messages to other users or to groups of
62  users.  Users can view incoming Zephyr messages as windowgrams
63  (transient X windows) or as text on a terminal.
64
65 Package: zephyr-server-krb
66 Section: net
67 Architecture: any
68 Depends: ${shlibs:Depends}, debconf | debconf-2.0, libzephyr3-krb
69 Conflicts: zephyr-server
70 Description: The original "Instant Message" system-server with Kerberos
71  You probably only need one server for a group of clients.
72  This can be a memory-intensive server, especially for very large sites.
73  .
74  The server maintains a location and subscription database for all the
75  receiving clients. All zephyrgrams are sent to the server to be routed
76  to the intended recipient.
77  .
78  This version of the server uses Kerberos for message authentication.
79  .
80  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
81  Zephyr allows users to send messages to other users or to groups of
82  users.  Users can view incoming Zephyr messages as windowgrams
83  (transient X windows) or as text on a terminal.
84
85 Package: libzephyr-dev
86 Section: libdevel
87 Architecture: any
88 Depends: libzephyr3 (= ${binary:Version}) | libzephyr3-krb (= ${binary:Version}), libc6-dev
89 Description: The original "Instant Message" system development libraries
90  This package is needed to compile certain other zephyr clients. There are
91  various other clients available, including a totally gratuitous Motif client,
92  a Tcl client, several Emacs clients, and a number of X clients.
93  .
94  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
95  Zephyr allows users to send messages to other users or to groups of
96  users.  Users can view incoming Zephyr messages as windowgrams
97  (transient X windows) or as text on a terminal.