Skip to content

Commit ea7bb44

Browse files
author
nima
committed
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
1 parent 66a3830 commit ea7bb44

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

debian/copyright

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ Upstream Author: Nima Talebi <nima@autonomy.net.au>
1515
The Debian packaging is (C) 2008, Nima Talebi <nima@it.net.au> and is licensed
1616
under the GPL, see `/usr/share/common-licenses/GPL'.
1717

18-
License: GPLv3
18+
License:
19+
GPLv3 - The python-dmidecode packages is available under the terms of
20+
the GNU General Public license version 3. On Debian systems, the complete
21+
text of the GNU General Public License can be found in
22+
`/usr/share/common-licenses/GPL'.
1923

2024

2125
DMIDecode
@@ -32,4 +36,21 @@ Copyrights
3236
==========
3337
Copyright 2000-2002 Alan Cox <alan@redhat.com>
3438
Copyright 2002-2008 Jean Delvare <khali@linux-fr.org>
35-
Copyright 2008 Nima Talebi <nima@it.net.au>
39+
Copyright 2007-2008 Nma Talebi <nima@it.net.au>
40+
41+
License:
42+
This program is free software; you can redistribute it and/or modify
43+
it under the terms of the GNU General Public License as published by
44+
the Free Software Foundation; either version 2 of the License, or
45+
(at your option) any later version.
46+
47+
This program is distributed in the hope that it will be useful,
48+
but WITHOUT ANY WARRANTY; without even the implied warranty of
49+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50+
GNU General Public License for more details.
51+
52+
You should have received a copy of the GNU General Public License
53+
along with this package; if not, write to the Free Software
54+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
55+
56+

debian/rules

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/usr/bin/make -f
22

3-
export DH_VERBOSE=1
4-
3+
#export DH_VERBOSE=1
54
PYDEF = $(shell pyversions -d)
65
PYVERS = $(shell pyversions -r)
7-
PYVERS = python2.4 python2.5
86

97

108
#############
@@ -55,7 +53,6 @@ binary-arch: build install
5553
# dh_pysupport
5654
dh_pycentral
5755
dh_installman
58-
dh_link
5956
dh_strip
6057
dh_compress
6158
dh_fixperms
File renamed without changes.

0 commit comments

Comments
 (0)