summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-01-12 13:06:34 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2009-01-12 13:06:34 +0000
commitf9134f3aca61ee5b1cec3f136cf99e37a90bb9f4 (patch)
tree26277cd9eea48dc99265b16e58a122def0357229 /debian/rules
parent52f3744ec2b709791ad062e2668aea2fef5ae43e (diff)
downloadpython-dmidecode-f9134f3aca61ee5b1cec3f136cf99e37a90bb9f4.tar.gz
python-dmidecode-f9134f3aca61ee5b1cec3f136cf99e37a90bb9f4.tar.xz
python-dmidecode-f9134f3aca61ee5b1cec3f136cf99e37a90bb9f4.zip
Debian changes completely separated from upstream.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@168 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
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 $@