[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted lintian 2.5.1 (source all)



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

Format: 1.8
Date: Wed, 15 Jun 2011 23:05:28 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.1
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Niels Thykier <niels@thykier.net>
Description: 
 lintian    - Debian package checker
Closes: 460350 496902 541978 588831 598412 605012 614876 616493 616553 625886 626476 626587 626597 626775 627082 627431 628673 628754 629056 629189 629193 629288 629453 629648 630164 630560
Changes: 
 lintian (2.5.1) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added:
       - bad-perm-for-file-in-etc-sudoers.d
       - debian-rules-missing-recommended-target
       - dh_pycentral-is-obsolete
       - dh_python-is-obsolete
       - illegal-multi-arch-value
       - non-empty-dependency_libs-in-la-file
     + Removed:
       - uses-dh-python-with-no-pycompat
       - ldconfig-symlink-before-shlib-in-deb
 .
   * checks/binaries:
     + [NT] Applied patch from Paul Wise to detect binaries embeddeding
       glee, glew and libtheora.  (Closes: #629288)
     + [NT] Also consider multiarch dirs when looking for public shared
       libraries.  (Closes: #630164)
   * checks/debhelper{,.desc}:
     + [NT] Recognise that dh_python and dh_pycentral are now obsolete.
       (Closes: #496902, #541978)
   * checks/changes-file:
     + [NT] Always verify the checksums of changes-files.
   * checks/copyright-file:
     + [NT] Extended current dh_make template checks.  Thanks to
       Nelson A. de Oliveira for the patch.  (Closes: #598412)
   * checks/fields{,.desc}:
     + [NT] Allow "all" and "any" to appear together in the Architecture
       field of a .dsc file.  (Closes: #626775)
     + [NT] Added illegal-multi-arch-value.  (Closes: #616493)
   * checks/files:
     + [NT] Fixed two misnamed udeb tags, which lead to an internal
       error if triggered.  Thanks to Guillem Jover for the report.
       (Closes: #628754)
     + [NT] Added bad-perm-for-file-in-etc-sudoers.d tag.
       (Closes: #588831)
     + [CW] Do not issue missing-pre-dependency-on-multiarch-support for
       udebs.
     + [NT] Limit missing-pre-dependency-on-multiarch-support to real
       files only.  Previously it would also check symlinks.
       (Closes: #629648)
   * checks/java{,.desc}:
     + [NT] Sort the jar files by name, so they are checked in the same
       order.
     + [NT] Improved the description of classpath-contains-relative-path.
       (Closes: #629189)
     + [NT] Reduced false-positives of classpath-contains-relative-path.
       Relative classpaths are now okay if they point to jar files in
       /usr/share/java (but not subdirs thereof) and there is a strong
       libX-java dependency.  Alternatively if the classpath points to
       a file or a symlink in the package itself, then it is also okay.
     + [NT] Allow maven plugins to be without classpaths.
       (Closes: #629056)
   * checks/manpages.desc:
     + [ADB] Don't suggest using debmake's output as a reference.  The
       package is not even in oldstable any more.
   * checks/md5sums.desc:
     + [ADB] Drop references to obsolete debstd.  Thanks to Steve Langasek
       for the pointer.
   * checks/rules:
     + [NT] Removed code for handling packages with dh_python.
     + [NT] Fixed the code for determining Build-Depends for python
       packages.  Thanks to Jakub Wilk for the patch.
       (Closes: #614876, #616553)
     + [NT] Applied patch from Roger Leigh to implement the check for
       rules files missing the build-arch and build-indep targets.
       (Closes: #605012)
   * checks/shared-libs{,.desc}:
     + [NT] Added non-empty-dependency_libs-in-la-file.  (Closes: #628673)
     + [NT] Removed ldconfig-symlink-before-shlib-in-deb.
 .
   * collection/java:
     + [NT] Fixed a regex that would accept any file ending with "jar" to
       be a jar file rather than only accepting ".jar".  This fixes a
       number of false-positives java checks.
   * collection/unpacked:
     + [NT] Added support for unpacking source packages using libdpkg-perl,
       instead of dpkg-source, if the latter is not present.
       (Closes: #626476)
 .
   * data/binaries/multiarch-dirs:
     + [NT] New file - maps architectures to multiarch dirs.
   * data/fields/{perl-provides,virtual-packages}:
     + [NT] Refreshed.  (Closes: #627082, #627431)
   * data/output/ftp-master-*:
     + [NT] Refreshed.
   * data/shared-libs/ldconfig-dirs:
     + [NT] Updated ldconfig path for i386 multiarch paths.  Thanks to
       Raphaël Hertzog for the reminder.
   * data/spelling/corrections-multiword:
     + [CW] Remove the "requires to" correction; it has too many common
       false positives, especially involving relative clauses.
       (Closes: #625886)
 .
   * debian/control:
     + [NT] (Build-)Dependency changes.
       - xz-lzma is now preferred to lzma as Build-Dependency
       - Added depends on libdpkg-perl
       - Reduced dpkg-dev to a suggests, we can use libdpkg-perl as
         fallback.
       - Explicitly depends on bzip2 to always support bz2 source packages.
       - Added xz-utils as suggests - needed for .xz source packages.
 .
   * doc/lintian.xml:
     + [NT] Clarify that the package type is not listed in the output for
       binary packages.  (Closes: #629193)
 .
   * frontend/lintian:
     + [NT] Allow some options to be put into the lintianrc file.
       (Closes: #460350)
     + [NT] Added --no-cfg option that can be specified if no config
       file should be read.
     + [NT] Deprecated --checksums (also known as --md5sums and -m).
       Lintian will now always verify the checksums in changes files.
       The options will be accepted with a warning for now, but may
       be removed in a later release.  (Closes: #629453)
     + [NT] Fixed an issue where fail was called before it was
       available.  Thanks to Toby Corkindale for the report.
       (Closes: #630560, LP: #797553)
 .
   * lib/Lintian/Tag/Info.pm:
     + [NT] Output the name of the check and the type of the check
       along with the description of the tag.
   * lib/Lintian/Tags.pm:
     + [NT] Fixed a flaw in logic that gave incorrect results for
       architecture dependent overrides.  Thanks to Andreas Beckmann for
       the report and the patch.  (Closes: #626587)
 .
   * man/lintian.pod.in:
     + [NT] Mentioned that --checksums and aliases are deprecated.
 .
   * unpack/list-srcpkg:
     + [ADB] Don't rely on the order of fields in the Sources file.  The
       files produced by the Debian archive no longer follow the order
       which the code previously assumed, and we shouldn't assume that
       the order won't change again in the future.  (Closes: #626597)
Checksums-Sha1: 
 0b389840ac927017e03373724f1589dcf190025b 2412 lintian_2.5.1.dsc
 f0c1f42f79bbd71a753601495006e77e9df15add 934889 lintian_2.5.1.tar.gz
 b6aae95d8c5f5757f3509f2ce8bfba8fa3c1dbf8 591218 lintian_2.5.1_all.deb
Checksums-Sha256: 
 5a4a013bfd18620e66890d91b35f06a9abe2eedd48a0b04725b6f0bcf72ef4d1 2412 lintian_2.5.1.dsc
 b8812da6a1f31ed462b71d16ab39b491b75291dc7ac40bca629733dffa4726f6 934889 lintian_2.5.1.tar.gz
 b6920d86725fe75f292594356071298fd173b65240159b6a3625bf1fd80174c5 591218 lintian_2.5.1_all.deb
Files: 
 449b2e67a7d792bcbef9203d3dc0f6c7 2412 devel optional lintian_2.5.1.dsc
 8281c27f660386be3cb91dffd58173e6 934889 devel optional lintian_2.5.1.tar.gz
 c34b7b14852cc1abd53d77ee29eb0d26 591218 devel optional lintian_2.5.1_all.deb

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

iQIcBAEBCAAGBQJN+StEAAoJEAVLu599gGRC2pwP/j1tf2rT1bW6+EWH+eRgYci0
1/GQ0yBATvyEMxuynn3J0ScKExTuHDoIKEki5ZABpq1DIm1pk4Xao4G2+Fx2W/BB
GHL+7xDEGDdBDBn9CHLJNpeJIaBvZbFqR3O5U55FhHNQTPQqOCO5dY8iNW5wFSnT
DUFezYVHcKWNOaQWy9h9Wk0DGVsn4Dm1aNQG1ZtOpA7r3rs0sd+nA61GoMB8PAVK
IorF1nH1SQQdnJh/23sdc8VaKljc544MootFi+57P0LlAEzQn6eKMLQKEjq1WOHw
5hlM4/D37+xCMHoqrF2yFKdTpOvA1sVxpSatTq1z2NKI3+1uMQnPMlyPshku7EfY
i5lYcJevJ0ux80mlqZ0kW3QZHMhLZutd+rHR7zfeAq/bx+Y4NNAS+Td0NjJsDPt5
GFsoWAGinWSWipsTcovhCQv4jdfk6SjGUxHjhLnXte8zIVesCxVXVoUs2q2iIZWo
qGWSnXjAmPKt1CgiDuXtQniF81gi8B5/4oaGECUrTlZ7VPV04pzXowtaudElC1/t
O6HPkrfrPSFI/jof96mgAJbMaGdw4KH9T55kfXP3f6clkEWfn3b32dFwOEsL4tQc
kC1ehaqjeUXntf5dhuMacBhRWctuvCy1WksXUxHPVfAe20vLel09G/LYa3ErC+Dq
NXbJ1S/NJzjaFWqTEDaR
=hoYp
-----END PGP SIGNATURE-----


Accepted:
lintian_2.5.1.dsc
  to main/l/lintian/lintian_2.5.1.dsc
lintian_2.5.1.tar.gz
  to main/l/lintian/lintian_2.5.1.tar.gz
lintian_2.5.1_all.deb
  to main/l/lintian/lintian_2.5.1_all.deb


Reply to: