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
|
Source: beadm
Section: admin
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
illumos-source-2.10,
libdevinfo1-dev , lib32devinfo1-dev [illumos-amd64] ,
libinstzones1-dev , lib32instzones1-dev [illumos-amd64] ,
libnvpair1-dev , lib32nvpair1-dev [illumos-amd64] ,
libsunuuid1-dev , lib32sunuuid1-dev [illumos-amd64] ,
libzfs1-dev , lib32zfs1-dev [illumos-amd64] ,
quilt,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: beadm
Priority: required
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: util-illumos (=5.11.0-1~2.1)
Description: utility for managing zfs boot environments
The beadm command is the user interface for managing zfs Boot Environments
(BEs). This utility is intended to be used by System Administrators who
want to manage multiple instances on a single system.
Package: libbe1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: boot environments library
This package contains libbe shared library.
Package: libbe1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libbe-dev
Depends: libbe1 (= ${binary:Version}), ${misc:Depends},
libc-dev, libzfs1-dev, uuid-dev | libsunuuid-dev,
libnvpair-dev
Description: boot environments library (development files)
This package contains the header files and symlinks needed
to compile applications that use libbe.
Package: lib32be1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: boot environments library (32 bit)
This package contains libbe shared library.
.
This is a 32-bit version of the library.
Package: lib32be1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32be-dev
Depends: lib32be1 (= ${binary:Version}), libbe1-dev (= ${binary:Version}),
${misc:Depends}
Description: boot environments library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libbe.
|