Your message dated Fri, 03 Nov 2017 08:52:37 +0000 with message-id <[email protected]> and subject line Bug#880140: fixed in lintian 2.5.58 has caused the Debian Bug report #880140, regarding lintian: misdetects libcanberra-gstreamer as a GNU Smalltalk library 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 [email protected] immediately.) -- 880140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880140 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: lintian Version: 2.5.56 Severity: normal Tags: patch lintian reports that libcanberra-gstreamer has "wrong-section-according-to-package-name libcanberra-gstreamer => interpreters". This appears to be because it matches ^lib.*-gst which is thought to be a GNU Smalltalk binding. I think the regex should be anchored to the end (add $), since TCL, Lua and GNU Smalltalk libraries seem to follow the same naming pattern as Perl. Untested patch which I hope will DTRT: diff --git a/data/fields/name_section_mappings b/data/fields/name_section_mappings index 12e9bb89b..1fdc1cfd7 100644 --- a/data/fields/name_section_mappings +++ b/data/fields/name_section_mappings @@ -30,7 +30,7 @@ lib.*-cil(?:-dev)?$ => cli-mono ^rust- => rust ^lib.*-(?:ocaml|camlp4)-dev$ => ocaml ^libjs- => javascript -^lib.*-(tcl|lua|gst) => interpreters +^lib.*-(tcl|lua|gst)$ => interpreters # data files ^gir\d+\.\d+-.*-\d+\.\d+$ => introspection ^(?:x?fonts|ttf)- => fonts Regards, smcv -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages lintian depends on: ii binutils 2.29.1-6 ii bzip2 1.0.6-8.1 ii diffstat 1.61-1+b1 ii dpkg 1.19.0.4 ii file 1:5.32-1 ii gettext 0.19.8.1-4 ii intltool-debian 0.35.0+20060710.4 ii libapt-pkg-perl 0.1.33 ii libarchive-zip-perl 1.59-1 ii libclass-accessor-perl 0.51-1 ii libclone-perl 0.38-2+b2 ii libdpkg-perl 1.19.0.4 ii libemail-valid-perl 1.202-1 ii libfile-basedir-perl 0.07-1 ii libipc-run-perl 0.96-1 ii liblist-moreutils-perl 0.416-1+b3 ii libparse-debianchangelog-perl 1.2.0-12 ii libperl5.26 [libdigest-sha-perl] 5.26.1-2 ii libtext-levenshtein-perl 0.13-1 ii libtimedate-perl 2.3000-2 ii liburi-perl 1.72-2 ii libxml-simple-perl 2.24-1 ii libyaml-libyaml-perl 0.63-2+b2 ii man-db 2.7.6.1-2 ii patchutils 0.3.4-2 ii perl 5.26.1-2 ii t1utils 1.40-2 ii xz-utils 5.2.2-1.3 Versions of packages lintian recommends: ii libperlio-gzip-perl 0.19-1+b4 Versions of packages lintian suggests: ii binutils-multiarch 2.29.1-6 ii dpkg-dev 1.19.0.4 ii libhtml-parser-perl 3.72-3+b2 ii libtext-template-perl 1.47-1 -- no debconf information
--- End Message ---
--- Begin Message ---Source: lintian Source-Version: 2.5.58 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Chris Lamb <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 03 Nov 2017 08:46:02 +0100 Source: lintian Binary: lintian Architecture: source all Version: 2.5.58 Distribution: unstable Urgency: medium Maintainer: Debian Lintian Maintainers <[email protected]> Changed-By: Chris Lamb <[email protected]> Description: lintian - Debian package checker Closes: 838807 880115 880140 Changes: lintian (2.5.58) unstable; urgency=medium . * checks/cruft.pm: + [CL] Rewrite file-contains-trailing-whitespace tag to be a hash from the filename to the regex we should match. + [CL] Allow trailing tabs in debian/rules files; they are a very common idiom in Makefiles. * checks/fields.desc: + [SL] Update of the documentation for the change introduced in 2.5.53: Transitional packages should now be "oldlibs/optional" rather than "oldlibs/extra". * checks/python.pm: + [CL] Don't count python-django and python3-django as Django modules. This avoids a warning where Django itsel triggers "django-package-does-not-depend-on-django". . * data/fields/name_section_mappings: + [CL] Apply patch from Simon McVittie to prevent a misdetection of libcanberra-gstreamer as a GNU Smalltalk library. (Closes: #880140) * data/spelling/corrections: + [AB] Add more misspellings of the word "dependency". . * doc/lintian.xml: + [CL] Improve overrides docs using source-is-missing as an example. (Closes: #838807) . * vendors/ubuntu/main/data/changes-file/known-dists: + [CL] Add bionic as a known Ubuntu distribution. Thanks Jeremy Bicha! (Closes: #880115) Checksums-Sha1: badc475371a7d5f325695946c5aec890dc798da4 2898 lintian_2.5.58.dsc 1d21fb3d9bf3cf5eb78b275bf42a6ae77509e241 1245424 lintian_2.5.58.tar.xz c031f25e364102fe9a7688b94229913634b2a681 1070952 lintian_2.5.58_all.deb db33a2aad836d7ee25313f4bc03e9ae310bdf653 16238 lintian_2.5.58_amd64.buildinfo Checksums-Sha256: 1a0cabab7cb6bf6fa88cb9889ee7113c8c318bc5e973db4ba93880ff7031ab75 2898 lintian_2.5.58.dsc 88e8acfe5a1f6d58028a086cd8bdbd232bbc2ed38ee274edcdc6c318a2014dd0 1245424 lintian_2.5.58.tar.xz 30e672ab45412c54160a9b07e8bcd61c6e838797db105fd70ddcf76ce9af1160 1070952 lintian_2.5.58_all.deb 222b1fc554642d2f2da740198dbade864c76c5fa1ffae8d673bca1a0b99a65fb 16238 lintian_2.5.58_amd64.buildinfo Files: 6a8b2f5b3e4cdb9cc5527361bddebb0c 2898 devel optional lintian_2.5.58.dsc fde75580230c986bb4ade5ec9b7d73eb 1245424 devel optional lintian_2.5.58.tar.xz 8f298782f575f0979f01426cc11a608b 1070952 devel optional lintian_2.5.58_all.deb 9d3c15e25a54d82871d9cf5d9f69321b 16238 devel optional lintian_2.5.58_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAln8JR8ACgkQHpU+J9Qx Hlj2Gg/+M0KEw2EPF5zkeV4Jfa/rhqweEtq67sd8mkcu4kDr2dH0xx+bp9OvoiOH nuhAFpqRH2ZgUbU1HlCCbikCmACKyj8TwuKBSzvUzOzc04QqBqUQKhmnmuli3Mh4 om8N9WkSihbNrJilFSPS7yXY+ugQl+Wj7Vixg8vDTVlbbII2sFki55LEdK/WU8Si QFYSMoGESzbF5dk0VMi3JEHIffylhUxJaeMIEDdpPRxvUTGgXUPL5N6dLwko34Rk ZpMgdonfq/Q95Lu83SW5YDc9Moj0yfq3w19lV3zKtFc+IeFwJO5a6x2xrTG1nYk5 QU5vDiCaVYRSiyFzGD4mS/lyCvaJ+8tPzViCshgvofzVpWSwyW+uv80aR+gRXiU2 +IM7Ch6SFSjepwvcGIzCJcTAI8Tv0SRKmcFt4OxBJ3rAKa1uiyy+G3M9PKfTSDb8 i6+6TjsaobUmiCtGicNuYoKPKHP4qJXPJtukHDQlxxUT7/Qc/NQQ9XuookmWdIUA SxaLiu1L897C5qXhuVhHzqupYV9jYz35/Es1DV4SuC1g6N/lo1DKSRSk7JOmpLVW 7Q9zyL3w5SKgWvxrW1wuczotCuZwGc/b3axtAZKu84w7t2hQuPlwWPlgEFln8tSk AmoHDj7dKPwv0KAou8O4wrqTCdu9/newVObCh1dIyzrRfHpmWbY= =2MPG -----END PGP SIGNATURE-----
--- End Message ---

