diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 19 | ||||
-rwxr-xr-x | debian/rules | 4 |
4 files changed, 20 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index d75e6f5..6b7d2ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ python-dmidecode (2.10-1) unstable; urgency=low - * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + * Initial release (Closes: #509169) - -- Nima Talebi <nima@autonomy.net.au> Wed, 17 Dec 2008 19:52:44 +0900 + -- Nima Talebi <nima@ntrust.net.au> Fri, 19 Dec 2008 14:04:16 +0900 diff --git a/debian/control b/debian/control index f0fcb19..7c8e64e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ XB-Python-Version: ${python:Versions} Architecture: any Provides: ${python:Provides} Depends: ${python:Depends}, ${shlibs:Depends} -Description: Python extension module for dmidecode. +Description: Python extension module for dmidecode The Desktop Management Interface provides a standardized description of a computer's hardware, including characteristics such as BIOS serial number and hardware connectors. diff --git a/debian/copyright b/debian/copyright index 2ce2c80..352e6d5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,10 @@ +DMIDecode Python Extension Module shadows the DMIDecode utility +=============================================================== + + +DMIDecode Python Extension Module +================================= + This package was authored and debianized by Nima Talebi <nima@autonomy.net.au> on Wed, 17 Dec 2008 19:52:44 +0900. @@ -9,9 +16,13 @@ Copyright: 2008 Nima Talebi License: GPLv3 -The Debian packaging is (C) 2008, Nima Talebi <nima@autonomy.net.au> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +The Debian packaging is (C) 2008, Nima Talebi <nima@it.net.au> and is licensed +under the GPL, see `/usr/share/common-licenses/GPL'. + + +DMIDecode +========= -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. +Developer & Maintainer: Jean Delvare <khali@linux-fr.org> +Original Author: Alan Cox <alan@redhat.com> diff --git a/debian/rules b/debian/rules index 40f5a22..de26398 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f export DH_VERBOSE=1 +export DH_ALWAYS_EXCLUDE=.svn + PYDEF = $(shell pyversions -d) PYVERS = $(shell pyversions -r) PYVERS = python2.4 python2.5 @@ -50,11 +52,9 @@ binary-arch: build install dh_installdocs dh_installexamples dh_install -# # dh_python # dh_pysupport dh_pycentral -# dh_installman dh_link dh_strip |