summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 10:22:06 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 10:22:06 +0000
commitea7bb44fc527bfab6b418ad6fd0e5cf87341298e (patch)
tree28c2a31016624a6e417c4b68fc9c4f5a1dd814b2 /debian
parent66a38305dab867627657cd5f094d1d8bf2a51825 (diff)
downloadpython-dmidecode-ea7bb44fc527bfab6b418ad6fd0e5cf87341298e.tar.gz
python-dmidecode-ea7bb44fc527bfab6b418ad6fd0e5cf87341298e.tar.xz
python-dmidecode-ea7bb44fc527bfab6b418ad6fd0e5cf87341298e.zip
Cleanup copyright.
Cleanup debian/rules. Adding test.py to examples. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@158 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright25
-rwxr-xr-xdebian/rules5
2 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