]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/debian/control
956fc0498ac72b4d8c2afbe0f2bdca5b8976d423
[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 | x11proto-core-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: Project Athena's notification service - non-Kerberos libraries
15  Zephyr is derived from the original Project Athena 'Instant Message' system
16  and allows users to send messages to other users or to groups of users.
17  Users can view incoming Zephyr messages as windowgrams (transient X
18  windows) or as text on a terminal.
19  .
20  This package provides the libraries without Kerberos support.
21
22 Package: libzephyr3-krb
23 Section: libs
24 Architecture: any
25 Depends: ${shlibs:Depends}, krb4-config
26 Conflicts: libzephyr3
27 Provides: libzephyr3
28 Description: Project Athena's notification service - libraries with Kerberos
29  Zephyr is derived from the original Project Athena 'Instant Message' system
30  and allows users to send messages to other users or to groups of users.
31  Users can view incoming Zephyr messages as windowgrams (transient X
32  windows) or as text on a terminal.
33  .
34  This package provides libraries that use Kerberos.
35
36 Package: zephyr-clients
37 Section: net
38 Replaces: zephyr-client
39 Architecture: any
40 Depends: ${shlibs:Depends}, debianutils (>= 1.6), debconf | debconf-2.0
41 Description: Project Athena's notification service - client programs
42  Zephyr is derived from the original Project Athena 'Instant Message' system
43  and allows users to send messages to other users or to groups of users.
44  Users can view incoming Zephyr messages as windowgrams (transient X
45  windows) or as text on a terminal.
46  .
47  This package provides client programs for the messaging service.
48
49 Package: zephyr-server
50 Section: net
51 Architecture: any
52 Depends: ${shlibs:Depends}, debconf | debconf-2.0
53 Conflicts: zephyr-server-krb
54 Description: Project Athena's notification service - non-Kerberos server
55  Zephyr is derived from the original Project Athena 'Instant Message' system
56  and allows users to send messages to other users or to groups of users.
57  Users can view incoming Zephyr messages as windowgrams (transient X
58  windows) or as text on a terminal.
59  .
60  This package provides the server for the messaging service, which
61  maintains a location and subscription database for all the receiving
62  clients. All zephyrgrams are sent to the server to be routed to the
63  intended recipient. Only one server is required for a group of clients.
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: Project Athena's notification service - server with Kerberos
71  Zephyr is derived from the original Project Athena 'Instant Message' system
72  and allows users to send messages to other users or to groups of users.
73  Users can view incoming Zephyr messages as windowgrams (transient X
74  windows) or as text on a terminal.
75  .
76  This package provides the server for the messaging service. Only one
77  server is needed for a group of client. The program consumes much memory,
78  especially for very large sites.
79  .
80  The server maintains a location and subscription database for all the
81  receiving clients. All zephyrgrams are sent to the server to be routed
82  to the intended recipient.
83  .
84  This version of the server uses Kerberos.
85
86 Package: libzephyr-dev
87 Section: libdevel
88 Architecture: any
89 Depends: libzephyr3 (= ${binary:Version}) | libzephyr3-krb (= ${binary:Version}), libc6-dev
90 Description: Project Athena's notification service - development files
91  Zephyr is derived from the original Project Athena 'Instant Message' system
92  and allows users to send messages to other users or to groups of users.
93  Users can view incoming Zephyr messages as windowgrams (transient X
94  windows) or as text on a terminal.
95  .
96  This package provides development libraries and files, which are
97  needed to compile alternative Zephyr clients.