From f9134f3aca61ee5b1cec3f136cf99e37a90bb9f4 Mon Sep 17 00:00:00 2001 From: nima Date: Mon, 12 Jan 2009 13:06:34 +0000 Subject: Debian changes completely separated from upstream. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@168 abc39116-655e-4be6-ad55-d661dc543056 --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/rules') 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 $@ -- cgit