summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/copyright25
-rwxr-xr-xdebian/rules5
-rwxr-xr-xexamples/test.py (renamed from test.py)0
3 files changed, 24 insertions, 6 deletions
diff --git a/debian/copyright b/debian/copyright
index fbf7852..5a5edda 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,7 +15,11 @@ Upstream Author: Nima Talebi <nima@autonomy.net.au>
The Debian packaging is (C) 2008, Nima Talebi <nima@it.net.au> and is licensed
under the GPL, see `/usr/share/common-licenses/GPL'.
-License: GPLv3
+License:
+ GPLv3 - 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'.
DMIDecode
@@ -32,4 +36,21 @@ Copyrights
==========
Copyright 2000-2002 Alan Cox <alan@redhat.com>
Copyright 2002-2008 Jean Delvare <khali@linux-fr.org>
-Copyright 2008 Nima Talebi <nima@it.net.au>
+Copyright 2007-2008 Nma Talebi <nima@it.net.au>
+
+License:
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+
diff --git a/debian/rules b/debian/rules
index 65d8e77..5fcfc15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,8 @@
#!/usr/bin/make -f
-export DH_VERBOSE=1
-
+#export DH_VERBOSE=1
PYDEF = $(shell pyversions -d)
PYVERS = $(shell pyversions -r)
-PYVERS = python2.4 python2.5
#############
@@ -55,7 +53,6 @@ binary-arch: build install
# dh_pysupport
dh_pycentral
dh_installman
- dh_link
dh_strip
dh_compress
dh_fixperms
diff --git a/test.py b/examples/test.py
index 699a0bf..699a0bf 100755
--- a/test.py
+++ b/examples/test.py