diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:18 +0000 |
commit | ee382a4d81145c0f6b0828e18e07d0581d985c25 (patch) | |
tree | 87fb2c67f4b4638a409a7df4baea80223238ce6a /debian/rules | |
parent | Merging upstream version 1.35.1. (diff) | |
download | yamllint-ee382a4d81145c0f6b0828e18e07d0581d985c25.tar.xz yamllint-ee382a4d81145c0f6b0828e18e07d0581d985c25.zip |
Merging debian version 1.35.1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index ac8acde..913a220 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,7 @@ export DH_VERBOSE=1 %: - NOSE_EXCLUDE=test_run_colored_output \ - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_build: dh_auto_build |