100 lines
3.7 KiB
Plaintext
100 lines
3.7 KiB
Plaintext
Source: dhcpagent
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Igor Pashev <pashev.igor@gmail.com>
|
|
Build-Depends:
|
|
dh-illumos,
|
|
gcc-multilib,
|
|
illumos-source-2.10,
|
|
libdevinfo-dev,
|
|
libnvpair-dev,
|
|
libinetutil1-dev,
|
|
libcontract-dev , lib32contract-dev [illumos-amd64] ,
|
|
libdhcputil-dev , lib32dhcputil-dev [illumos-amd64] ,
|
|
libdlpi1-dev , lib32dlpi1-dev [illumos-amd64] ,
|
|
libsunuuid-dev , lib32sunuuid-dev [illumos-amd64] ,
|
|
quilt,
|
|
symlinks,
|
|
Standards-Version: 3.9.3
|
|
Homepage: https://www.illumos.org
|
|
|
|
Package: dhcpagent
|
|
Section: admin
|
|
Priority: important
|
|
Architecture: illumos-any
|
|
Replaces: illumos-net-tools (<< 2.10)
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Dynamic Host Configuration Protocol (DHCP) client daemon
|
|
This package contains dhcpagent binary.
|
|
.
|
|
dhcpagent implements the client half of the Dynamic Host Configuration
|
|
Protocol (DHCP).
|
|
.
|
|
The dhcpagent daemon obtains configuration parameters for the client (local)
|
|
machine's network interfaces from a DHCP server. These parameters may include
|
|
a lease on an IP address, which gives the client machine use of the address
|
|
for the period of the lease, which may be infinite. If the client wishes to
|
|
use the IP address for a period longer than the lease, it must negotiate
|
|
an extension using DHCP. For this reason, dhcpagent must run as a daemon,
|
|
terminating only when the client machine powers down.
|
|
|
|
Package: libdhcpagent1
|
|
Section: libs
|
|
Multi-Arch: same
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Architecture: illumos-any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: DHCP agent communication library
|
|
This package contains libdhcpagent shared library.
|
|
.
|
|
The libdhcpagent library is used to perform interprocess communication with
|
|
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
|
|
files. Those files are used for caching the configuration parameters obtained
|
|
from DHCP for the given network interface.
|
|
|
|
Package: libdhcpagent1-dev
|
|
Section: libdevel
|
|
Architecture: illumos-any
|
|
Provides: libdhcpagent-dev
|
|
Depends: libdhcpagent1 (= ${binary:Version}), ${misc:Depends}, libdhcputil-dev
|
|
Description: DHCP agent communication library (development files)
|
|
This package contains the header files and symlinks needed
|
|
to compile applications that use libdhcpagent.
|
|
.
|
|
The libdhcpagent library is used to perform interprocess communication with
|
|
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
|
|
files. Those files are used for caching the configuration parameters obtained
|
|
from DHCP for the given network interface.
|
|
|
|
Package: lib32dhcpagent1
|
|
Section: libs
|
|
Priority: standard
|
|
Architecture: illumos-amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: DHCP agent communication library (32 bit)
|
|
This package contains libdhcpagent shared library.
|
|
.
|
|
The libdhcpagent library is used to perform interprocess communication with
|
|
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
|
|
files. Those files are used for caching the configuration parameters obtained
|
|
from DHCP for the given network interface.
|
|
.
|
|
This is a 32-bit version of the library.
|
|
|
|
Package: lib32dhcpagent1-dev
|
|
Section: libdevel
|
|
Priority: optional
|
|
Architecture: illumos-amd64
|
|
Provides: lib32dhcpagent-dev
|
|
Depends: lib32dhcpagent1 (= ${binary:Version}), libdhcpagent1-dev (= ${binary:Version}),
|
|
${misc:Depends}
|
|
Description: DHCP agent communication library (32-bit development files)
|
|
This package contains files needed to compile
|
|
32-bit applications that use libdhcpagent.
|
|
.
|
|
The libdhcpagent library is used to perform interprocess communication with
|
|
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
|
|
files. Those files are used for caching the configuration parameters obtained
|
|
from DHCP for the given network interface.
|
|
|