From cce0cfdb97d0e6b7d20dc943730981b86f01dc5b Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Mon, 28 Sep 2009 18:41:23 +1000 Subject: Added libxml2 dependencies. --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e8190d0..4a8a2fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-dmidecode (3.10.7-2) unstable; urgency=low + + * Added libxml2 dependencies. + + -- Nima Talebi Mon, 28 Sep 2009 18:41:01 +1000 + python-dmidecode (3.10.7-1) unstable; urgency=low * New Upstream release. diff --git a/debian/control b/debian/control index bad8447..2896939 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Priority: optional Homepage: http://projects.autonomy.net.au/python-dmidecode Maintainer: Nima Talebi Build-Depends: debhelper (> 7), python-support (>= 0.5.3), python, - python-all-dev (>= 2.3.5-11), python-all-dbg, electric-fence (> 2) + python-all-dev (>= 2.3.5-11), python-all-dbg, libxml2-dev, python-libxml2, + electric-fence (> 2), Standards-Version: 3.8.3 Package: python-dmidecode -- cgit From 5ce6a673721eb67fec0d5def75cec08de4eae451 Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Mon, 28 Sep 2009 18:59:25 +1000 Subject: Added note on closing bug --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a8a2fe..4491972 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ python-dmidecode (3.10.7-2) unstable; urgency=low - * Added libxml2 dependencies. + * Added libxml2 dependencies (Closes: #548669). - -- Nima Talebi Mon, 28 Sep 2009 18:41:01 +1000 + -- Nima Talebi Mon, 28 Sep 2009 18:59:05 +1000 python-dmidecode (3.10.7-1) unstable; urgency=low -- cgit From 83a56e3ca41c524e036354d48ac3588e7562f0ba Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Sat, 12 Dec 2009 20:16:50 +1100 Subject: Catch up to the latest --- debian/control | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 2896939..93383b0 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,8 @@ Section: python Priority: optional Homepage: http://projects.autonomy.net.au/python-dmidecode Maintainer: Nima Talebi -Build-Depends: debhelper (> 7), python-support (>= 0.5.3), python, - python-all-dev (>= 2.3.5-11), python-all-dbg, libxml2-dev, python-libxml2, - electric-fence (> 2), +Build-Depends: debhelper (>> 7), python-support (>= 0.5.3), python, + python-all-dev (>= 2.3.5-11), python-all-dbg, libxml2-dev, python-libxml2 Standards-Version: 3.8.3 Package: python-dmidecode -- cgit From 8b1b2266c9eb36ab09bc39522094718e00757502 Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Sun, 13 Dec 2009 04:21:35 +1100 Subject: Cleanup --- debian/changelog | 6 ++++++ doc/AUTHORS | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4491972..dc103c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-dmidecode (3.10.7-3) unstable; urgency=low + + * Last of URI fixes (#540389). + + -- Nima Talebi Sun, 13 Dec 2009 04:20:55 +1100 + python-dmidecode (3.10.7-2) unstable; urgency=low * Added libxml2 dependencies (Closes: #548669). diff --git a/doc/AUTHORS b/doc/AUTHORS index b061b5d..6c1d024 100644 --- a/doc/AUTHORS +++ b/doc/AUTHORS @@ -1,4 +1,4 @@ -DEVELOPER AND MAINTAINER OF PYTHON MODULE (http://projects.autonomy.net.au/dmidecode) +DEVELOPER AND MAINTAINER OF PYTHON MODULE (http://projects.autonomy.net.au/python-dmidecode) Nima Talebi David Sommerseth -- cgit