diff options
Diffstat (limited to 'buildtools/debian-skeleton/rules')
-rw-r--r-- | buildtools/debian-skeleton/rules | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/buildtools/debian-skeleton/rules b/buildtools/debian-skeleton/rules new file mode 100644 index 00000000..ea2b043f --- /dev/null +++ b/buildtools/debian-skeleton/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +%: + dh $@ --with python2 + +override_dh_auto_configure: + dh_auto_configure -- --disable-target-installation --enable-python-install-layout=deb + +override_dh_auto_test: + @true |