summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-03 19:03:40 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-03 19:03:40 +0300
commit6033fc060e9c65d979a4df75c4205c43f239e0c9 (patch)
tree5290c481bbec8f73f949b655d610a69b2155e871 /debian/rules
parent66a5d3cc27f10f560af4d84f8c57de11ce002053 (diff)
downloadick-6033fc060e9c65d979a4df75c4205c43f239e0c9.tar.gz
Explicitly run setup.py instead of dh_auto_build
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8103ff5..e57b7c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
dh $@ --with=python2 --with-buildsystem=python_distutils
override_dh_auto_build:
- dh_auto_build
+ python setup.py build
make doc.html
override_dh_auto_test: