diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 84e3820..01b37e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-dmidecode (3.10.6-2) unstable; urgency=low + + * Fixed homepage (Closes: #540389). + + -- Nima Talebi <nima@it.net.au> Sat, 08 Aug 2009 13:53:40 +1000 + python-dmidecode (3.10.6-1) unstable; urgency=low * Introducing the XML extensions to python-dmidecode, by of David Sommerseth diff --git a/debian/control b/debian/control index 64f57af..f0f88e9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-dmidecode XS-Python-Version: >= 2.4 Section: python Priority: optional -Homepage: http://projects.autonomy.net.au/dmidecode +Homepage: http://projects.autonomy.net.au/python-dmidecode Maintainer: Nima Talebi <nima@it.net.au> Build-Depends: debhelper (> 7), python-support (>= 0.5.3), python, python-all-dev (>= 2.3.5-11), python-all-dbg, electric-fence (> 2) |