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
deleted file mode 100755
index 60e93ec..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-%:
- dh $@ --with python2
-
-clean:
- rm -fr build
- dh $@
-
-override_dh_auto_install:
- dh_auto_install -- --no-version-script --standalone-lib --no-install-man
-