Your message dated Fri, 23 Nov 2018 23:26:46 +0000
with message-id <e1gqkqu-000cfq...@fasolo.debian.org>
and subject line Bug#913290: fixed in lintian 2.5.113
has caused the Debian Bug report #913290,
regarding lintian: Incorrectly reports
invalid-template-id-in-symbols-file/syntax-error-in-symbols-file for certain
symbols files
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
913290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.110
Severity: normal
Tags: patch
14098d4c65159b651d6c324d04cc9a83c26a592e introduced a regression with
these two tags[0][1], as noticed by the libsvn1 package. This was due
to no longer re-setting[2] meta_info_seen when encountering a new entry
in the symbols file.
[0]: https://lintian.debian.org/tags/invalid-template-id-in-symbols-file.html
[1]: https://lintian.debian.org/tags/syntax-error-in-symbols-file.html
[2]:
https://salsa.debian.org/lintian/lintian/commit/14098d4c65159b651d6c324d04cc9a83c26a592e#1fa89243df10deea1f8a05360d685b460458e201_500_500
The below patch fixes the issue, although I'm not familiar enough with
the test suite to add a regression test.
diff --git i/checks/shared-libs.pm w/checks/shared-libs.pm
index 61dcd4138..9d520d4f5 100644
--- i/checks/shared-libs.pm
+++ w/checks/shared-libs.pm
@@ -498,6 +498,7 @@ sub run {
$dep_templates = 0;
$symbol_count = 0;
+ undef %meta_info_seen;
} elsif (m/^\|\s+\S+\s*(?:\(\S+\s+\S+\)|#MINVER#)?/) {
# alternative dependency template
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages lintian depends on:
ii binutils 2.31.1-7
ii bzip2 1.0.6-9
ii diffstat 1.61-1+b1
ii dpkg 1.19.2
ii file 1:5.34-2
ii gettext 0.19.8.1-8
ii intltool-debian 0.35.0+20060710.4
ii libapt-pkg-perl 0.1.34+b1
ii libarchive-zip-perl 1.64-1
ii libcgi-pm-perl 4.40-1
ii libclass-accessor-perl 0.51-1
ii libclone-perl 0.41-1+b1
ii libdpkg-perl 1.19.2
ii libemail-valid-perl 1.202-1
ii libfile-basedir-perl 0.08-1
ii libipc-run-perl 20180523.0-1
ii liblist-moreutils-perl 0.416-1+b4
ii libparse-debianchangelog-perl 1.2.0-13
ii libtext-levenshtein-perl 0.13-1
ii libtimedate-perl 2.3000-2
ii liburi-perl 1.74-1
ii libxml-simple-perl 2.25-1
ii libyaml-libyaml-perl 0.74+repack-1+b1
ii man-db 2.8.4-3
ii patchutils 0.3.4-2
ii perl [libdigest-sha-perl] 5.28.0-3
ii t1utils 1.41-2
ii xz-utils 5.2.2-1.3
Versions of packages lintian recommends:
ii libperlio-gzip-perl 0.19-1+b5
Versions of packages lintian suggests:
pn binutils-multiarch <none>
ii dpkg-dev 1.19.2
ii libhtml-parser-perl 3.72-3+b3
ii libtext-template-perl 1.53-1
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.113
We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 913...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Chris Lamb <la...@debian.org> (supplier of updated lintian package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 23 Nov 2018 22:13:47 +0000
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.113
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-ma...@debian.org>
Changed-By: Chris Lamb <la...@debian.org>
Description:
lintian - Debian package checker
Closes: 879851 913290 913398 913466 913605 913761 913974 914163
Changes:
lintian (2.5.113) unstable; urgency=medium
.
* Summary of tag changes:
+ Added:
- package-contains-file-in-usr-share-hal
- package-uses-vendor-specific-patch-series
- systemd-service-file-missing-hardening-features
+ Merged:
- maintainer-script-should-not-use-dpkg-{database,status}-directly ->
uses-dpkg-database-directly
+ Renamed:
- init.d-script-does-not-implement-optional-option ->
init.d-script-does-not-implement-status-option
.
* checks/control-file.{desc.pm}:
+ [CL] Ensure the "Architecture" field in a changes files contains only
the string "source" rather than checking whether it is defined or
not. This fixes source-only-upload-to-non-free-without-autobuild
false positives. Thanks to Chuan-kai Lin. (Closes: #914163)
* checks/files.{desc,pm}:
+ [CL] Unify all dpkg internal database checks into a single new
uses-dpkg-database-directly check, extending it to check all
files shipped in package, not just the maintainer scripts. Thanks to
Guillem Jover for the suggestion. (Closes: #913974)
* checks/files.desc, checks/java.desc:
+ [CL] Clarify distinction between the package-installs-java-bytecode
and source-contains-prebuilt-java-object tags. Thanks to Markus
Koschany for the suggestion. (Closes: #879851)
* checks/init.d.{pm,desc}:
+ [CL] Rework the init.d-script-does-not-implement-optional-option tag
by renaming it to init.d-script-does-not-implement-status-option
and update the description to make the distinction between the LSB
(where it is required) and Debian Policy (where currently it is not).
Thanks to Andreas Henriksson for the suggestion. (Closes: #913466)
* checks/patch-systems.{desc,pm}:
+ [CL] Warn about packages that use vendor-specific patch series files
since the CTTE decision in #904302.
* checks/shared-libs.pm:
+ [CL] Apply a patch from James McCoy to fix a regression that was
causing Lintian to incorrectly report the
invalid-template-id-in-symbols-file and syntax-error-in-symbols-file
tags. Thanks! (Closes: #913290)
* checks/systemd.{desc,pm}:
+ [CL] Emit an experimental-level warning for .service files that do
not appear to use any security/hardening features. (Closes: #913605)
* checks/watch-file.pm:
+ [CL] Avoid debian-watch-file-should-mangle-version false-positives
when the file uses the @DEB_EXT@ or auto dversionmangle features.
Thanks to Sebastian Ramacher and Mattia Rizzolo. (Closes: #913761)
.
* collection/java-info:
+ [CL] Prevent an "uninitialized value" warning when processing
empty or otherwise truncated .class files. Thanks to Branden
Robinson for the report. (Closes: #913398)
.
* data/description/planned-features:
+ [AB] Add "is planned" and "is also planned".
* data/fields/name_section_mappings:
+ [CL] Tidy file.
* data/spelling/corrections:
+ [AB] Add "redundant" and a bunch of variants around "conditional".
+ [PW] Add a number of corrections.
.
* t/*:
+ [CL] Apply a patch series from Felix Lechner to parameterise
the debhelper compatibility level in tests. (MR: !73)
+ [CL] Apply a patch from Felix Lechner to implement a new file
hierarchy for test specifications. (MR: !74)
* t/scripts/spellintian.t:
+ [CL] Make the "No no-op correction present..." test failure messages
include the offending correction to make it easier to correct.
Checksums-Sha1:
1aa7635db6068646c53f20a5e75f1da20d1d89d7 3507 lintian_2.5.113.dsc
42a001d8770e1df661f575a6077e0cd86436fd3f 1610540 lintian_2.5.113.tar.xz
475a2c3f7047a67ea2d1c050a4271aded4018fc2 1145468 lintian_2.5.113_all.deb
7fe97929dcaf15b39d048c1a66f60df3c425448e 17601 lintian_2.5.113_amd64.buildinfo
Checksums-Sha256:
f32391cf70c8a69f1f5c0cf9c254fbcdae8a1426f0f9642adda07a70972a02d9 3507
lintian_2.5.113.dsc
cb7630ea14576c95491ff337ab3352c9a081863cd693a61da3eafa2519db5075 1610540
lintian_2.5.113.tar.xz
0194855c058aeb5c0c18aa47bf3c007b054ae2d8167502f73fbfbfd9bd3c1300 1145468
lintian_2.5.113_all.deb
5e726bba174719927131e09b852ace18531445e338aeee5912df1af069726807 17601
lintian_2.5.113_amd64.buildinfo
Files:
b41ccaf33c8727a8ecc45c15de5545f9 3507 devel optional lintian_2.5.113.dsc
673770519f2910173b1b8490a5b3c1c8 1610540 devel optional lintian_2.5.113.tar.xz
574ebcf782d050119e40cb08583a8954 1145468 devel optional lintian_2.5.113_all.deb
a8a4c2d93980ab023aa7a3e2af9fe31d 17601 devel optional
lintian_2.5.113_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlv4gXYACgkQHpU+J9Qx
Hlicyg//Rgk7KOjPRiWSXfLfUPCS6N4qAq/mvdXulvy5ZMXAzg0k/M2RHjbjWNg3
rKPdqcbrRK2zS88ch2h4ghavgjPvKsVgjTt8ai1MXki/1oI60q9yEWJIwt5R72Db
cn7Ou5RDahVW0s1uu1b/eFbdW2jTDPON8DCETac9CpmioG3D8Ds9uyBkDUwyYqzZ
kTU3qBQ89TmFQSEfHxpmKaNkdxI4dGyXKDB8+yrURs02YR2Fty5IE0Dx4XF4oeYN
j+v79sQJg1pYjC3kLAiO/GSjxgMeDoTa/DLSQzES64+y0QHcwC2vcchSPW0MWtrL
Nh0+uv7PxBUBq+cXGSEeMc/0QB+nN8yZ+PQexuwFDG2vp0bB2K97CKDzByDumt1N
eV7zoTaWfDFJWKnqbYW2WYajpLGjFEByJvllb6kVJQUSR5bxJqk/swN0d6Ywni9N
2CyySkGn28abuVjLQP5tCc54+ULMQLp5khLDdtpIzsEs3EVP4vkU0R7CeRJs3arJ
KWt656K4/2dTAGXhm3xO8VD89MISMrteLHZHF2nOfEV8k/epAYEdJBvtH0cHU1VU
Z0CEz8Ks9HhxOVVO4DekOzcXGkz8fo82NA7aynaKwfxSVUY7wy2AI7X+t0NNxSPj
Sp5X3MBBbXuLL5bJYWmL0CPcUHId+TLRPqItfVbyxrCFdPUiHJ4=
=21mg
-----END PGP SIGNATURE-----
--- End Message ---