diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:17:51 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-08 09:17:51 -0400 |
commit | 6a8580de3c997c9cad4e886f91bea41e374df0a5 (patch) | |
tree | 958d1765d759fa420e0ad263f664fece34876856 /debian | |
parent | add obs build assets (diff) | |
download | python3-tkstackrpms-6a8580de3c997c9cad4e886f91bea41e374df0a5.tar.gz python3-tkstackrpms-6a8580de3c997c9cad4e886f91bea41e374df0a5.tar.bz2 python3-tkstackrpms-6a8580de3c997c9cad4e886f91bea41e374df0a5.zip |
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 |