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