From e620d0a9d88875c425741ad2d40579e61cdd15b0 Mon Sep 17 00:00:00 2001 From: nima Date: Fri, 19 Dec 2008 02:23:32 +0000 Subject: Removed junk and doing more debianizing - WIP. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@118 abc39116-655e-4be6-ad55-d661dc543056 --- debian/control | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'debian/control') 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 -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: - +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. -- cgit