Package: mbr
Installed-Size: 16
Maintainer: Santiago Vila <sanvila@ctv.es>
Architecture: i386
Version: 1.0.0-6
Size: 4898
Description: Master Boot Record for IBM-PC compatible computers.
 This is used in booting Linux from the hard disk.
 The MBR runs first, then transfers control to LILO, which transfers
 control to the Linux kernel.

Package: ncurses-base
Essential: yes
Installed-Size: 53
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: all
Source: ncurses
Version: 1.9.9g-8.8
Replaces: ncurses-term
Provides: ncurses-runtime
Conflicts: ncurses, ncurses-runtime
Size: 6702
Description: Video terminal manipulation - Minimum terminal emulations
 This package contains what should be a reasonable subset of terminal
 definitions, including: ansi, dumb, linux, sun, vt100, vt102, vt220,
 vt52, and xterm.

Package: procps
Installed-Size: 199
Maintainer: Craig Small <csmall@debian.org>
Architecture: i386
Version: 1:1.2.7-1
Replaces: watch
Provides: watch
Depends: libc6, ncurses3.4
Recommends: psmisc
Conflicts: watch, libproc-dev (<< 1:1.2.6-2), w-bassman (<< 1.0-2)
Size: 91464
Description: The /proc file system utilities.
 These are utilities to browse the /proc filesystem, which is not a real file
 system but a way for the kernel to provide information about the status of
 entries in its process table. (e.g. running, stopped or "zombie")
 Both command line and full screen utilities are provided. Ncurses is needed
 for the full screen utilities.

Package: adduser
Priority: required
Section: base
Installed-Size: 44
Maintainer: Guy Maor <maor@debian.org>
Architecture: all
Version: 3.8
Depends: perl-base, passwd (>= 961025)
Size: 13554
Description: Add users and groups to the system.
 Adduser can create new users and groups and add existing users to
 existing groups.
 .
 Adding users with adduser is much easier than adding them by hand.
 Adduser will choose appropriate UID and GID values, create a home
 directory, copy skeletal user configuration, allow you to set an
 initial password and gecos, and optionally run a custom script.

Package: setserial
Installed-Size: 51
Maintainer: Gordon Russell <g.russell@dcs.napier.ac.uk>
Architecture: i386
Version: 2.12-6
Depends: libc6
Size: 18940
Description: Controls configuration of serial ports.
 Set and/or report the configuration information
 associated with a serial port. This information includes what I/O
 port and which IRQ a particular serial port is using.
 .
 By default, only COM1-4 are configured by the kernel, using IRQ 3 and 4.
 If you have other serial ports (such as an AST Fourport card), or
 if you have mapped the IRQs differently (perhaps COM3 and 4 to other
 IRQs to allow concurrent access with COM1 and 2) then you must have this
 package.

Package: lilo
Installed-Size: 212
Maintainer: Bernd Eckenfels <ecki@debian.org>
Architecture: i386
Version: 20-0.1
Depends: libc6, mbr
Size: 153256
Description: LInux LOader - Loads Linux from the hard disk without a floppy.
 This program will set up your hard disk to boot Linux.

Package: textutils
Essential: yes
Installed-Size: 906
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: i386
Version: 1.22-2.4
Pre-Depends: libc6
Size: 304972
Description: The GNU text file processing utilities.
 The utilities: cat cksum comm csplit cut expand fmt fold head join
 nl od paste pr sort split sum tac tail tr unexpand uniq wc.

Package: data-dumper
Installed-Size: 66
Maintainer: Michael Alan Dorman <mdorman@debian.org>
Architecture: all
Version: 2.07-1.1
Size: 14248
Description: Store and retrieve perl data structures
 You may find this module useful if you:
 .
   * are writing an application that must display perl data
     structures.
 .
   * want to store some data structures to disk, in either a
     compact or perl readable format (Dumper outputs pure perl,
     so you don't have to invent your own portable data format, or
     parse it;  simply "do FILE" or read the data back in with
     perl and eval() it).  See the MLDBM module for an example of
     one such use.
 .
   * want a simple, yet powerful, persistence engine that can be
     quickly integrated into your application, and is a breeze to
     debug.
 .
   * want a facility to make copies of data, or quickly find
     differences between data structures.

Package: ppp
Installed-Size: 311
Maintainer: Philip Hands <phil@hands.com>
Architecture: i386
Version: 2.3.5-2
Depends: libc6, netbase
Suggests: ppp-pam
Size: 157858
Description: Point-to-Point Protocol (PPP) daemon.
 The Point-to-Point Protocol (PPP) provides a standard way to
 transmit datagrams over a serial link, as well as a standard
 way for the machines at either end of the link (the "peers")
 to negotiate various optional characteristics of the link.  Using
 PPP, a serial link can be used to transmit Internet Protocol (IP)
 datagrams, allowing TCP/IP connections between the peers.

Package: bsdutils
Essential: yes
Priority: required
Section: base
Installed-Size: 63
Maintainer: Austin Donnelly <and1000@debian.org>
Architecture: i386
Version: 4.2.0.1
Depends: sysvinit (>= 2.59-2), shellutils (>= 1.15-3)
Pre-Depends: libc6
Recommends: bsdmainutils
Size: 26600
Description: Basic utilities from 4.4BSD-Lite.
 This package contains the bare minimum number of BSD utilities needed
 to boot a Debian system.  You should probably also install
 bsdmainutils to get the remaining standard BSD utilities.
 .
 Included are: kill, logger, renice, script, wall

Package: libnet-perl
Installed-Size: 305
Maintainer: Michael Alan Dorman <mdorman@debian.org>
Architecture: all
Version: 1.0502-1.1
Replaces: libnet
Provides: libnet
Depends: data-dumper
Conflicts: libnet
Size: 65960
Description: Implementation of Internet protocols for Perl
 libnet contains Perl implementations of the following protocols:
 Net::FTP (RFC959), Net::SMTP (RFC821), Net::Telnet (RFC854),
 Net::Time (RFC867 & RFC868), Net::NNTP (RFC977), Net::POP3 (RFC1939),
 Net::SNPP (RFC1861)
 It also contains various utility functions for implementing new
 protocols.

Package: sed
Essential: yes
Installed-Size: 46
Maintainer: Wichert Akkerman <wakkerma@debian.org>
Architecture: i386
Version: 2.05-22
Pre-Depends: libc6
Size: 26828
Description: The GNU sed stream editor.
 sed reads the specified files or the standard input if no
 files are specified, makes editing changes according to a
 list of commands, and writes the results to the standard
 output.

Package: passwd
Priority: required
Section: base
Installed-Size: 609
Maintainer: Guy Maor <maor@debian.org>
Architecture: i386
Source: shadow
Version: 980403-0.3
Replaces: manpages (<= 1.15-2)
Depends: libc6, login (>= 970502-1)
Conflicts: shadow-passwd
Size: 215026
Description: Change and administer password and group data.
 This package includes passwd, chsh, chfn, and many other programs to
 maintain password and group data.
 .
 Shadow passwords are supported.  See /usr/doc/passwd/README.Debian

Package: base-passwd
Essential: yes
Installed-Size: 31
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: i386
Version: 2.0.3.3
Replaces: base
Depends: libc6
Size: 10818
Description: Debian Base System Password/Group Files
 This package provides the master /etc/passwd and /etc/group files,
 containing Debian-allocated user and group IDs, plus the update-passwd
 utility to keep them up to date.

Package: ncurses3.4
Installed-Size: 326
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: i386
Source: ncurses
Version: 1.9.9g-8.8
Depends: libc6
Conflicts: ncurses
Size: 124368
Description: Video terminal manipulation - shared libraries
 This package contains the shared libraries necessary to run programs
 compiled with the ncurses libraries.

Package: update
Essential: yes
Installed-Size: 16
Maintainer: Guy Maor <maor@debian.org>
Architecture: i386
Version: 1.3-2
Replaces: bdflush, miscutils
Pre-Depends: libc6
Conflicts: bdflush
Size: 4936
Description: daemon to periodically flush filesystem buffers.
 The update daemon flushes the filesystem buffers at regular intervals.
 This version does not spawn a bdflush daemon, as this is now done by
 the kernel (kflushd).

Package: util-linux
Essential: yes
Installed-Size: 477
Maintainer: Guy Maor <maor@debian.org>
Architecture: i386
Version: 2.7.1-3
Replaces: miscutils, setterm, getty
Pre-Depends: libc6, ncurses3.4, slang0.99.38
Conflicts: setterm, getty
Size: 225742
Description: Miscellaneous system utilities.
 A mixed bag of system utilities: arch chkdupexe cfdisk cytune dmesg
 fdisk fsck.minix getty getopt hostid hwclock ipcrm ipcs kbdrate
 mcookie mkfs mkfs.minix mkswap more namei rdev setterm setsid tunelp
 whereis.

Package: fdflush
Installed-Size: 16
Maintainer: Wichert Akkerman <wakkerma@debian.org>
Architecture: i386
Version: 1.0.0-12
Depends: libc6
Size: 4762
Description: A disk-flushing program.
 fdflush is a band-aid for floppy (or other) drivers with bad disk-change
 sensing. fdflush makes the system believe the disk-change switch has been
 triggered forcing the system to discard the buffered data.
 .
 If you have one of these slightly-broken disk drives, you'll have to run
 fdflush every time you change a disk

Package: libc6
Priority: required
Section: base
Installed-Size: 1505
Maintainer: Dale Scheetz <dwarf@polaris.net>
Architecture: i386
Source: glibc
Version: 2.0.7t-1
Pre-Depends: ldso (>= 1.8.10-1)
Conflicts: libc5 (<< 5.4.33-7), libpthread0 (<< 0.7-10)
Size: 580872
Description: The GNU C library version 2 (run-time files).
 Includes shared libraries needed to run programs.

Package: pcmcia-cs
Installed-Size: 252
Maintainer: Brian Mays <brian@debian.org>
Architecture: i386
Version: 3.0.0-9
Depends: libc6, modules
Suggests: pcmcia-modules, libforms0.88, xlib6g (>= 3.3-5)
Size: 117222
Description: PCMCIA Card Services for Linux.
 PCMCIA cards are commonly used in laptops to provide expanded
 capabilities, such as modems, increased memory, etc.  Some desktop PCs
 can accept PCMCIA cards as well, although this is rare.
 .
 Card Services for Linux is a complete PCMCIA support package.  It
 includes a set of client drivers for specific cards, and a card
 manager daemon that can respond to card insertion and removal events,
 loading and unloading drivers on demand.  It supports ``hot swapping''
 of PCMCIA cards, so cards can be inserted and ejected at any time.
 .
 The actual kernel modules required for this package are contained in
 the pcmcia-modules-<kernel version> package, where <kernel version> is
 the version of the kernel for which the modules have been compiled.

Package: ncurses-bin
Essential: yes
Installed-Size: 163
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: i386
Source: ncurses
Version: 1.9.9g-8.8
Provides: tput
Depends: libc6, ncurses3.4 (>= 1.9.9g-8.1)
Conflicts: ncurses, tput
Size: 60982
Description: Video terminal manipulation - associated programs and man pages
 This package contains the programs used for manipulating the terminfo
 database and individual terminfo entries, as well as some programs for
 resetting terminals and such.

Package: makedev
Installed-Size: 85
Maintainer: Bdale Garbee <bdale@gag.com>
Architecture: i386
Version: 1.6-32
Replaces: base-files
Depends: libc6
Size: 35020
Description: Creates special device files in /dev.
 The MAKEDEV executable is used to populate the /dev directory with device
 files.

