aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-08 09:17:51 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-08 09:17:51 -0400
commit6a8580de3c997c9cad4e886f91bea41e374df0a5 (patch)
tree958d1765d759fa420e0ad263f664fece34876856
parentadd obs build assets (diff)
downloadpython3-tkstackrpms-6a8580de3c997c9cad4e886f91bea41e374df0a5.tar.gz
python3-tkstackrpms-6a8580de3c997c9cad4e886f91bea41e374df0a5.tar.bz2
python3-tkstackrpms-6a8580de3c997c9cad4e886f91bea41e374df0a5.zip
try nocheck to disable tests in obsHEADmaster
-rwxr-xr-xdebian/rules1
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
bgstack15