diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
commit | b521eea8caf19b0f6c8eb05185001054729603d1 (patch) | |
tree | d4b1dea7145085dd7dd9687d23f390c006411cfc /debian/rules | |
parent | Merging upstream version 1.35.1. (diff) | |
download | yamllint-c0fbd8506cecdb5ffa39912f4462c24f2b0099a9.tar.xz yamllint-c0fbd8506cecdb5ffa39912f4462c24f2b0099a9.zip |
Adding debian version 1.35.1-1.debian/1.35.1-1debian
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 |