diff options
author | Nima Talebi <nima@autonomy.net.au> | 2009-05-22 23:49:55 +1000 |
---|---|---|
committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-22 23:49:55 +1000 |
commit | d06d776adb0fef9504bd7662760e4cd0971fb748 (patch) | |
tree | 8d8f4ad36745c951ef6f05b7f2eae049bbd482f0 /debian | |
parent | cd387fa3d1929505299d1df733fae890aacc75bc (diff) | |
download | python-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.tar.gz python-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.tar.xz python-dmidecode-d06d776adb0fef9504bd7662760e4cd0971fb748.zip |
Reversioned, relicensed, and rejigged
The version is of now, v3.10.6. The version major field has been
upped due to the newly added XML functionality.
The version has been reverted to GPLv2.
Some headers have been cleaned up, copyright notices added etc.
Credits given where due.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/copyright | 6 |
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3386599..9ee05db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 + python-dmidecode (2.10.6-1) unstable; urgency=low * David Sommerseth, as part of wrting the XML (libxml2) extensions to diff --git a/debian/copyright b/debian/copyright index 2515d56..c39e80c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,13 +13,13 @@ It was downloaded from http://projects.autonomy.net.au/dmidecode/ Upstream Author: Nima Talebi <nima@autonomy.net.au> The Debian packaging is © 2008, Nima Talebi <nima@it.net.au> and is licensed -under the GPL, see `/usr/share/common-licenses/GPL-3'. +under the GPL, see `/usr/share/common-licenses/GPL-2'. License: - GPLv3 - The python-dmidecode packages is available under the terms of + GPLv2 - The python-dmidecode packages is available under the terms of the GNU General Public license version 3. On Debian systems, the complete text of the GNU General Public License can be found in - `/usr/share/common-licenses/GPL-3'. + `/usr/share/common-licenses/GPL-2'. DMIDecode |