diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rwxr-xr-x | debian/rules | 6 | ||||
-rw-r--r-- | debian/watch | 8 |
5 files changed, 18 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index db2f020..a5f3125 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python-dmidecode (2.10.1-1) unstable; urgency=low + + * The separation between the upstream and the debian files is now complete. + + -- Nima Talebi <nima@it.net.au> Mon, 12 Jan 2009 00:19:29 -0800 + +python-dmidecode (2.10-2) unstable; urgency=low + + * Conform the the latest Lintian rules. + + -- Nima Talebi <nima@it.net.au> Sun, 11 Jan 2009 15:04:58 -0800 + python-dmidecode (2.10-1) unstable; urgency=low * Initial release (Closes: #509169) diff --git a/debian/control b/debian/control index a2feeb3..6882b5c 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Priority: extra Depends: python-dmidecode (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} XB-Python-Version: ${python:Versions} -Description: Python extension module for DMIDecode +Description: Python extension module for dmidecode (debug) DMI (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 48bb7b6..c8ae230 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,7 +12,7 @@ It was downloaded from http://projects.autonomy.net.au/dmidecode/ Upstream Author: Nima Talebi <nima@autonomy.net.au> -The Debian packaging is (C) 2008, Nima Talebi <nima@it.net.au> and is licensed +The Debian packaging is © 2008, Nima Talebi <nima@it.net.au> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. License: @@ -53,4 +53,4 @@ License: along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - +// vim: ft=asciidoc diff --git a/debian/rules b/debian/rules index 5874172..cbb35d1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +export DH_VERBOSE=0 PYVERS = $(shell pyversions -vr) ################################################################################ @@ -29,8 +29,8 @@ install-ext-%: touch $@ install-dbg-ext-%: python$*-dbg src/setup.py install --root $(CURDIR)/debian/python-dmidecode-dbg - find $(CURDIR)/debian/python-dmidecode-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete - find $(CURDIR)/debian/python-dmidecode-dbg/usr/lib/python$*/ -depth -empty -delete + #find $(CURDIR)/debian/python-dmidecode-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete + #find $(CURDIR)/debian/python-dmidecode-dbg/usr/lib/python$*/ -depth -empty -delete touch $@ diff --git a/debian/watch b/debian/watch index 569b587..3093250 100644 --- a/debian/watch +++ b/debian/watch @@ -1,10 +1,2 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 - -#http://ftp.twaren.net/Unix/NonGNU/dmidecode/dmidecode-(.*)\.tar\.gz http://src.autonomy.net.au/python-dmidecode/python-dmidecode_(.*).orig.tar.gz |