0c2187558f6e45bf875295bb52dc3edb6f93b506
[udhcp] / debian / control
1 Source: udhcp
2 Section: net
3 Priority: optional
4 Maintainer: Eric Van Buggenhaut <ericvb@debian.org>
5 Standards-Version: 3.6.2
6
7 Package: udhcpc
8 Section: net
9 Architecture: any
10 Provides: dhcp-client
11 Depends: ${shlibs:Depends}
12 Suggests: resolvconf
13 Description: very small DHCP client
14  DHCP is a protocol like BOOTP (actually dhcpd includes much of
15  the functionality of BOOTPD!). It assigns IP addresses to clients
16  based on lease times.
17  This package is primarily geared towards embedded systems. It does however,
18  strive to be fully functional, and RFC compliant.
19  .
20  This is the client-side application.
21
22 Package: udhcpd
23 Section: net
24 Architecture: any
25 Provides: dhcp3-server
26 Depends: ${shlibs:Depends}
27 Description: very small DHCP server
28  DHCP is a protocol like BOOTP (actually dhcpd includes much of
29  the functionality of BOOTPD!). It assigns IP addresses to clients
30  based on lease times.
31  This package is primarily geared towards embedded systems. It does however,
32  strive to be fully functional, and RFC compliant.
33  .
34  This is the server-side application.