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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
Source: fma
Section: admin
Priority: standard
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib,
illumos-source-2.10,
libcfgadm1-dev , lib32cfgadm1-dev [illumos-amd64] ,
libdevid1-dev , lib32devid1-dev [illumos-amd64] ,
libdevinfo1-dev , lib32devinfo1-dev [illumos-amd64] ,
libipmi1-dev , lib32ipmi1-dev [illumos-amd64] ,
libkstat1-dev , lib32kstat1-dev [illumos-amd64] ,
libnvpair1-dev , lib32nvpair1-dev [illumos-amd64] ,
libscf1-dev , lib32scf1-dev [illumos-amd64] ,
libsmbios1-dev , lib32smbios1-dev [illumos-amd64] ,
libsunelf1-dev , lib32sunelf1-dev [illumos-amd64] ,
libsunuuid1-dev , lib32sunuuid1-dev [illumos-amd64] ,
libsysevent1-dev , lib32sysevent1-dev [illumos-amd64] ,
libumem1-dev , lib32umem1-dev [illumos-amd64] ,
libxml2-dev , lib32xml2-dev [illumos-amd64] ,
libzfs1-dev , lib32zfs1-dev [illumos-amd64] ,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: libtopo1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: hardware topology library
This package contains libtopo shared library.
Package: libtopo1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libtopo-dev
Depends: libtopo1 (= ${binary:Version}), ${misc:Depends},
libdevinfo1-dev, libipmi1-dev, libnvpair1-dev, libsmbios1-dev,
Description: hardware topology library (development files)
This package contains the header files and symlinks needed
to compile applications that use libtopo.
Package: lib32topo1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: hardware topology library (32-bit)
This package contains libtopo shared library.
.
This is a 32-bit version of the library.
Package: lib32topo1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32topo-dev
Depends: lib32topo1 (= ${binary:Version}), libtopo1-dev (= ${binary:Version}),
${misc:Depends}
Description: hardware topology library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libtopo.
Package: libfmevent1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fault management events library
This package contains libfmevent shared library.
.
The libfmevent library allows a process to subscribe to a subset of fault
management protocol events published by the fault management daemon.
Package: libfmevent1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libfmevent-dev
Depends: libfmevent1 (= ${binary:Version}), ${misc:Depends},
libnvpair1-dev
Description: fault management events library (development files)
This package contains the header files and symlinks needed
to compile applications that use libfmevent.
.
The libfmevent library allows a process to subscribe to a subset of fault
management protocol events published by the fault management daemon.
Package: lib32fmevent1
Section: libs
Priority: optional
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fault management events library (32-bit)
This package contains libfmevent shared library.
.
The libfmevent library allows a process to subscribe to a subset of fault
management protocol events published by the fault management daemon.
.
This is a 32-bit version of the library.
Package: lib32fmevent1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32fmevent-dev
Depends: lib32fmevent1 (= ${binary:Version}), libfmevent1-dev (= ${binary:Version}),
${misc:Depends}
Description: fault management events library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libfmevent.
.
The libfmevent library allows a process to subscribe to a subset of fault
management protocol events published by the fault management daemon.
|