summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control1
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 9ee05db..84e3820 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,17 @@ python-dmidecode (3.10.6-1) unstable; urgency=low
* Introducing the XML extensions to python-dmidecode, by of David Sommerseth
from Red Hat. A big thankyou to David, Red Hat, and other people from
Red Hat that contributed (and are still contributing) time and knowledge
- to this project.
-
- -- Nima Talebi <nima@it.net.au> Fri, 22 May 2009 20:28:08 +1000
+ to this project. These changes are summarized as follows...
+ * Rewritten the internals to use libxml2 for (in memory) data storage.
+ * Added much more useful information into the XML data than what the original
+ data structured could held.
+ * Implemented mapping methods to dynamically map XML fields to Python
+ dictionaries. The mapping itself is defined in an XML file utilising XPath
+ expressions.
+ * Prepared python-dmidecode for a native XML implementation from Python using
+ libxml2.
+
+ -- Nima Talebi <nima@it.net.au> Sat, 23 May 2009 13:19:25 +1000
python-dmidecode (2.10.6-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 750aab2..4874563 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Description: Python extension module for dmidecode
Package: python-dmidecode-dbg
Architecture: any
Priority: extra
+Section: debug
Depends: python-dmidecode (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
python-dbg
Provides: ${python:Provides}