diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7da282f..1390902 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,7 @@ # You must remove unused comment lines for the released package. #export DH_VERBOSE = 1 #export PYBUILD_NAME = tkstackrpms +DEB_BUILD_OPTIONS := nocheck %: dh $@ --with python3 --buildsystem pybuild |