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
|
Source: python-dmidecode
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-python,
liblzma-dev,
libxml2-dev,
pkg-config,
python3-all-dev,
python3-libxml2,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dmidecode.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dmidecode
Homepage: https://github.com/nima/python-dmidecode
Package: python3-dmidecode
Architecture: any
Depends: python-dmidecode-data,
python3-libxml2,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python extension module for dmidecode - Python 3
DMI (the desktop management interface) provides a standardized description of
a computer's hardware, including characteristics such as BIOS serial number
and hardware connectors.
.
This package provides an interface to the DMI data available from the BIOS.
It is intended to be used as a back-end tool by other hardware detection
programs implemented in Python.
Package: python-dmidecode-data
Architecture: all
Breaks: python-dmidecode (<< 3.12.2-5),
Replaces: python-dmidecode (<< 3.12.2-5),
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: Python extension module for dmidecode (debug) - Data
DMI (the desktop management interface) provides a standardized description of
a computer's hardware, including characteristics such as BIOS serial number
and hardware connectors.
.
This package contains the common data files for dmidecode.
|