]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
tweak the control file, and note the fact
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Tue, 2 Apr 2002 06:06:12 +0000 (06:06 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Tue, 2 Apr 2002 06:06:12 +0000 (06:06 +0000)
git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@111 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

debian/changelog
debian/control

index dec488e8f4b664b35e5be4509d7013a77f67295b..8724f385b4ea585975630e2990427c2b0647868f 100644 (file)
@@ -1,3 +1,10 @@
+zephyr (2.1.20010518.SNAPSHOT-4) unstable; urgency=low
+
+  * moved into main
+  * flesh out extended descriptions in control file, closes: #135513
+
+ -- Karl Ramm <kcr@debian.org>  Tue,  2 Apr 2002 01:05:32 -0500
+
 zephyr (2.1.20010518.SNAPSHOT-3) unstable; urgency=low
 
   * hopefully build non-Kerberos packages successfully, closes: #106610
index 9994fd5e0b3c8e0dd4e4d0bc408d790333ed57f2..741f1d5f6123cd3d45750d6aa25b5728bf0f8d3b 100644 (file)
@@ -1,21 +1,25 @@
 Source: zephyr
-Section: non-us/main
+Section: net
 Priority: optional
 Maintainer: Karl Ramm <kcr@debian.org>
 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
 Standards-Version: 3.1.1
 
 Package: libzephyr3
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Conflicts: libzephyr3-krb
 Description: The original "Instant Message" system libraries without Kerberos
+ This version of the library uses Kerberos for message authentication.
+ .
  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
  Zephyr allows users to send messages to other users or to groups of
  users.  Users can view incoming Zephyr messages as windowgrams
  (transient X windows) or as text on a terminal.
 
 Package: libzephyr3-krb
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, krb4-config
 Conflicts: libzephyr3
@@ -27,39 +31,65 @@ Description: The original "Instant Message" system libraries with Kerberos
  (transient X windows) or as text on a terminal.
 
 Package: zephyr-clients
+Section: net
 Replaces: zephyr-client
 Architecture: any
 Depends: ${shlibs:Depends}, debianutils (>= 1.6), debconf
 Description: The original "Instant Message" system client
+ This package only contains the clients; you'll need a server to talk to.
+ .
  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
  Zephyr allows users to send messages to other users or to groups of
  users.  Users can view incoming Zephyr messages as windowgrams
  (transient X windows) or as text on a terminal.
 
 Package: zephyr-server
+Section: net
 Architecture: any
 Depends: ${shlibs:Depends}, debconf
 Conflicts: zephyr-server-krb
 Description: The original "Instant Message" system-server without Kerberos
+ You probably only need one server for a group of clients.
+ This can be a memory-intensive server, especially for very large sites.
+ .
+ The server maintains a location and subscription database for all the
+ receiving clients. All zephyrgrams are sent to the server to be routed
+ to the intended recipient.
+ .
  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
  Zephyr allows users to send messages to other users or to groups of
  users.  Users can view incoming Zephyr messages as windowgrams
  (transient X windows) or as text on a terminal.
 
 Package: zephyr-server-krb
+Section: net
 Architecture: any
 Depends: ${shlibs:Depends}, debconf, libzephyr3-krb
 Conflicts: zephyr-server
 Description: The original "Instant Message" system-server with Kerberos
+ You probably only need one server for a group of clients.
+ This can be a memory-intensive server, especially for very large sites.
+ .
+ The server maintains a location and subscription database for all the
+ receiving clients. All zephyrgrams are sent to the server to be routed
+ to the intended recipient.
+ .
+ This version of the server uses Kerberos for message authentication.
+ .
  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
  Zephyr allows users to send messages to other users or to groups of
  users.  Users can view incoming Zephyr messages as windowgrams
  (transient X windows) or as text on a terminal.
 
 Package: libzephyr-dev
+Section: devel
 Architecture: any
 Depends: libc6-dev
 Description: The original "Instant Message" system development libraries
+ This package is needed to compile certain other zephyr clients. There are
+ various other clients available, including a totally gratuitous Motif client,
+ a Tcl client, several Emacs clients, and a number of X clients.
+ .
  This is the Project Athena Zephyr notification system 2000/04/21 snapshot.
  Zephyr allows users to send messages to other users or to groups of
  users.  Users can view incoming Zephyr messages as windowgrams