summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 7c8e64e..3344184 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: python-dmidecode
-XS-Python-Version: (>= 2.3)
+XS-Python-Version: >= 2.3
Section: utils
Priority: optional
Maintainer: Nima Talebi <nima@it.net.au>
diff --git a/debian/rules b/debian/rules
index de26398..65d8e77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
-export DH_ALWAYS_EXCLUDE=.svn
PYDEF = $(shell pyversions -d)
PYVERS = $(shell pyversions -r)
@@ -39,7 +38,7 @@ clean:
dh_testroot
-rm -f build-stamp configure-stamp
-rm -rf $(CURDIR)/debian/python-dmidecode
- -$(MAKE) -f Makefile clean
+ $(MAKE) -f Makefile clean
dh_clean