Update rules

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-04-25 19:34:03 +03:00 committed by GitHub
parent e36a245554
commit e97c803860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
debian/rules vendored
View File

@ -4,7 +4,7 @@
#export DH_VERBOSE = 1
export PYBUILD_NAME=repolib
export PYBUILD_OPTION=--test-pytest
#export PYBUILD_OPTION=--test-pytest
%:
dh $@ --with python3 --buildsystem=pybuild
@ -12,8 +12,8 @@ export PYBUILD_OPTION=--test-pytest
## Uncomment to disable testing during package builds
## NOTE for QA or Engineering Review: This should not be uncommented in a
## PR. If it is, DO NOT APPROVE THE PR!!!
# override_dh_auto_test:
# true
override_dh_auto_test:
true
# If you need to rebuild the Sphinx documentation
# Add spinxdoc to the dh --with line