-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 19 Mar 2016 14:53:38 +0100 Source: lintian Binary: lintian Architecture: source all Version: 2.5.42.1~bpo7+1 Distribution: wheezy-backports-sloppy Urgency: medium Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org> Changed-By: Luca Falavigna <dktrkranz@debian.org> Description: lintian - Debian package checker Closes: 661003 672297 683059 738187 763270 789878 795641 798900 799083 809440 812723 813013 813904 814041 816599 817004 Changes: lintian (2.5.42.1~bpo7+1) wheezy-backports-sloppy; urgency=medium . * Rebuild for wheezy-backports-sloppy. . lintian (2.5.42.1) unstable; urgency=medium . * checks/binaries.desc: + [NT] Remove the experimental marker from the tags about (partially) unstripped static libraries. + [NT] Remove the experimental marker from the no-pie and no-bindnow hardening tags. * checks/changelog-file.pm: + [JW] Fix use of uninitialized value when checking incorrectly formatted changelog entries. . * commands/reporting-lintian-harness.pm: + [NT] Add missing close and seek to the end of the new lintian log file before appending to it. . * data/binaries/embedded-libs: + [JW] Apply patch from Sebastian Ramacher to allow ffmpeg as libpostproc provider. (Closes: #817004) . * lib/Lintian/Tag/Info.pm: + [JW] Use manpages.debian.org (instead of manpages.debian.net) for manual page hyperlinks. . lintian (2.5.42) unstable; urgency=medium . * Summary of tag changes: + Added: - systemd-service-file-missing-documentation-key + Removed: - dh_scrollkeeper-is-deprecated - dh_suidregister-is-obsolete . * checks/copyright-file.pm: + [NT] Apply patch from Rafael Kitover to avoid some false-positives with the DEP-5 copyright format. (Closes: #795641) * checks/debhelper.{desc,pm}: + [NT] Remove tags for dh_scrollkeeper and dh_suidregister, which are removed in the next version of debhelper. * checks/files.desc: + [JW] Update freedesktop.org specification URL. * checks/menu-format.desc: + [JW] Update freedesktop.org specification URLs. * checks/systemd.{desc,pm}: + [NT] Apply patch from Chris Lamb to flag systemd units without the "Documentation" key. (Closes: #799083) . * data/scripts/interpreters: + [JW] Add hhvm as a known interpreter. (Closes: #789878) * data/spelling/corrections: + [JW] Add more corrections. + [JW] Remove correction for "homogenous". (Closes: #816599) Thanks to IOhannes m zmölnig for the bug report. . * debian/control: + [NT] Add (Build-)Dependency on libdata-alias-perl due to patch from Rafael Kitover. . * doc/lintianrc.example: + [NT] Remove LINTIAN_LAB - most people will never need it. . * lib/Lintian/Tag/Info.pm: + [JW] Allow "." characters in manual page references. . lintian (2.5.41) unstable; urgency=medium . * Summary of tag changes: + Added: - insane-line-length-in-source-file - source-contains-prebuilt-pandoc-documentation - upstream-metadata-is-not-a-file - upstream-metadata-yaml-invalid + Removed: - package-contains-broken-symlink . * checks/apache2.desc: + [JW] Remove spurious check name abbreviation. * checks/binaries.pm: + [NT] Update match for detecting numpy linking. * checks/cruft.{desc,pm}: + [BR] Filter some simple comments for long line in source-is-missing (Closes: #798900). + [BR] Detect pandoc docs avoiding source-is-missing warning. + [BR] Fix other source-is-missing FP. (Closes: #813013). * checks/fields.pm: + [NT] Emit "no-homepage-field" only for source packages. * checks/files.pm: + [JW] Treat packages without Multi-Arch field as if they had "Multi-Arch: no". Thanks to Bas Couwenberg for the bug report. * checks/scripts.desc: + [JW] Fix typos. * checks/symlinks.{desc,pm}: + [NT] Retire package-contains-broken-symlink tag. It was too much effort compared to the gain. (Closes: #672297, #683059, #763270, #812723, #661003, #738187) * checks/testsuite.{desc,pm}: + [JW, NT] Apply patch from Christian Seiler to accept DEP-8 tests being symlinks to existing files in the source package. Thanks to Raphaël Hertzog for suggesting it. (Closes: #809440) * checks/upstream-metadata.{desc,pm}: + [NT] Apply patch from Petter Reinholdtsen to check that the upstream metadata file is valid YAML if present. (Closes: #813904) . * commands/lab-tool.pm: + [NT] New utility to handle most laboratory operations. * commands/lintian: + [NT] New location for "frontend/lintian". + [NT] Refactored to use "dplint" to compute the include dirs. + [NT] Remove -S, -R and -r, which are now supported in the new lintian-lab-tool command. . * data/spelling/corrections: + [JW] Fix some corrections. + [JW] Add more corrections. * data/standards-version/release-dates: + [NT] Add 3.9.7. Thanks to Alf Gaida for the reminder. (Closes: #814041) . * debian/control: + [JW] Switch from libyaml-perl to libyaml-libyaml-perl in Build-Depends and Suggests. (Lintian has been using the latter package since 2.5.31.) + [NT] Add dependency on libyaml-libyaml-perl for the new upstream-metadata check. + [NT] Bump Standards-Versions to 3.9.7 - no changes required. * debian/{lintian.links,manpages,rules}: + [NT] Update to install the new lab-tool command. . * frontend/lintian: + [NT] Move the code to "commands/lintian" and leave a symlink to dplint to replace it. . * helper/coll/objdump-info-helper: + [NT] Avoid collecting unused information. . * lib/Lintian/Path.pm: + [NT] Remove the _file_info cache field to avoid paying for all "file(1)" info twice. * lib/Lintian/Collect/Binary.pm: + [NT] Remove unnecessary values on members in the objdump_info table. * lib/Lintian/*.pm: + [JW] Fix typos. . * man/lintian-lab-tool.pod: + [NT] New file. . * private/generate-lintian-pod: + [JW] Fix formatting pathnames followed by punctuation characters. . lintian (2.5.40.2) unstable; urgency=medium . * checks/cruft.pm: + [BR] Check package testsuite for license problems. + [BR] Allow multiple full texts for license problems. + [BR] Detect link copyright tag and warn in case of cc-by-nc-sa . * data/spelling/corrections*: + [JW] Add more corrections. . * debian/post{inst,rm}: + [NT] Remove obsolete maintainer scripts. * debian/tests/testsuite: + [NT] Remove temporary directory after test. . * lib/Lintian/Collect/Source.pm: + [JW] Fix typo. * lib/Lintian/Lab/Entry.pm: + [JW] Fix typo. . * reports/html_reports: + [NT] Fix uninitialized warnings. + [NT] Remove ""-quotes covering the full maintainer name. This makes "Adam" sort under "A" rather than "Other" on the list of maintainers. Checksums-Sha1: 867c879692be73abdcfe194185e3b48b86ac0e82 2817 lintian_2.5.42.1~bpo7+1.dsc c79b85d8adfac508c806e08ea488bf856702c4db 1901199 lintian_2.5.42.1~bpo7+1.tar.gz f301c40b8f361749b9aa38b53cb07d3744b7251f 1075254 lintian_2.5.42.1~bpo7+1_all.deb Checksums-Sha256: 65d5c7f344a496c4e7c31f66937407caa4dcee614630fde64ad00f64d105f067 2817 lintian_2.5.42.1~bpo7+1.dsc dd011d05fe98314f6b6566615767a94845a01c52042aa8eecadaecd5483b7376 1901199 lintian_2.5.42.1~bpo7+1.tar.gz 7caec3c875ead50488e70dcb89912773fff4632ec4559151693b4f1c638a44eb 1075254 lintian_2.5.42.1~bpo7+1_all.deb Files: 5b3534c1b0c370488ddcfd886e522c35 2817 devel optional lintian_2.5.42.1~bpo7+1.dsc 683cebafdebc576d6dfd3479277630c1 1901199 devel optional lintian_2.5.42.1~bpo7+1.tar.gz a54548c0ce960536b6fe6fae927d0456 1075254 devel optional lintian_2.5.42.1~bpo7+1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJW7WesAAoJEEkIatPr4vMfOyQQAJ9UFF7lz+Dz3QAb/TCeBxAy Fp4zii/cRzVej5TW+/7UDzE4d2BIGbVy1usGfyC1jZl1e17P5Iy6Aoz8cdd0v7SG runoBuDL5lzwalj4Ra4YCc4tCc9WoUEg8vVHDu9yCR9m4INt2g/U2MnEguvgEzBC zzlH3KU5bhXAHsgSj8IvPZ5JSIGFHLaKPvdp0Ubc28gy2NCYyeSyy8UhMZgUgiEZ tT25zbgZrQrZfMLiylvwMuaZg/ho02ICTDfMC5sQIfhJf5rLlWtql4W9FyPp+Smj NWW2Ue7tijvh6D8NydwlVvXUvr9PkiuwrHQrlbCgvwhqBPMHTEyey6mRk8aBj9R7 2rvaj04KCIZgvn2369fS2APuq5wM19YOUInHPoZfw4ZJrkJRuTBDIREQBYluxrnQ V0A4PrHBd2zj/fD3p/+BMl1gcALUcjx4IujgZt6qGyV2SxywZgZii3FBputh2TDI Wyr2VrMePrDN9rq4DzOUm6F0pK4UZ9xnk0UDcdfuCtGGYCqeDbp3XwniqZorqpkQ xvgbj8cqOS6fqxZ8gIzokzsaCXgQR4oeJmAAsOxQ6p+/pasr4QJ8llePOkcF8i6x viRSQboFF90DVD/7ucVuAaBy9CdwLpJ2NQDQ13hio9c2zmEQEu2YrTm8AE7C33Wu UXD2Ps0YQO+i/PXSR9zz =mtpK -----END PGP SIGNATURE-----