Package: tar
Essential: yes
Installed-Size: 529
Maintainer: Bdale Garbee <bdale@gag.com>
Architecture: i386
Version: 1.12-6
Pre-Depends: libc6
Size: 245904
Description: GNU tar
 Tar is a program for packaging a set of files as a single archive in tar
 format.  The function it performs is conceptually similar to cpio, and to
 things like pkzip in the DOS world.  It is heavily used by the Debian package
 management system, and is useful for performing system backups and exchanging
 sets of files with others.

Package: ldso
Essential: yes
Installed-Size: 368
Maintainer: David Engel <david@debian.org>
Architecture: i386
Source: ld.so
Version: 1.9.9-1
Provides: libdl1
Size: 181344
Description: The Linux dynamic linker, library and utilities.
 The dynamic linker provides the user-level support for loading and
 linking DLL and ELF shared libraries.  It is required by any program
 that uses shared libraries, which is just about all of them.
 .
 WARNING: Do NOT downgrade this package to version 1.8.x or earlier.
 Doing so may leave your system in an unusable state.

Package: modconf
Installed-Size: 49
Maintainer: Enrique Zanardi <ezanardi@molec1.dfis.ull.es>
Architecture: all
Version: 0.2.17
Depends: whiptail
Size: 19684
Description: Device Driver Configuration
 Modconf provides a GUI for installing and configuring device driver modules.

Package: pppconfig
Installed-Size: 44
Maintainer: John Hasler <jhasler@debian.org>
Architecture: all
Version: 1.1
Depends: ppp (>= 2.3), whiptail, debianutils (>= 1.6)
Size: 13654
Description: pppconfig is a text based utility for configuring ppp.
 It uses menus and provides extensive explanations at each step.
 pppconfig supports PAP, CHAP, and chat methods of authentication.
 It uses the standard ppp configuration files. It sets ppp up so
 that the standard pon and poff commands can be used to control
 ppp. It allows you to have multiple isp's and give each a unique name
 so that you can dial a particular one with 'pon <name>'.

Package: gzip
Essential: yes
Installed-Size: 119
Maintainer: Bdale Garbee <bdale@gag.com>
Architecture: i386
Version: 1.2.4-27
Depends: debianutils (>= 1.6)
Pre-Depends: libc6
Size: 61308
Description: The GNU compression utility.
 This is the standard GNU file compression utility, which is also the default
 compression tool for Debian.  It typically operates on files with names
 ending in '.gz'.
 .
 This package can also decompress '.Z' files created with 'compress'.

Package: syslinux
Installed-Size: 61
Maintainer: Juan Cespedes <cespedes@debian.org>
Architecture: i386
Version: 1.40-2.1
Depends: libc6
Suggests: lilo (>= 20)
Size: 37500
Description: Bootloader for Linux/i386 using MS-DOS floppies
 SYSLINUX is a boot loader for the Linux/i386 operating system which operates
 off MS-DOS floppies.  It is intended to simplify first-time installation
 of Linux.  It is *not* intended to be used as a general purpose boot
 loader.

Package: kbd
Installed-Size: 1252
Maintainer: Yann Dirson <dirson@debian.org>
Architecture: i386
Version: 0.95-16
Provides: console-utilities
Depends: dpkg (>= 1.4.0.21), sysvinit (>= 2.74), libc6
Suggests: open
Conflicts: console-utilities
Size: 468406
Description: Linux console font and keytable utilities.
 This package allows you to set up the Linux console, change the font,
 resize text mode virtual consoles and remap the keyboard.

Package: dpkg
Essential: yes
Installed-Size: 874
Maintainer: Klee Dienes and Ian Jackson <dpkg-maint@chiark.greenend.org.uk>
Architecture: i386
Version: 1.4.0.23.2
Pre-Depends: libc6, libstdc++2.8 (>= 2.90.26-1), ncurses3.4
Size: 341616
Description: Package maintenance system for Debian Linux
 This package contains the programs which handle the installation and
 removal of packages on your system.
 .
 The primary interface for the dpkg suite is the `dselect' program;
 a more low-level and less user-friendly interface is available in
 the form of the `dpkg' command.
 .
 In order to unpack and build Debian source packages you will need to
 install the developers' package `dpkg-dev' as well as this one.

