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

Accepted lintian 2.5.30~bpo70+1 (source all) into wheezy-backports



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

Format: 1.8
Date: Thu, 06 Nov 2014 22:30:45 +0100
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.30~bpo70+1
Distribution: wheezy-backports
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Luca Falavigna <dktrkranz@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 762609 763773 765311 765995 766033 766468 766737
Changes: 
 lintian (2.5.30~bpo70+1) wheezy-backports; urgency=medium
 .
   * Rebuild for wheezy-backports.
 .
 lintian (2.5.30) unstable; urgency=medium
 .
   The "welcome Axel Beckert!" release.
 .
   * Summary of tag changes:
     + Removed:
       - deprecated-kdelnk-file
 .
   * checks/menu-format.{desc,pm}:
     + [NT] Retire check for "kdelnk" files.
 .
   * collection/unpacked:
     + [NT] Correct handling of files with 2 or more consecutive
       backslashes.
 .
   * debian/control:
     + [AB] Add a Homepage header pointing to https://lintian.debian.org/
   * debian/copyright:
     + [AB] Add myself to debian/copyright.
   * debian/rules:
     + [NT] Ensure that po4a/*.cfg are always up to date during releases
       builds.
 .
   * helpers/coll/strings-helper:
     + [NT] Filter out duplicate strings.  This applies to the
       majority of all ELF binaries (except ones with very exotic
       file names with glyphs like ":").
 .
   * lib/Lintian/Internal/FrontendUtil.pm:
     + [AB] Don't clean HOME and some XDG_* variables when sanitizing the
       environment. (Closes: #766737)
 .
   * t:
     + [NT] Apply patch from Johannes Schauer to fix FTBFS with
       newer dpkg that have stricter checking of build-profiles.
 .
 lintian (2.5.29) unstable; urgency=medium
 .
   * Summary of tag changes:
     + Added:
       - dbus-policy-at-console
       - dbus-policy-without-send-destination
       - dbus-session-service-wrong-name
       - dbus-system-service-wrong-name
       - invalid-profile-name-in-build-profiles-field
       - invalid-profile-name-in-source-relation
       - invalid-restriction-formula-in-build-profiles-field
       - restriction-formula-with-debhelper-with-conflicting-version
       - restriction-formula-with-debhelper-without-debhelper-version
       - restriction-formula-with-versioned-dpkg-dev-conflict
       - restriction-formula-without-versioned-dpkg-dev-dependency
     + Removed:
       - invalid-restriction-label-in-source-relation
       - invalid-restriction-namespace-in-source-relation
       - invalid-restriction-term-in-source-relation
       - restriction-list-with-debhelper-with-conflicting-debhelper-version
       - restriction-list-with-debhelper-without-debhelper-version
       - restriction-list-with-versioned-dpkg-dev-conflict
       - restriction-list-without-versioned-dpkg-dev-dependency
       - stageX-profile-used-but-no-binary-package-dropped
 .
   * checks/{control-file,fields}.{desc,pm}:
     + [NT] Apply patch from Johannes Schauer to support the
       new build profile syntax.  (Closes: #763773)
   * checks/dbus.{desc,pm}:
     + [NT] New check by Simon McVittie to discover some dbus
       related issues.  (Closes: #762609)
   * checks/nmu.pm:
     + [JW] Avoid chopping off trailing ">" in emails in the
       canonicalize subroutine.  (Closes: #766468)
   * checks/rules.pm:
     + [JW,NT] Fix undef warning for packages with empty an
       empty d/rules file.  (Closes: #766033)
   * checks/source-copyright.pm:
     + [NT] Apply patch from Johannes Schauer to optimise the
       check.
     + [NT] Optimise for "dir/*" wildcards in DEP-5 copyright
       files.
   * checks/watch-file.pm:
     + [NT] Fix undef warning with some watch files.  Thanks
       to Axel Beckert for reporting the bug.
       (Closes: #765995)
 .
   * collection/{bin-pkg-control,unpacked}:
     + [NT] Pass "-m" to tar to make it avoid "correcting" the
       timestamp of the extracted files.  Lintian does not need
       it for correctness, so it can make tar save a few syscalls
       here.
     + [NT] Explicitly pass tar options to make it extract files
       as the current user and applying the users umask.  This is
       mostly to be explicit about how things are extracted.
   * collection/file-info:
     + [NT] Stop collecting file-info for "non-files".  The output
       is not used and often trivial / predictable from other data
       input already available.
   * collection/strings:
     + [NT] Stop creating "elf-index" file as nothing uses it.
   * collection/unpacked:
     + [NT] Gracefully handle when symlink targets contains
       newlines.  Thanks to Faheem Mitha for reporting the bug.
       (Closes: #765311)
 .
   * frontend/lintian:
     + [NT] Aggressively reset the environment a well-defined
       state at start up.  Only ENV variables starting with
       "LINTIAN_" (and a select few well known variables) are
       preserved.
     + [NT] Runtime for collections and checks now only requires
       a single --debug option.  Lintian will now also show
       runtime for other things (e.g. total runtimes).
     + [NT] Add --perf-debug and --perf-output options to enable
       logging for performance data.  This is mostly intended
       to allow collecting performance data from archive-wide
       runs.
     + [NT] Hide some options in the default output for --help.
       These can now be shown with "--help=extended".
     + [NT] Add a new "Developer/special usage options" section
       in the --help output for some options (e.g. --debug).
       This section is hidden by default.
 .
   * lib/Lintian/Relation.pm:
     + [NT] Unparsable entries are now included in relation
       objects rather than being silently discarded.
   * lib/Lintian/Util.pm:
     + [NT] Purge even more ENV variables in clean_env.
     + [NT] Add "pipe_tee" subroutine for tee'ing data from one
       input file descriptors to one or more output output file
       descriptors.
 .
   * man/lintian.pod.in:
     + [NT] Document the performance logging options.
     + [NT] Add a new "Developer/special usage options" section
       in the --help output for some options (e.g. --debug).
 .
   * private/generate-html-docs:
     + [NT] Add doctype and encoding to generated files.
 .
   * reporting/harness:
     + [NT] Add missing import.
   * reporting/html_reprots:
     + [NT] Correct the command line in the creation of the
       lintian.log.gz.
   * reporting/{html_reports,templates/*}:
     + [NT] Correct the generated HTML, which was invalid in
       some cases.
   * reporting/templates/{head,lintian.css}.tmpl:
     + [NT] Define a default "viewport".  This slightly improves
       the output on some mobile devices.
     + [NT] Add some special cases for "smaller" viewports in the
       style sheet.
   * reporting/templates/maintainer.tmpl:
     + [NT] Correct name of variable to avoid using an undefined
       variable.
 .
   * vendors/ubuntu/main/data/changes-file/known-dists:
     + [NT] Add "vivid" per request of Iain Lane.
Checksums-Sha1: 
 c5c1c4bfb7bb7944d0d7beedf30154bdf8caf55d 2758 lintian_2.5.30~bpo70+1.dsc
 e5ab1a1d0ab0409317c0f9612061f230dca30596 1797748 lintian_2.5.30~bpo70+1.tar.gz
 1db1f4b56b9e0fe3d15988c0b386a1696ab5285e 1001364 lintian_2.5.30~bpo70+1_all.deb
Checksums-Sha256: 
 20e725c6eea54a814ce9d174cf71c9529657f1c524cc5296a37edb4fcc61b57d 2758 lintian_2.5.30~bpo70+1.dsc
 b185fe1bcb9bcb74b838b2124a564b81b3aef2872e7f219620d8698d569bc316 1797748 lintian_2.5.30~bpo70+1.tar.gz
 8710e4c367ff99b1241f86f02cd17ac520bc34068436371ef7e8cda2f8474d73 1001364 lintian_2.5.30~bpo70+1_all.deb
Files: 
 a002a1267df6a2d163b69400f7ec18be 2758 devel optional lintian_2.5.30~bpo70+1.dsc
 843bcbed7c189360db255d08b251e22f 1797748 devel optional lintian_2.5.30~bpo70+1.tar.gz
 ab23d6327e55e08037c754bc57a5bd60 1001364 devel optional lintian_2.5.30~bpo70+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUXk0lAAoJEEkIatPr4vMfTOMQAItfdxmYLYTRfqr/bDek4ybj
fQj5913lOvcdHFODRK1amg2R4Yh//1Zcy5GjICzPslrTHPb+JAWzCx60UcVh3XmL
CZvDtKdYX6vEBn7MtZuavEcql1uRwiI4uqS16hC2FMYob++0/i8oYB7oT9FIUp9D
x1n/osBqpdxv97c0L59bWgmwkT9Yp3cOBXNdA65l80OVFfYU6JyZVcCQebJ6lehG
rnrVNbryH/jLOUWELFU78nIh8eS0j0GOQAhacB5URNfIPY1eyonD2S3xwje5MWmB
0YQnsGPeebAluOP+EMzb7LtepdOFR2Di8sZeNH3//wUSEYa6Q46q0a9P9q+I5Dxg
hiXEcus25Dkwv3+icEjbW+C+gOzWwRiJue5ScKsUheVM7Zd8Ge44ClezTNOkTy6s
2TKQTR657bHhtshAVFDsIs+I7TAJD/Y7UcQ2O36io1bKdK3fr2brQB8cI5+8NrGA
ASzNUFewGLvvtVjm/B4spm1pNeJ0mNs/b55wNnFAy7DssXo8N+QkUvHOcwwBOruP
pgiJNZds1yR4j1SQlr23VEg3fnxCmQ5sanXHaLSOyiRRPrAO8IwJwIwy8v5eX+51
GvBFwE0EbpUXxSaZeQni9O3v6KY3qbAUh+kriiobALjWgTtnlA3FNfWcEGYUie0m
f5WL76BMP0/ZEzd8fKa8
=hizv
-----END PGP SIGNATURE-----


Reply to: