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
|
Source: python-dmidecode
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10), dh-python, python,
python-all-dev (>= 2.5.4-2), python3-all-dev, python-all-dbg, python3-all-dbg, libxml2-dev, python-libxml2, python3-libxml2
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/python-team/modules/python-dmidecode.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-dmidecode
Homepage: https://github.com/nima/python-dmidecode
Package: python-dmidecode
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-libxml2, python-dmidecode-data
Description: Python extension module for dmidecode
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: python3-dmidecode
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-libxml2, python-dmidecode-data
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.
.
This package contains the Python 3 version of dmidecode.
Package: python-dmidecode-dbg
Architecture: any
Section: debug
Depends: python-dmidecode (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
python-dbg
Description: Python extension module for dmidecode (debug)
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 extension built for the Python debug interpreter.
Package: python3-dmidecode-dbg
Architecture: any
Section: debug
Depends: python3-dmidecode (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
python3-dbg
Description: Python extension module for dmidecode (debug) - 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 contains the extension built for the Python 3 debug interpreter.
Package: python-dmidecode-data
Architecture: all
Breaks: python-dmidecode (<< 3.12.2-5)
Replaces: python-dmidecode (<< 3.12.2-5)
Depends: ${shlibs:Depends}, ${misc:Depends},
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.
|