summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNima Talebi <nima@it.net.au>2010-04-23 22:26:37 +1000
committerNima Talebi <nima@it.net.au>2010-04-23 22:26:37 +1000
commit8175496d3cd4db4d0451ad881038c237df5edb10 (patch)
treed587b3f52afaf602f663117423a6a62d05fe7cd5
parent1e9d9abffa27a45d24cb2e978f302ff25c2c7f76 (diff)
downloadpython-dmidecode-8175496d3cd4db4d0451ad881038c237df5edb10.tar.gz
python-dmidecode-8175496d3cd4db4d0451ad881038c237df5edb10.tar.xz
python-dmidecode-8175496d3cd4db4d0451ad881038c237df5edb10.zip
Added missing dependency
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5d98283..11e3ef9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
+python-dmidecode (3.10.12-2) unstable; urgency=low
+
+ * Added a missing dependency (Closes: Bug#578891) - thanks to Sven Wick for
+ the bug report.
+
+ -- Nima Talebi <nima@it.net.au> Fri, 23 Apr 2010 22:25:55 +1000
+
python-dmidecode (3.10.12-1) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format
* Upstream bugfix release. See the following URI for details:
https://bugzilla.redhat.com/show_bug.cgi?id=583867
- -- Nima Talebi <nima@it.net.au> Fri, 12 Mar 2010 14:31:45 +1100
+ -- Nima Talebi <nima@it.net.au> Fri, 23 Apr 2010 22:24:50 +1000
python-dmidecode (3.10.11-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d0c3f11..9a0297b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Package: python-dmidecode
XB-Python-Version: ${python:Versions}
Architecture: any
Provides: ${python:Provides}
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-libxml2
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