summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: e443346b503e3540a364fbe96ba882fff4023314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: dmidecode
Section: utils
Priority: optional
Maintainer: Nima Talebi <nima@autonomy.net.au>
Build-Depends: debhelper (>= 5), python-all-dev (>= 2.3.5-11), python-central (>= 0.6)
Standards-Version: 3.7.2
XB-Python-Version: ${python:Versions}
XS-Python-Version: current

Package: python-dmidecode
Architecture: i386
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}
Description: Python extension module for dmidecode.
 The Desktop Management Interface provides a standardized description of
 a computer's hardware, including characteristics such as BIOS serial
 number and hardware connectors.
 .
 python-dmidecode 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.