From ea7bb44fc527bfab6b418ad6fd0e5cf87341298e Mon Sep 17 00:00:00 2001 From: nima Date: Sun, 21 Dec 2008 10:22:06 +0000 Subject: Cleanup copyright. Cleanup debian/rules. Adding test.py to examples. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@158 abc39116-655e-4be6-ad55-d661dc543056 --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 65d8e77..5fcfc15 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,8 @@ #!/usr/bin/make -f -export DH_VERBOSE=1 - +#export DH_VERBOSE=1 PYDEF = $(shell pyversions -d) PYVERS = $(shell pyversions -r) -PYVERS = python2.4 python2.5 ############# @@ -55,7 +53,6 @@ binary-arch: build install # dh_pysupport dh_pycentral dh_installman - dh_link dh_strip dh_compress dh_fixperms -- cgit