Axel Beckert pushed to branch master at lintian / lintian
Commits:
- 
5bffcd9a
by Richard Lewis at 2024-02-05T00:50:58+00:00
- 
40f26ce4
by Richard Lewis at 2024-02-05T00:50:58+00:00
- 
372ac9c8
by Richard Lewis at 2024-02-05T00:50:58+00:00
8 changed files:
- .gitignore
- lib/Lintian/Pool.pm
- + t/recipes/lintian-features/exit-status/show-overrides-exit-status/build-spec/debian/install
- + t/recipes/lintian-features/exit-status/show-overrides-exit-status/build-spec/debian/lintian-overrides
- + t/recipes/lintian-features/exit-status/show-overrides-exit-status/build-spec/fill-values
- + t/recipes/lintian-features/exit-status/show-overrides-exit-status/build-spec/orig/file
- + t/recipes/lintian-features/exit-status/show-overrides-exit-status/eval/desc
- + t/recipes/lintian-features/exit-status/show-overrides-exit-status/eval/literal
Changes:
| ... | ... | @@ -17,6 +17,7 @@ | 
| 17 | 17 |  /.idea/
 | 
| 18 | 18 |  /.nobackup
 | 
| 19 | 19 |  *.bak
 | 
| 20 | +*~
 | |
| 20 | 21 |  *.rej
 | 
| 21 | 22 |  cover_db*
 | 
| 22 | 23 |  /coverage-report
 | 
| ... | ... | @@ -191,8 +191,7 @@ sub process{ | 
| 191 | 191 |                  next
 | 
| 192 | 192 |                    unless $PROFILE->display_level_for_tag($hint->tag_name);
 | 
| 193 | 193 | |
| 194 | -                if (!defined $hint->override
 | |
| 195 | -                    || $option->{'show-overrides'}) {
 | |
| 194 | +                if (!defined $hint->override) {
 | |
| 196 | 195 | |
| 197 | 196 |                      ++$reported_count{$tag->visibility}
 | 
| 198 | 197 |                        if !$tag->experimental;
 | 
| 1 | +file /usr/share/file | 
| 1 | +# package installs a d/rules template not a script
 | |
| 2 | +missing-dep-for-interpreter /usr/bin/make * | 
| 1 | +Skeleton: upload-native
 | |
| 2 | +Testname: show-overrides-exit-status
 | |
| 3 | +Description: Bug #1019690 correct exit status when show-overrides | 
| 1 | +#!/usr/bin/make -f
 | |
| 2 | + | |
| 3 | +%:
 | |
| 4 | +	dh $@ --with elpa | 
| 1 | +Testname: show-overrides-exit-status
 | |
| 2 | +Check: scripts
 | |
| 3 | +Exit-Status: 0
 | |
| 4 | +Match-Strategy: literal
 | |
| 5 | +Output-Format: EWI
 | |
| 6 | +Default-Lintian-Options: --show-overrides --fail-on error | 
| 1 | +N: package installs a d/rules template not a script
 | |
| 2 | +O: show-overrides-exit-status: missing-dep-for-interpreter /usr/bin/make (does not satisfy make:any | build-essential:any | dpkg-dev:any) [usr/share/file/file] |