summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-03-31 11:37:58 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-03-31 11:37:58 +0000
commit37d1a8117cd212ee9e47bbd4225ba76dece7dad7 (patch)
treef5817d1780670702c0f92c32bd62de53d68b3d36 /debian/control
parent17cfe3a41998c075991a54a6deace28ba7744ed6 (diff)
downloadpython-dmidecode-37d1a8117cd212ee9e47bbd4225ba76dece7dad7.tar.gz
python-dmidecode-37d1a8117cd212ee9e47bbd4225ba76dece7dad7.tar.xz
python-dmidecode-37d1a8117cd212ee9e47bbd4225ba76dece7dad7.zip
Preparing to migrate to GIT.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 0 insertions, 35 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 17740f3..0000000
--- a/debian/control
+++ /dev/null
@@ -1,35 +0,0 @@
-Source: python-dmidecode
-XS-Python-Version: >= 2.3
-Section: python
-Priority: optional
-Homepage: http://projects.autonomy.net.au/dmidecode
-Maintainer: Nima Talebi <nima@it.net.au>
-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}, ${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.
- .
- 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 (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.