summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 02:55:19 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 02:55:19 +0000
commit5337eca7114bec25f59910971c734d7aac416c2e (patch)
tree087fa43816aa144b6a8200d4bab9b2dd69450a00
parent39341f8c367a9de724047c7a980ca75fc60814c8 (diff)
downloadpython-dmidecode-5337eca7114bec25f59910971c734d7aac416c2e.tar.gz
python-dmidecode-5337eca7114bec25f59910971c734d7aac416c2e.tar.xz
python-dmidecode-5337eca7114bec25f59910971c734d7aac416c2e.zip
Cleaned up and Lintian-approved.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@151 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r--Makefile2
-rw-r--r--debian/control4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 721c9fb..fae2839 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ $(SRCSRV)/$(PACKAGE)/$(PACKAGE)_$(VERSION).orig.tar.gz: ../$(PACKAGE)_$(VERSION)
.dpkg: debian .src
-rm ../build-area/$(PACKAGE)_$(VERSION)*
- svn-buildpackage -us -uc -rfakeroot -enima@it.net.au
+ svn-buildpackage --svn-ignore-new -us -uc -rfakeroot -enima@it.net.au
lintian --verbose -c ../build-area/$(PACKAGE)_$(VERSION)-1_i386.deb
lintian --verbose -iI ../build-area/$(PACKAGE)_$(VERSION)-1_i386.changes
touch $@
diff --git a/debian/control b/debian/control
index 953f361..06184d8 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,11 @@ 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
DMI (the desktop management interface) provides a standardized description of
a computer's hardware, including characteristics such as BIOS serial number
and hardware connectors.
.
This package provides an interface to the DMI data available from the BIOS.
It is intended to be used as a back-end tool by other hardware detection
- programs implemented in python.
+ programs implemented in Python.