Package: base-files
Essential: yes
Installed-Size: 118
Maintainer: Santiago Vila <sanvila@ctv.es>
Architecture: all
Version: 2.0
Replaces: base, miscutils
Provides: base
Depends: awk
Size: 20560
Description: Debian Base System Miscellaneous Files
 This package contains the Debian Base System Miscellaneous Files, such as
 /etc/debian_version, /etc/issue, /usr/doc/copyright/*, etc.

Package: dpkg-ftp
Installed-Size: 52
Maintainer: Klee Dienes <klee@debian.org>
Architecture: all
Version: 1.4.9.6
Depends: dpkg (>= 1.2.0), libnet-perl
Size: 13544
Description: Ftp method for dselect.
 This package provides another method to dselect that uses
 the ftp protocol to fetch the desired packages from a debian
 ftp site.  To access it select 'ftp' from the Access menu in
 dselect.

Package: findutils
Essential: yes
Installed-Size: 195
Maintainer: Kevin Dalley <kevind@rahul.net>
Architecture: i386
Version: 4.1-28
Pre-Depends: libc6
Size: 107914
Description: utilities for finding files--find, xargs, and locate
 These utilities find files meeting specified criteria and perform
 various actions on the files which are found.

Package: shellutils
Essential: yes
Installed-Size: 604
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: i386
Version: 1.16-6
Replaces: bsdutils (<= 3.0-2)
Pre-Depends: libc6
Size: 229668
Description: The GNU shell programming utilities.
 The utilities: basename chroot date dirname echo env expr factor false groups
 id logname nice nohup pathchk printenv printf pwd seq sleep stty su tee test
 true tty uname users who whoami yes.

Package: slang0.99.38
Installed-Size: 175
Maintainer: Jim Mintha <jmintha@debian.org>
Architecture: i386
Source: slang
Version: 0.99.38-6
Depends: libc6
Conflicts: slang0.99.34 (<< 0.99.38-2.3)
Size: 83902
Description: The S-Lang programming library, shared library for use with libc6
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 This package contains only the shared library libslang.so.* and copyright
 information. It is only necessary for programs that use this library (such
 as jed and slrn). If you plan on doing development with S-Lang, you will
 need the companion -dev package as well.
 .
 This package is needed to run S-Lang binaries linked against libc6.

Package: ae
Installed-Size: 84
Maintainer: Dale Scheetz <dwarf@polaris.net>
Architecture: i386
Version: 962-21
Depends: libc6, slang0.99.38
Size: 35952
Description: Anthony's Editor -- a tiny full-screen editor
 ae is a tiny full-screen text editor with both modal (vi-like)
 and modeless (emacs-like) modes, determined by an ae.rc config file.
 .
 Keybindings are configurable in the startup file. The default config
 file is /etc/ae.rc, but several other configuration files are provided
 in /etc/ae/*.rc. Two of these config files are used by the /bin/vi script
 to run ae in vi emulation for the console and xterm

Package: dpkg-mountable
Installed-Size: 76
Maintainer: Andy Mortimer <andy.mortimer@poboxes.com>
Architecture: i386
Version: 0.7
Depends: libc6
Size: 21946
Description: Enhanced access method for dselect
 dpkg-mountable adds an access method called `mountable' to dselect's list,
 which allows you to install of any filesystem specified in /etc/fstab (eg a
 normal hard disk partition, or an NFS server), which it will automatically
 mount and umount for you if necessary.
 .
 It also has some extra features not found in the standard dselect methods,
 such as provision for a local file tree (either parallel to the main
 distribution or totally separate), and only getting packages which are
 required, rather than the time-consuming recursive directory scan, as well as
 logging of all dpkg actions in the install method.

Package: isapnptools
Installed-Size: 98
Maintainer: Frederic Lepied <Lepied@debian.org>
Architecture: i386
Version: 1.13-3.1
Depends: libc6, dpkg (>= 1.4.0.21)
Size: 44318
Description: ISA Plug-And-Play configuration utilities.
 This program is suitable for all systems, whether or not they
 include a PnP BIOS. In fact, a PnP BIOS adds some complications
 because it may already activate some cards so that the drivers
 can find them, and these tools can unconfigure them, or change
 their settings causing all sorts of nasty effects.

Package: newt0.21
Installed-Size: 71
Maintainer: Enrique Zanardi <ezanardi@molec1.dfis.ull.es>
Architecture: i386
Source: newt
Version: 0.21-8
Depends: libc6, slang0.99.38
Size: 30504
Description: Not Erik's Windowing Toolkit - text mode windowing with slang
 Newt is a windowing toolkit for text mode built from the slang library.
 It allows color text mode applications to easily use stackable windows,
 push buttons, check boxes, radio buttons, lists, entry fields, labels,
 and displayable text. Scrollbars are supported, and forms may be nested
 to provide extra functionality. This package contains the shared library
 for programs that have been built with newt as well as a /usr/bin/dialog
 replacement called whiptail.

Package: whiptail
Installed-Size: 34
Maintainer: Enrique Zanardi <ezanardi@molec1.dfis.ull.es>
Architecture: i386
Source: newt
Version: 0.21-8
Replaces: newt0.10, newt0.21 (<< 0.21-4)
Depends: libc6, newt0.21, slang0.99.38
Size: 14844
Description: Displays user-friendly dialog boxes from shell scripts.
 whiptail is a "dialog" replacement using newt instead of ncurses. It
 provides a method of displaying several different types of dialog boxes
 from shell scripts. This allows a developer of a script to interact with
 the user in a much friendlier manner.

Package: grep
Essential: yes
Installed-Size: 152
Maintainer: Wichert Akkerman <wakkerma@debian.org>
Architecture: i386
Version: 2.1-8
Pre-Depends: libc6
Size: 60070
Description: GNU grep, egrep and fgrep.
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)

Package: mount
Essential: yes
Installed-Size: 117
Maintainer: Vincent Renardias <vincent@waw.com>
Architecture: i386
Version: 2.7l-5
Pre-Depends: libc6
Size: 53444
Description: Tools for mounting and manipulating filesystems.
 This package provides the mount(8), umount(8), swapon(8),
 swapoff(8), and losetup(8) commands.

Package: e2fsprogs
Essential: yes
Priority: required
Section: base
Installed-Size: 341
Maintainer: Yann Dirson <dirson@debian.org>
Architecture: i386
Version: 1.10-17
Replaces: e2fslibsg, ss2g, comerr2g
Provides: libcomerr2, libss2, libext2fs2, libe2p2, libuuid1, e2fslibsg
Pre-Depends: libc6
Conflicts: e2fslibsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1)
Size: 151266
Description: The EXT2 file system utilities and libraries.
 EXT2 stands for "Extended Filesystem", version 2. It's the main
 filesystem type used for hard disks on Debian and other Linux systems.
 .
 This package contains programs for creating, checking, and maintaining EXT2
 filesystems, and the generic `fsck' wrapper.

Package: modutils
Installed-Size: 280
Maintainer: Wichert Akkerman <wakkerma@debian.org>
Architecture: i386
Version: 2.1.85-11
Replaces: modules, manpages (<= 1.15-3)
Provides: modules
Depends: libc6, sysvinit (>= 2.71-2), debianutils (>= 1.6)
Size: 116042
Description: Linux module utilities.
 These utilities are intended to make a Linux modular kernel
 manageable for all users, administrators and distribution
 maintainers.

Package: timezones
Priority: required
Section: base
Installed-Size: 1453
Maintainer: Dale Scheetz <dwarf@polaris.net>
Architecture: i386
Source: glibc
Version: 2.0.7t-1
Replaces: timezone
Depends: libc6
Conflicts: timezone
Size: 261268
Description: Time zone data files and utilities.
 Contains utilities and machine-readable files used by the C library
 to time zones, local time.

Package: sysvinit
Essential: yes
Installed-Size: 186
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: i386
Version: 2.75-3
Replaces: last, bsdutils (<= 2.0-2)
Depends: dpkg (>= 1.4.0.21), mount (>= 2.7l-1)
Pre-Depends: libc6 (>= 2.0.5c-0.1)
Conflicts: last, file-rc (<= 0.4.2), kbd (<< 0.95-2), mdutils (<< 0.35-9)
Size: 73014
Description: System-V like init.
 Init is the first program to run after your system is booted, and
 continues to run as process number 1 until your system halts. Init's
 job is to start other programs that are essential to the operation of
 your system. All processes are descended from init. For more information,
 see the manual page init(8).

Package: perl-base
Essential: yes
Installed-Size: 715
Maintainer: Darren Stalder <torin@daft.com>
Architecture: i386
Source: perl
Version: 5.004.04-6
Replaces: perl
Pre-Depends: libc6, libgdbmg1
Suggests: perl
Conflicts: perl (<< 5.004.04-2)
Size: 282680
Description: The Pathologically Eclectic Rubbish Lister
 A scripting language with delusions of full language-hood, Perl is used
 in many system scripts and utilities.
 .
 This is a stripped down Perl with only essential libraries.  To make
 full use of Perl, you'll want to install the 'Perl' package which
 supplements this one.

Package: elvis-tiny
Installed-Size: 82
Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>
Architecture: i386
Version: 1.4-5
Pre-Depends: libc6, ncurses3.4
Size: 37210
Description: Tiny vi compatible editor for the base system.
 Elvis-tiny is based on a 1991 Minix version of elvis. You should install
 another vi-editor (such as "elvis", "nvi" or "vim") if you want a full
 featured vi editor.

Package: hostname
Essential: yes
Installed-Size: 24
Maintainer: Peter Tobias <tobias@et-inf.fho-emden.de>
Architecture: i386
Version: 2.04
Pre-Depends: libc6
Size: 7538
Description: A utility to set/show the host name or domain name
 The hostname command can be used to either set or display
 the current host or domain name of the system. This name is
 used by many of the networking programs to identify the machine.
 The domain name is also used by NIS/YP.

Package: login
Essential: yes
Priority: required
Section: base
Installed-Size: 153
Maintainer: Guy Maor <maor@debian.org>
Architecture: i386
Source: shadow
Version: 980403-0.3
Replaces: shadow-login, shadow-passwd
Pre-Depends: libc6
Conflicts: shadow-login
Size: 78678
Description: Sign on to the system.
 login and newgrp change the user and group.

Package: fileutils
Essential: yes
Installed-Size: 705
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: i386
Version: 3.16-5.3
Replaces: color-ls, util-linux (<= 2.7.1-1)
Pre-Depends: libc6
Conflicts: color-ls
Size: 257708
Description: GNU file management utilities.
 The utilities: chgrp chmod chown cp dd df dir dircolors du install ln
 ls mkdir mkfifo mknod mv rm rmdir touch vdir.

Package: libreadlineg2
Priority: required
Section: base
Installed-Size: 213
Maintainer: Guy Maor <maor@debian.org>
Architecture: i386
Source: bash (2.01.1-3.1)
Version: 2.1-10.1
Depends: libc6, ncurses3.4
Conflicts: libreadline2 (<< 2.1-2.1)
Size: 75864
Description: GNU readline and history libraries, run-time libraries. [libc6]
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

Package: mawk
Installed-Size: 145
Maintainer: James Troup <awkmaint@nocrew.org>
Architecture: i386
Version: 1.3.3-2
Provides: awk
Pre-Depends: libc6
Size: 73004
Description: a pattern scanning and text processing language
 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the Posix 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.

Package: netbase
Installed-Size: 755
Maintainer: Peter Tobias <tobias@et-inf.fho-emden.de>
Architecture: i386
Version: 3.11-1
Replaces: netstd
Depends: libc6
Recommends: netstd (>= 3.00)
Suggests: cpp
Size: 350948
Description: Basic TCP/IP networking binaries
 In order to make use of the network you need a few tools to
 configure it. This package contains all the necessary tools
 to configure the networking interfaces, to setup the routing
 tables and to start other services using the inetd server.

Package: diff
Essential: yes
Installed-Size: 240
Maintainer: Dale Scheetz <dwarf@polaris.net>
Architecture: i386
Version: 2.7-16
Depends: libc6
Pre-Depends: libc6
Size: 164434
Description: File comparison utilities
 The diff package provides the diff, diff3, sdiff, and cmp programs.
 .
 `diff' shows differences between two files, or each corresponding file
 in two directories.  `cmp' shows the offsets and line numbers where
 two files differ.  `cmp' can also show all the characters that
 differ between the two files, side by side.  `diff3' shows differences
 among three files.  `sdiff' merges two files interactively.
 .
 The set of differences produced by `diff' can be used to distribute
 updates to text files (such as program source code) to other people.
 This method is especially useful when the differences are small compared
 to the complete files.  Given `diff' output, the `patch' program can
 update, or "patch", a copy of the file.

Package: bash
Essential: yes
Priority: required
Section: base
Installed-Size: 783
Maintainer: Guy Maor <maor@debian.org>
Architecture: i386
Version: 2.01.1-3.1
Pre-Depends: libc6, ncurses3.4, libreadlineg2 (>= 2.1-8)
Size: 450820
Description: The GNU Bourne Again SHell
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE Posix Shell and Tools specification (IEEE Working Group 1003.2).

Package: libstdc++2.8
Installed-Size: 290
Maintainer: Galen Hazelwood <galenh@micron.net>
Architecture: i386
Source: egcs (1.0.3a-0.6)
Version: 2.90.29-0.6
Depends: libc6
Size: 94784
Description: The GNU stdc++ library (egcs version)
 This package contains an additional runtime library for c++ programs
 built with the gnu/egcs compiler.

Package: debianutils
Essential: yes
Installed-Size: 68
Maintainer: Guy Maor <maor@debian.org>
Architecture: i386
Version: 1.9
Replaces: miscutils, cron (<= 3.0pl1-31), debian-utils
Pre-Depends: libc6
Conflicts: debian-utils
Size: 24290
Description: Miscellaneous utilities specific to Debian.
 Debianutils includes installkernel mkboot mktemp run-parts savelog
 sensible-editor sensible-pager tempfile which.

Package: sysklogd
Installed-Size: 115
Maintainer: Martin Schulze <joey@debian.org>
Architecture: i386
Version: 1.3-26
Replaces: syslogd
Provides: syslogd
Depends: libc6
Conflicts: syslogd
Size: 58784
Description: Kernel and system logging daemons
 This package implements two system log daemons.  The syslogd daemon is
 an enhanced version of the standard Berkeley utility program.  This
 daemon is responsible for providing logging of messages received from
 programs and facilities on the local host as well as from remote
 hosts.
 .
 The klogd daemon listens to kernel message sources and is responsible
 for prioritizing and processing operating system messages.  The klogd
 daemon can run as a client of syslogd or optionally as a standalone
 program.  Klogd can now be used to decode EIP addresses if it can
 determine a System.map file.

Package: libgdbmg1
Priority: standard
Section: base
Installed-Size: 37
Maintainer: James Troup <jjtroup@comp.brad.ac.uk>
Architecture: i386
Source: gdbm
Version: 1.7.3-25
Provides: elf-libgdbm
Depends: libc6
Conflicts: libgdbm1 (<< 1.7.3-20)
Size: 17230
Description: GNU dbm database routines (runtime version). [libc6 version]
 GNU dbm ('gdbm') is a library of database functions that use extendible
 hashing and works similarly to the standard UNIX 'dbm' functions.
 .
 The basic use of 'gdbm' is to store key/data pairs in a data file, thus
 providing a persistent version of the 'dictionary' Abstract Data Type
 ('hash' to perl programmers).

