summaryrefslogtreecommitdiff
path: root/debian/control
blob: ad5f3bcfafa4377df22c6b65cf23865697d1f2a9 (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
Source: libdevice
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 debhelper ( >= 9 ),
 dpkg-dev ( >= 1.16.1~ ),
 libnvpair-dev, lib32nvpair-dev [illumos-amd64 kopensolaris-amd64],
 gcc-multilib [illumos-amd64 kopensolaris-amd64],
Standards-Version: 3.9.4
Homepage: http://illumos.org/

Package: libdevice1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: illumos device control library
 This package includes shared libdevice library.
 .
 This library is an interface to illumos kernel and is used to control
 devices available through illumos device tree (/devices). This includes power
 management, configuring and deconfigureing a deivce, resetting a device, etc.

Package: lib32device1
Section: libs
Priority: optional
Architecture: illumos-amd64 kopensolaris-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: illumos device control library (32 bit)
 This library is an interface to illumos kernel and is used to control
 devices available through illumos device tree (/devices). This includes power
 management, configuring and deconfigureing a deivce, resetting a device, etc.
 .
 This is 32-bit version of the library

Package: libdevice-dev
Architecture: any
Priority: optional
Section: libdevel
Depends: ${misc:Depends}, libdevice1 (= ${binary:Version})
Description: illumos device control library: development files
 Contains the symlink, static library and headers needed to compile
 applications using illumos device control library.
 .
 This library is an interface to illumos kernel and is used to control
 devices available through illumos device tree (/devices). This includes power
 management, configuring and deconfigureing a deivce, resetting a device, etc.

Package: lib32device-dev
Architecture: illumos-amd64 kopensolaris-amd64
Priority: optional
Section: libdevel
Depends: ${misc:Depends}, lib32device1 (= ${binary:Version}),
 libdevice-dev (= ${binary:Version})
Description: illumos device control library: development files (32 bit)
 Contains the symlink, static library and headers needed to compile
 32-bit applications using illumos device control library.
 .
 This library is an interface to illumos kernel and is used to control
 devices available through illumos device tree (/devices). This includes power
 management, configuring and deconfigureing a deivce, resetting a device, etc.