From 7788d30989f2bafca2aacda198947c1841e420a3 Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Tue, 14 Apr 2009 19:08:51 +1000 Subject: Small cleanup change --- debian/changelog | 6 ++++++ debian/rules | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 940a149..53d4551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-dmidecode (2.10.5-2) unstable; urgency=low + + * Minor cleanup. + + -- Nima Talebi Tue, 14 Apr 2009 19:08:16 +1000 + python-dmidecode (2.10.5-1) unstable; urgency=low * Upstream (cleanup) release. diff --git a/debian/rules b/debian/rules index 5e4d832..641f65e 100755 --- a/debian/rules +++ b/debian/rules @@ -31,12 +31,12 @@ install: install-stamp dh_installman install-stamp: build-stamp $(PYVERS:%=install-ext-%) $(PYVERS:%=install-dbg-ext-%) install-ext-%: - python$* src/setup.py install --root $(CURDIR)/debian/python-dmidecode + python$* src/setup.py install --root $(CURDIR)/debian/$(PACKAGE) touch $@ install-dbg-ext-%: - python$*-dbg src/setup-dbg.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 + python$*-dbg src/setup-dbg.py install --root $(CURDIR)/debian/$(PACKAGE)-dbg + #find $(CURDIR)/debian/$(PACKAGE)-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete + #find $(CURDIR)/debian/$(PACKAGE)-dbg/usr/lib/python$*/ -depth -empty -delete touch $@ ################################################################################ @@ -62,7 +62,6 @@ clean: dh_testdir dh_testroot $(MAKE) -f Makefile clean - test $(CL_AGE) -le $(CACHE_AGE) || dh_clean dh_clean build-stamp install-stamp \ $(PYVERS:%=install-ext-%) $(PYVERS:%=build-ext-%) \ $(PYVERS:%=install-dbg-ext-%) $(PYVERS:%=build-dbg-ext-%) -- cgit