]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/debian/control
need automake as a build-dep, even though we don't use most of it
[1ts-debian.git] / zephyr / debian / control
1 Source: zephyr
2 Section: net
3 Priority: optional
4 Maintainer: Karl Ramm <kcr@debian.org>
5 Uploaders: Sam Hartman <hartmans@debian.org>
6 Build-Depends: debhelper (>= 7), libc-ares-dev, libkrb5-dev (>= 1.2.2-4),
7                comerr-dev, ss-dev, libreadline-dev | libreadline5-dev,
8                libx11-dev, libxt-dev, x11proto-core-dev, libncurses5-dev,
9                bison, libhesiod-dev, autotools-dev, libtool, autoconf,
10                lsb-release, automake
11 Build-Conflicts: autoconf2.13, automake1.4
12 Standards-Version: 3.9.2
13 Vcs-Svn: svn://svn.1ts.org/debian/branches/zephyr-reloaded/zephyr
14
15 Package: libzephyr4
16 Section: libs
17 Architecture: any
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Conflicts: libzephyr4-krb, libzephyr4-krb5, libzephyr4-krb45
20 Description: Project Athena's notification service - non-Kerberos libraries
21  Zephyr is derived from the original Project Athena 'Instant Message' system
22  and allows users to send messages to other users or to groups of users.
23  Users can view incoming Zephyr messages as windowgrams (transient X
24  windows) or as text on a terminal.
25  .
26  This package provides the libraries without Kerberos support.
27
28 Package: libzephyr4-krb5
29 Section: libs
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}, krb5-config
32 Conflicts: libzephyr4, libzephyr4-krb, libzephyr4-krb45
33 Replaces: libzephyr4, libzephyr4-krb, libzephyr4-krb45
34 Provides: libzephyr4
35 Description: The original "Instant Message" system libraries with Kerberos V
36  This version of the library uses Kerberos V for message authentication.
37  .
38  This is the Project Athena Zephyr notification system.
39  Zephyr allows users to send messages to other users or to groups of
40  users.  Users can view incoming Zephyr messages as windowgrams
41  (transient X windows) or as text on a terminal.
42
43 Package: libzephyr4-krb45
44 Section: libs
45 Architecture: any
46 Depends: ${shlibs:Depends}, ${misc:Depends}, krb5-config
47 Conflicts: libzephyr4, libzephyr4-krb, libzephyr4-krb5
48 Replaces: libzephyr4, libzephyr4-krb, libzephyr4-krb5
49 Provides: libzephyr4
50 Description: The original "Instant Message" system libraries with Kerberos 4+5
51  This version of the library uses Kerberos V for message authentication, but
52  retains some Kerberos 4 support routines used by the server that accept both.
53  .
54  This is the Project Athena Zephyr notification system.
55  Zephyr allows users to send messages to other users or to groups of
56  users.  Users can view incoming Zephyr messages as windowgrams
57  (transient X windows) or as text on a terminal.
58
59 Package: zephyr-clients
60 Replaces: zephyr-client
61 Architecture: any
62 Depends: ${shlibs:Depends}, ${misc:Depends}, debianutils (>= 1.6), debconf | debconf-2.0
63 Description: Project Athena's notification service - client programs
64  Zephyr is derived from the original Project Athena 'Instant Message' system
65  and allows users to send messages to other users or to groups of users.
66  Users can view incoming Zephyr messages as windowgrams (transient X
67  windows) or as text on a terminal.
68  .
69  This package provides client programs for the messaging service.
70
71 Package: zephyr-server
72 Architecture: any
73 Depends: ${shlibs:Depends}, ${misc:Depends}, debconf | debconf-2.0
74 Conflicts: zephyr-server-krb, zephyr-server-krb5, zephyr-server-krb45
75 Description: Project Athena's notification service - non-Kerberos server
76  Zephyr is derived from the original Project Athena 'Instant Message' system
77  and allows users to send messages to other users or to groups of users.
78  Users can view incoming Zephyr messages as windowgrams (transient X
79  windows) or as text on a terminal.
80  .
81  This package provides the server for the messaging service, which
82  maintains a location and subscription database for all the receiving
83  clients. All zephyrgrams are sent to the server to be routed to the
84  intended recipient. Only one server is required for a group of clients.
85
86 Package: zephyr-server-krb5
87 Architecture: any
88 Depends: ${shlibs:Depends}, ${misc:Depends}, debconf | debconf-2.0, libzephyr4-krb5
89 Conflicts: zephyr-server, zephyr-server-krb, zephyr-server-krb45
90 Replaces: zephyr-server, zephyr-server-krb, zephyr-server-krb45
91 Provides: zephyr-server
92 Description: The original "Instant Message" system-server with Kerberos 5
93  You probably only need one server for a group of clients.
94  This can be a memory-intensive server, especially for very large sites.
95  .
96  The server maintains a location and subscription database for all the
97  receiving clients. All zephyrgrams are sent to the server to be routed
98  to the intended recipient.
99  .
100  This version of the server uses Kerberos V for message authentication.
101  .
102  This is the Project Athena Zephyr notification system.
103  Zephyr allows users to send messages to other users or to groups of
104  users.  Users can view incoming Zephyr messages as windowgrams
105  (transient X windows) or as text on a terminal.
106
107 Package: zephyr-server-krb45
108 Architecture: any
109 Depends: ${shlibs:Depends}, ${misc:Depends}, debconf | debconf-2.0, libzephyr4-krb45
110 Conflicts: zephyr-server, zephyr-server-krb, zephyr-server-krb5
111 Replaces: zephyr-server, zephyr-server-krb, zephyr-server-krb5
112 Provides: zephyr-server
113 Description: The original "Instant Message" system-server with Kerberos 4+5
114  You probably only need one server for a group of clients.
115  This can be a memory-intensive server, especially for very large sites.
116  .
117  The server maintains a location and subscription database for all the
118  receiving clients. All zephyrgrams are sent to the server to be routed
119  to the intended recipient.
120  .
121  This version of the server uses Kerberos 4 and Kerberos V for message
122  authentication.
123  .
124  This is the Project Athena Zephyr notification system.
125  Zephyr allows users to send messages to other users or to groups of
126  users.  Users can view incoming Zephyr messages as windowgrams
127  (transient X windows) or as text on a terminal.
128
129 Package: libzephyr-dev
130 Section: libdevel
131 Architecture: any
132 Depends: libzephyr4 (= ${binary:Version}) | libzephyr4-krb (= ${binary:Version}) | libzephyr4-krb5 (= ${binary:Version}) | libzephyr4-krb45 (= ${binary:Version}), ${misc:Depends}, libc6-dev
133 Description: Project Athena's notification service - development files
134  Zephyr is derived from the original Project Athena 'Instant Message' system
135  and allows users to send messages to other users or to groups of users.
136  Users can view incoming Zephyr messages as windowgrams (transient X
137  windows) or as text on a terminal.
138  .
139  This package provides development libraries and files, which are
140  needed to compile alternative Zephyr clients.