summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules
index 4366a10..8cea567 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,15 +2,3 @@
%:
dh $@ --with=python2 --buildsystem=python_distutils
-
-override_dh_auto_build:
- $(MAKE)
- dh_auto_build --buildsystem=python_distutils
-
-override_dh_auto_test:
- $(MAKE) clean check
- # RE-build
- $(MAKE)
-
-override_dh_auto_clean:
- $(MAKE) clean