summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-19 02:23:32 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-19 02:23:32 +0000
commite620d0a9d88875c425741ad2d40579e61cdd15b0 (patch)
treecbf2594af347cfdcc83b370f999d80de3f2e2797 /debian/control
parentc19f68cb27021c0fd5e0ad1962ff9547bd616e23 (diff)
downloadpython-dmidecode-e620d0a9d88875c425741ad2d40579e61cdd15b0.tar.gz
python-dmidecode-e620d0a9d88875c425741ad2d40579e61cdd15b0.tar.xz
python-dmidecode-e620d0a9d88875c425741ad2d40579e61cdd15b0.zip
Removed junk and doing more debianizing - WIP.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@118 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 12 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index e682d7f..e443346 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,20 @@ Source: dmidecode
Section: utils
Priority: optional
Maintainer: Nima Talebi <nima@autonomy.net.au>
-Build-Depends: debhelper (>= 5)
+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: python2.4-dmidecode
+Package: python-dmidecode
Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+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.