From 4b92dd269005ced52ff82061a65719e73162a2b3 Mon Sep 17 00:00:00 2001 From: nima Date: Fri, 19 Dec 2008 05:05:38 +0000 Subject: Received ITP auto-ack: #509169. More debianizing cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@121 abc39116-655e-4be6-ad55-d661dc543056 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 40f5a22..de26398 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f export DH_VERBOSE=1 +export DH_ALWAYS_EXCLUDE=.svn + PYDEF = $(shell pyversions -d) PYVERS = $(shell pyversions -r) PYVERS = python2.4 python2.5 @@ -50,11 +52,9 @@ binary-arch: build install dh_installdocs dh_installexamples dh_install -# # dh_python # dh_pysupport dh_pycentral -# dh_installman dh_link dh_strip -- cgit