1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: dhcp3
Section: net
Priority: important
Maintainer: Eloy A. Paris <peloy@debian.org>
Uploaders: Matt Zimmerman <mdz@debian.org>, Andrew Pollock <apollock@debian.org>
Build-Depends: debhelper (>= 4.1.16), dpkg-dev (>= 1.13.2), groff, dpatch, po-debconf
Standards-Version: 3.5.6
Package: dhcp3-server
Priority: optional
Architecture: any
Depends: debianutils (>= 2.8.2), dhcp3-common (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: dhcp
Description: DHCP server for automatic IP address assignment
This is the DHCP server from version 3 of the Internet Software
Consortium DHCP package. For more information visit the ISC web
site at http://www.isc.org.
.
Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
(actually dhcpd includes much of the functionality of BOOTPD!). It assigns
IP addresses to clients based on lease times. DHCP is used extensively
by Microsoft and more recently also by Apple. It is probably essential
in any multi-platform environment.
.
Multiple Ethernet Interfaces are supported by this DHCP package.
Package: dhcp3-common
Architecture: any
Section: net
Depends: debianutils (>= 2.8.2), ${shlibs:Depends}, ${misc:Depends}
Description: Common files used by all the dhcp3* packages
This package contains all the files used by all the packages
from ISC DHCP version 3.
Package: dhcp3-dev
Priority: optional
Architecture: any
Section: devel
Depends: libc6-dev
Description: API for accessing and modifying the DHCP server and client state
OMAPI, an API for accessing and modifying the DHCP server and
client state.
Package: dhcp3-client
Architecture: any
Depends: debianutils (>= 2.8.2), dhcp3-common (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: resolvconf, avahi-autoipd
Conflicts: dhcp-client (<< 3.0), samba-common (<< 3.0.0beta1-2)
Description: DHCP Client
This is the DHCP client from version 3 of the Internet Software
Consortium DHCP package. For more information visit the ISC web
site at http://www.isc.org.
.
This is a split off from the dhcp package and contains the DHCP client
tools.
.
Cable modem users likely need this or another dhcp client to successfully
connect to the network.
.
Documentation (apart from manpages) can be found in the dhcp package.
Package: dhcp3-client-udeb
Priority: extra
Architecture: any
Section: debian-installer
Depends: ${shlibs:Depends}
Conflicts: dhcp-client-udeb
XC-Package-Type: udeb
Description: DHCP Client for debian-installer
dhcp-client-udeb is a minimal dhcp package used by the debian-installer.
Package: dhcp3-relay
Priority: optional
Architecture: any
Depends: debianutils (>= 2.8.2), dhcp3-common (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: dhcp-relay
Description: DHCP Relay
This is the DHCP relay from version 3 of the Internet Software
Consortium DHCP package. For more information visit the ISC web
site at http://www.isc.org.
.
Installing this package will make the machine it is installed on to
a dhcp relay. You need to have a DHCP or BOOTP server reachable in order
to use the relay.
.
Documentation (apart from manpages) can be found in the dhcp package.
|