summaryrefslogtreecommitdiff
path: root/libdhcputil/debian/control
blob: 181dac3ed503fcc312d0a1cb1fd91dd025e61bf8 (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: libdhcputil
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 gcc-multilib,
 illumos-source-2.10,
 libdlpi1-dev, lib32dlpi1-dev [illumos-amd64],
 libinetutil1-dev, lib32inetutil1-dev [illumos-amd64],
 quilt,
 symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org

Package: dhcp-inittab
Section: libs
Priority: standard
Architecture: all
Depends: ${misc:Depends}
Description: information repository for DHCP options
 The /etc/dhcp/inittab and the /etc/dhcp/inittabv6 files contain information
 about the DHCP options, which are network configuration parameters passed
 from DHCP servers to DHCP clients when a client machine uses DHCP. Since
 many DHCP-related commands must parse and understand these DHCP options,
 this file serves as a central location where information about these options
 may be obtained.
 .
 These files are being accessed through libdhcputil.

Package: libdhcputil1
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}, dhcp-inittab
Description: library to handle DHCP options
 This package contains libdhcputil shared library.
 .
 The goal of this library is to provide a single configuration for applications
 to receive their DHCP option knowledge from and general routines for encoding
 and decoding DHCP options.
 .
 The /etc/dhcp/inittab and the /etc/dhcp/inittabv6 files contain information
 about the DHCP options, which are network configuration parameters passed
 from DHCP servers to DHCP clients when a client machine uses DHCP.

Package: libdhcputil1-dev
Section: libdevel
Architecture: illumos-any
Provides: libdhcputil-dev
Depends: libdhcputil1 (= ${binary:Version}), ${misc:Depends}
Description: library to handle DHCP options (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libdhcputil.
 .
 The goal of this library is to provide a single configuration for applications
 to receive their DHCP option knowledge from and general routines for encoding
 and decoding DHCP options.
 .
 The /etc/dhcp/inittab and the /etc/dhcp/inittabv6 files contain information
 about the DHCP options, which are network configuration parameters passed
 from DHCP servers to DHCP clients when a client machine uses DHCP.

Package: lib32dhcputil1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, dhcp-inittab
Description: library to handle DHCP options (32 bit)
 This package contains libdhcputil shared library.
 .
 The goal of this library is to provide a single configuration for applications
 to receive their DHCP option knowledge from and general routines for encoding
 and decoding DHCP options.
 .
 The /etc/dhcp/inittab and the /etc/dhcp/inittabv6 files contain information
 about the DHCP options, which are network configuration parameters passed
 from DHCP servers to DHCP clients when a client machine uses DHCP.
 .
 This is a 32-bit version of the library.

Package: lib32dhcputil1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32dhcputil-dev
Depends: lib32dhcputil1 (= ${binary:Version}), libdhcputil1-dev (= ${binary:Version}),
 ${misc:Depends}
Description: library to handle DHCP options (32-bit development files)
 This package contains files needed to compile
 32-bit applications that use libdhcputil.
 .
 The goal of this library is to provide a single configuration for applications
 to receive their DHCP option knowledge from and general routines for encoding
 and decoding DHCP options.
 .
 The /etc/dhcp/inittab and the /etc/dhcp/inittabv6 files contain information
 about the DHCP options, which are network configuration parameters passed
 from DHCP servers to DHCP clients when a client machine uses DHCP.