diff options
| author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-22 22:40:51 +0000 |
|---|---|---|
| committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-22 22:40:51 +0000 |
| commit | d866a378dbc4645d224f06dfd41c5ca793690e81 (patch) | |
| tree | 8a46dfb9640f3550fb01e94ff90e95c06df34091 /debian/control | |
| parent | 25f310ab03c3010d89b0cafa989aeab94bcda58f (diff) | |
| download | python-dmidecode-d866a378dbc4645d224f06dfd41c5ca793690e81.tar.gz python-dmidecode-d866a378dbc4645d224f06dfd41c5ca793690e81.tar.xz python-dmidecode-d866a378dbc4645d224f06dfd41c5ca793690e81.zip | |
Applied the nice changes suggested by Piotr Ożarowsk.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@164 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 2ab9e5a..a2feeb3 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,15 @@ XS-Python-Version: >= 2.3 Section: python Priority: optional Maintainer: Nima Talebi <nima@it.net.au> -Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.6) +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.6), python-all-dbg Standards-Version: 3.8.0 Package: python-dmidecode XB-Python-Version: ${python:Versions} Architecture: any Provides: ${python:Provides} -Depends: ${python:Depends}, ${shlibs:Depends} -Description: Python Extension Module for DMIDecode +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +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. @@ -19,3 +19,16 @@ Description: Python Extension Module for DMIDecode 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-dbg +Architecture: any +Priority: extra +Depends: python-dmidecode (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends} +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +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 contains the extension built for the Python debug interpreter. |
