summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 18:30:13 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 18:30:13 +0300
commit8ccdadfeb04877d9c0758d635f87964b62b50bc7 (patch)
tree75716c8c936cdbf39697501bff739889d4dc849c /debian
parent5e34c0748bbcee23664d3ddc6d8e18e297d03123 (diff)
downloadcliapp-8ccdadfeb04877d9c0758d635f87964b62b50bc7.tar.gz
Tweak debian/rules for Debian 8 debhelper
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 04d6225..4366a10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,12 @@
override_dh_auto_build:
$(MAKE)
- dh_auto_build --with=python2 --buildsystem=python_distutils
+ dh_auto_build --buildsystem=python_distutils
override_dh_auto_test:
$(MAKE) clean check
# RE-build
$(MAKE)
- dh_auto_build --with=python2 --buildsystem=python_distutils
override_dh_auto_clean:
$(MAKE) clean
- dh_auto_clean --with=python2 --buildsystem=python_distutils
-