File: control

package info (click to toggle)
libsmbios 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,684 kB
  • sloc: ansic: 6,953; xml: 4,275; python: 3,459; cpp: 1,878; makefile: 366; sh: 309
file content (112 lines) | stat: -rw-r--r-- 4,933 bytes parent folder | download | duplicates (2)
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
Source: libsmbios
Priority: optional
Section: libs
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Uploaders: tony mancill <tmancill@debian.org>, Mario Limonciello <mario.limonciello@dell.com>, Jose Luis Tallon <jltallon@adv-solutions.net>, Steve McIntyre <93sam@debian.org>
Vcs-Git: https://salsa.debian.org/efi-team/libsmbios.git
Vcs-Browser: https://salsa.debian.org/efi-team/libsmbios
Homepage: https://github.com/dell/libsmbios/
Build-Depends: debhelper (>= 10),
               dh-python,
               doxygen,
               graphviz,
               python3,
               libxml2-dev,
               pkg-config,
               autoconf,
               automake,
               libtool,
               help2man,
               autopoint
Standards-Version: 4.5.0

Package: libsmbios-c2
Architecture: i386 amd64
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: libsmbios-doc
Provides: libsmbios2v5 (=2.3.1-0ubuntu2), libsmbios2 (=2.3.1-1)
Conflicts: libsmbios2v5, libsmbios2
Replaces: libsmbios2v5, libsmbios2
Description: Provide access to (SM)BIOS information -- dynamic library
 libsmbios aims towards providing access to as much BIOS information as
 possible. It does this by providing a library of functions that can be used 
 as well as sample binaries.
 .
 It incorporates extensible access to SMBIOS information capabilities and
 ability to perform unit tests across multiple systems without using physical
 hardware. Moreover, centralized, data-driven exception handling for broken 
 BIOS tables is provided. Currently, full access to the SMBIOS table and its 
 items is implemented. Additionally, access and manipulation of Dell Indexed 
 IO Token (type 0xD4) is implemented. This token is a vendor-extention 
 SMBIOS structure which allows uniform access to manipulate the system CMOS 
 to enable, disable, or otherwise manipulate normal BIOS functions or features.

Package: libsmbios-dev
Section: libdevel
Architecture: i386 amd64
Depends: libsmbios-c2 (= ${binary:Version}),
         ${misc:Depends}
Description: Provide access to (SM)BIOS information - development files
 libsmbios aims towards providing access to as much BIOS information as
 possible. It does this by providing a library of functions that can be 
 used as well as sample binaries.
 .
 It incorporates extensible access to SMBIOS information capabilities and
 ability to perform unit tests across multiple systems without using physical
 hardware. Moreover, centralized, data-driven exception handling for broken 
 BIOS tables is provided.
 .
 To start out with, the focus is on the SMBIOS tables. Currently, full access
 to the SMBIOS table and its items is implemented. In the future, it will
 provide $PIR, MPTABLE, RCI, RBU, and other tables as well.
 .
 Additionally, access and manipulation of Dell Indexed IO Token (type 0xD4)
 is implemented. This token is a vendor-extention SMBIOS structure which
 allows uniform access to manipulate the system CMOS to enable, disable, or
 otherwise manipulate normal BIOS functions or features.

Package: smbios-utils
Section: admin
Provides: libsmbios-bin
Conflicts: libsmbios-bin
Replaces: libsmbios-bin
Architecture: i386 amd64
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends},
         python3-libsmbios,
         python3
Suggests: libsmbios-doc
Description: Provide access to (SM)BIOS information -- utility binaries
 libsmbios aims towards providing access to as much BIOS information as
 possible. This package includes libsmbios' sample binaries/utilities.

Package: python3-libsmbios
Section: python
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, libsmbios-c2
Suggests: libsmbios-doc
Description: Provide access to (SM)BIOS information -- Python libraries
 libsmbios aims towards providing access to as much BIOS information as
 possible. This package provides Python functions that can be imported
 into userspace programs.

Package: libsmbios-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery
Description: Access to (SM)BIOS information in an OS-indepent way (docs)
 libsmbios aims towards providing access to as much BIOS information as
 possible. It does this by providing a library of functions that can be used 
 as well as sample binaries.
 .
 It incorporates extensible access to SMBIOS information capabilities and
 ability to perform unit tests across multiple systems without using physical
 hardware. Moreover, centralized, data-driven exception handling for broken 
 BIOS tables is provided. Currently, full access to the SMBIOS table and its 
 items is implemented. Additionally, access and manipulation of Dell Indexed 
 IO Token (type 0xD4) is implemented. This token is a vendor-extension
 SMBIOS structure which allows uniform access to manipulate the system CMOS 
 to enable, disable, or otherwise manipulate normal BIOS functions or features.