summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-19 05:05:38 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-19 05:05:38 +0000
commit4b92dd269005ced52ff82061a65719e73162a2b3 (patch)
treeecf6feb1ea0d970c6e8d53b72e25b65f728827a1
parent262375e89de043a6df588d87e6d87e69e28141cc (diff)
downloadpython-dmidecode-4b92dd269005ced52ff82061a65719e73162a2b3.tar.gz
python-dmidecode-4b92dd269005ced52ff82061a65719e73162a2b3.tar.xz
python-dmidecode-4b92dd269005ced52ff82061a65719e73162a2b3.zip
Received ITP auto-ack: #509169.
More debianizing cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@121 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rw-r--r--debian/copyright19
-rwxr-xr-xdebian/rules4
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