diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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. |