Back to lintian PTS page

Accepted lintian 2.5.21 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 08 Jan 2014 19:35:22 +0100
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.21
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Bastien Roucariès <roucaries.bastien+debian@gmail.com>
Description: 
 lintian    - Debian package checker
Closes: 298545 365213 585495 646872 656229 661990 670323 699369 725139 729034 729037 731904 732799 733595 733883 734280
Changes: 
 lintian (2.5.21) unstable; urgency=medium
 .
   * Summary of tag changes:
     + Added:
       - bad-intended-distibution
       - debian-rules-should-not-automatically-update-control
       - debian-rules-should-not-use-DEB_BUILD_OPTS
       - debian-rules-should-not-use-or-modify-user-only-variable
       - debian-rules-should-not-use-pwd
       - debian-rules-should-not-use-underscore-variable
       - license-problem-md5sum-non-distributable-file
       - license-problem-md5sum-non-free-file
       - license-problem-non-free-RFC
       - maintainer-script-should-not-use-service
       - privacy-breach-donation
       - privacy-breach-facebook
       - privacy-breach-google-cse
       - privacy-breach-logo
       - privacy-breach-piwik
       - privacy-breach-statistics-website
       - privacy-breach-w3c-valid-html
       - source-contains-prebuilt-flash-object
       - source-contains-prebuilt-flash-project
       - source-contains-prebuilt-java-object
       - source-contains-prebuilt-javascript-object
       - source-contains-prebuilt-python-object
       - source-contains-prebuilt-silverlight-object
     + Removed:
       - debian-rules-automatically-updates-control
       - debian-rules-uses-DEB_BUILD_OPTS
       - debian-rules-uses-or-modifies-user-only-variable
       - debian-rules-uses-pwd
 .
   * checks/changelog-file.{desc,pm}:
     + [BR] Warn when an upload erroneously targeted at distribution that
       is not intended (Closes: #661990).
   * checks/cruft.{desc,pm}:
     + [BR] Detect non free rfc (Closes: #365213).
     + [BR] Check md5sums on source package.
     + [BR] Detect prebuilt jar file.
     + [BR] Detect prebuilt silverlight file.
     + [BR] Detect prebuilt flash file (Closes: #733883).
   * checks/fields.{desc,pm}:
     + [BR] Increase severity of vcs-field-uses-not-recommended-uri-format
       (Closes: #670323).
   * checks/files.{desc,pm}:
     + [BR] Add xz and zip to duplicated-compressed-file regexp.
     + [BR] Use Lintian::Data for compressed file extension.
     + [BR] Use Lintian::Data for vcs files list.  Add a few more VCS
       files (Closes: #731904).
     + [BR] Remove long obsolete reference to rc.boot(5) manpage
       in package-installs-into-etc-rc.boot description.
       Thanks to Jakub Wilk (Closes: #729034).
     + [BR] Add a moreinfo field to obsolete path.
     + [BR] Fix non-conf-file-in-modprobe.d description
       (Closes: #729037).
     + [BR] Check privacy breach only in regular file.
     + [BR] Add link tag as potential privacy breaker.
     + [BR] Add <div data-href="http://website"; to potential privacy
       breaker.
   * checks/md5sums.pm:
     + [BR] In case of strange filename, md5sum(1) prefix the md5sum
       by backslash and escape the name using backslash encoding.
       Handle this case properly.
   * checks/rules.{desc,pm}:
     + [BR] Use Lintian::Data for forbidden construct in rules
       file.
     + [BR] Rename debian-rules-automatically-updates-control to
       debian-rules-should-not-automatically-update-control.
     + [BR] Rename debian-rules-uses-pwd to
       debian-rules-should-not-use-pwd.
     + [BR] Rename debian-rules-uses-DEB_BUILD_OPTS to
       debian-rules-should-not-use-DEB_BUILD_OPTS.
     + [BR] Rename debian-rules-uses-or-modifies-user-only-variable
       to debian-rules-should-not-use-or-modify-user-only-variable.
   * checks/watch.{desc,pm}:
     + [BR] Fix the description of debian-watch-may-check-gpg-signature tag.
       Thanks to Gregor Herrmann for the bug report and patch
       (Closes: #732799).
 .
   * data/cruft/non-free-files:
     + [BR] Add sRGB.icm to non-free files (Closes: #699369).
     + [BR] Add a few non-free font files (Closes: #298545).
     + [BR] Add non-free w3c valid icons.
   * data/cruft/warn-file-type:
     + [BR] Add this file.
     + [BR] Detect minified javascript (by extension).
     + [BR] Detect python prebuilt object (Closes: #734280).
   * data/fields/obsolete-packages:
     + [BR] Apply patch from Jonas Genannt to render obsolete ruby 1.8.
   * data/files/obsolete-paths:
     + [BR] Add /etc/X11/fonts/X11R7 as obsolete path (Closes: #646872).
   * data/files/privacy-breaker-{fragments,websites}:
     + [BR] Add w3c website valid x?html icons.
     + [BR] Add piwik detection.
     + [BR] Add detection of well known statistics websites.
     + [BR] Detect facebook.
     + [BR] Detect google custom search engine.
   * data/rules/rules-should-not-use:
     + [BR] Detect use of $(_) variable in debian/rules (Closes: #585495).
   * data/scripts/maintainer-script-bad-command:
     + [BR] Service is reserved to system admin (Closes: #656229).
     + [BR] Fix false positive for
       maintainer-script-should-not-use-adduser-system-without-home
       by allowing shell variable (Closes:  #733595).
 .
   * debian/control:
     + [NT] Add relevant relations on libyaml-perl, which is
       now used by harness.
 .
   * reporting/harness:
     + [NT] Fix typo in --schedule-chunk-size command-line argument.
     + [NT] Require a new configuration variable $HARNESS_STATE_DIR.
       This variable tells harness where it can store state
       information and caches.
     + [NT] Track which version of lintian a given package group
       was processed by.  Using this information, harness will now
       slowly reprocess groups processed by another version of
       Lintian than the current.
 .
   * t:
     + [NT] Apply patch from Adam Conrad to fix issue with a test
       when run in an Ubuntu environment.  Also thanks to Benjamin
       Drung for forwarding the patch to the Debian BTS.
       (Closes: #725139)
Checksums-Sha1: 
 388453d171f36d03e08f06f380c2c9ebd771facf 2686 lintian_2.5.21.dsc
 022503bf96c4b1132ef3c8c1a05dde6f00508813 1314284 lintian_2.5.21.tar.gz
 d36b50f6b6a281b059a74f1d0e0c694b91cf78ab 732024 lintian_2.5.21_all.deb
Checksums-Sha256: 
 b1c41bf7eb5443f6818adb5d660d6ca46a1f317f1b09b5c9e32d56d6788b8ac1 2686 lintian_2.5.21.dsc
 3007374b01bed0ef983990cbdd1605c08714656a1230a9ce9213dd0705148371 1314284 lintian_2.5.21.tar.gz
 230e38a43fb60e2e70b54e0509e20928861bec9230ad3df7354fa832a3af2804 732024 lintian_2.5.21_all.deb
Files: 
 a942dff9528800df1ace17c8973c8ee1 2686 devel optional lintian_2.5.21.dsc
 e2f069ebe9d2ab67de30c17f6a9fa477 1314284 devel optional lintian_2.5.21.tar.gz
 2a45cdd2707135470fdc3a3e7ad56422 732024 devel optional lintian_2.5.21_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJS0WcOAAoJEAVLu599gGRCksgP/1V6PhzqF2BgE8tTs0S0KKFL
Jp4LaV7cySpSPFNxwmvNqTHNIq7XQYg9jQBpBg/p9BZ4/FMj1uGPGjmolvHRsNK8
7vz5HWSpi1ICheILVpN6MQVw+ajBzb6O0j2DJpV+1hMmrKC5sudoguaVKmWSfijH
yN19cnxTP6k1lE7OA1w61hCuM0nlj0FwoJ32aRNtGCHsz7hfzsTzjXwqlIlEACpB
4emIlJDuBD/7utiHkED9p/W3dm5YMwKINly3Lu8YaWN1igBcS/kZA0q/AyfavcKn
dpwdKnlakJW6Zbl4LfR3SYyxhtIvppnboHLkoqtS04vKehTKeMOek7OxHYO92eJ5
35iFjrPGtPKN7w+5IUmYJpGJbN/m4UFbff2Sq7+9xCJYTEzCRT5D3M9NFsmf+mmh
L2ivynPNoVjipQ4ESAk4xIKxkquYq6/fY2powmoHun3QIGTqNy1+NA+YWDvuN2KG
g+QAfmvBqORY0sX/9kbfzeHUlAE+sXPF4rI/Y9EmcjPFgkl5z1QEPnlHHHlFB6QL
3nCOvXBMPSikZ0bGCX6YyGe17VVz/xIvWCpsb1wQ25sbev+8MKtKjHYmhTJLRy3f
ywU3SMh17KHZW6ZCTV7mEG1Ld+lYJDa//OWmdAR8NLst71CyoSCiH9PGcD0+Ug0N
gj3UwmZtYUg20rY7Bi8P
=Gnwh
-----END PGP SIGNATURE-----