Felix Lechner pushed to branch master at lintian / lintian
Commits:
-
95897129
by Felix Lechner at 2020-06-05T07:38:49-07:00
-
ad4c446e
by Felix Lechner at 2020-06-05T07:44:40-07:00
7 changed files:
- t/bin/runtests
- + t/tags/checks/fields/maintainer/colorful/build-spec/fill-values
- + t/tags/checks/fields/maintainer/colorful/eval/desc
- + t/tags/checks/fields/maintainer/colorful/eval/tags
- + t/tags/checks/fields/maintainer/right-to-left-override/build-spec/fill-values
- + t/tags/checks/fields/maintainer/right-to-left-override/eval/desc
- + t/tags/checks/fields/maintainer/right-to-left-override/eval/tags
Changes:
| ... | ... | @@ -479,7 +479,7 @@ if (-t STDOUT && !$unattended) { |
| 479 | 479 |
next
|
| 480 | 480 |
unless -r $diffpath;
|
| 481 | 481 |
|
| 482 |
- my $diff = path($diffpath)->slurp_utf8;
|
|
| 482 |
+ my $diff = path($diffpath)->slurp;
|
|
| 483 | 483 |
print $diff;
|
| 484 | 484 |
|
| 485 | 485 |
} elsif ($testcase->{match_strategy} eq 'literal') {
|
| 1 |
+Skeleton: upload-native
|
|
| 2 |
+Testname: colorful
|
|
| 3 |
+Author: Colorful <"[31mc[32mo[33ml[34mo[35mr[36mf[37mu[96ml[0m"@43-1.org>
|
|
| 4 |
+Description: Colorful maintainer from Ansgar's 'colorful' test package (false positive)
|
| 1 |
+Testname: colorful
|
|
| 2 |
+Check: fields/maintainer
|
|
| 3 |
+Reference: Bug#962277
|
| 1 |
+colorful (source): maintainer Colorful <"[31mc[32mo[33ml[34mo[35mr[36mf[37mu[96ml[0m"@43-1.org>
|
|
| 2 |
+colorful (binary): maintainer Colorful <"[31mc[32mo[33ml[34mo[35mr[36mf[37mu[96ml[0m"@43-1.org>
|
| 1 |
+Skeleton: upload-native
|
|
| 2 |
+Testname: right-to-left-override
|
|
| 3 |
+Author: Ansgar <"ansgar"@43-1.org>
|
|
| 4 |
+Description: Maintainer with UTF-8 RIGHT-TO-LEFT OVERRIDE from Ansgar's 'colorful' test package (false positive)
|
| 1 |
+Testname: right-to-left-override
|
|
| 2 |
+Check: fields/maintainer
|
|
| 3 |
+Reference: Bug#962277
|
| 1 |
+right-to-left-override (source): maintainer-address-malformed ansgar@43-1.org
|
|
| 2 |
+right-to-left-override (source): maintainer Ansgar <ansgar@43-1.org>
|
|
| 3 |
+right-to-left-override (binary): maintainer-address-malformed â®ansgar@43-1.org
|
|
| 4 |
+right-to-left-override (binary): maintainer Ansgar <â®ansgar@43-1.org>
|