[ubuntu/jaunty] lintian 2.1.2ubuntu1 (Accepted)

Scott Kitterman scott at kitterman.com
Sun Dec 21 04:30:12 GMT 2008


lintian (2.1.2ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Recognize Ubuntu native packages as Ubuntu packages (Use distribution
      (and not only version) to decide whether a package is an Ubuntu package

lintian (2.1.2) unstable; urgency=low

  * frontend/lintian:
    + [ADB] Accept "html" as a valid argument for --color again.

  * lib/Lintian/Output.pm:
    + [ADB] Re-introduce support for HTML coloured output.  (Closes: #508341)

  * man/lintian.1:
    + [ADB] Document that "--color=html" is supported again.

lintian (2.1.1) unstable; urgency=low

  * Summary of tag changes:
    + Added
      - latest-debian-changelog-entry-changed-to-native

  * checks/changelog{,.desc}:
    + [ADB] Warn when the version of a package changes to Debian native.
      Based on a patch by Michal Čihař.  (Closes: #504070)
  * checks/fields.desc:
    + [RA] Improve the recommendation for dependencies in debug packages
      to include the case of a debug package corresponding to multiple
      other packages.
  * checks/files:
    + [ADB] Add tests for several more embedded PHP libraries.  Patch
      by Raphael Geissert.
  * checks/patch-systems{,.desc}:
    + [ADB] Don't complain about a missing quilt build-dependency if
      the package contains a directory named debian/patches/series.
      (Closes: #507761)
    + [ADB] Lower the severity of {quilt-,d}patch-missing-description from
      minor to wishlist.
  * checks/scripts:
    + [ADB] Enhance the test for command-with-path-in-maintainer-script to
      better match executions of the command rather than the use of its name
      in pattern matching expressions.  (Closes: #499847)

  * collection/{fileinfo,md5sums}:
    + [ADB] Use blocking filehandles to pass the list of filenames to check
      to the spawned file / md5sum.  By default the handles were non-blocking
      which could lead to problems with larger file lists.  (Closes: #507461)

  * debian/{control,copyright}:
    + [ADB] Add Adam D. Barratt to Uploaders and copyright.

  * frontend/lintian:
    + [ADB] Don't call lintian-info when --info is specified.  Set a new
      flag on the Lintian::Output module instead.
  * frontend/lintian-info:
    + [ADB] Add missing "use Text_Utils".  It used to be indirectly pulled
      in via Read_taginfo.

  * lib/Lintian/Output{.pm,/*.pm}:
    + [ADB] Flag a tag as issued when printing it.
  * lib/Lintian/Output.pm:
    + [ADB] Make sure the default list of colours is initialised before
      attempting to use it.  Thanks, gregor herrmann.  (Closes: #507241)
    + [ADB] Maintain a list of tags which have been issued.
    + [ADB] Optionally include the description of a tag when displaying it.
  * lib/Lintian/Output/ColonSeparated.pm:
    + [ADB] Fix uninitialized value warnings by displaying the type code
      rather than the (no longer present in description files) Type field
      and handling non-overriden tags.
  * lib/Lintian/Output/LetterQualifier.pm:
    + [ADB] Optionally include the description of a tag when displaying it.
  * lib/Lintian/Output/XML.pm:
    + [ADB] Add a missing angle bracket to the closing "tag" tag, so that
      the XML is well-formed.

  * lib/Lab.pm:
    + [FL] Fix breakage of populate_with_dist() I introduced in 2.1.0.
  * lib/Read_taginfo.pm:
    + [ADB] Move the work of formatting a tag's description to a separate
      function so that it can be called from multiple locations.
    + [ADB] Properly export those functions which are called from other
      modules.
  * lib/Spelling.pm:
    + [RA] Don't add unnecessary backslashes in the list of spelling
      corrections.  They're copied into the output.  Thanks, Micah
      Anderson.  (Closes: #507331)
  * lib/Tags.pm:
    + [ADB] Don't output a "Processing binary package foo.changes" message.
      Thanks Sandro Tosi for pointing the issue out.
  * lib/Text_utils.pm:
    + [ADB] Properly export those functions which are called from other
      modules.

  * reporting/html_reports:
    + [ADB] Add missing "use Text_Utils".  It used to be indirectly pulled
      in via Read_taginfo.

Date: Sat, 20 Dec 2008 22:21:41 -0500
Changed-By: Scott Kitterman <scott at kitterman.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Scott Kitterman <ubuntu at kitterman.com>
https://launchpad.net/ubuntu/jaunty/+source/lintian/2.1.2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 20 Dec 2008 22:21:41 -0500
Source: lintian
Binary: lintian
Architecture: source
Version: 2.1.2ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott Kitterman <scott at kitterman.com>
Description: 
 lintian    - Debian package checker
Closes: 499847 504070 507241 507331 507461 507761 508341
Changes: 
 lintian (2.1.2ubuntu1) jaunty; urgency=low
 .
   * Merge from debian unstable, remaining changes:
     - Recognize Ubuntu native packages as Ubuntu packages (Use distribution
       (and not only version) to decide whether a package is an Ubuntu package
 .
 lintian (2.1.2) unstable; urgency=low
 .
   * frontend/lintian:
     + [ADB] Accept "html" as a valid argument for --color again.
 .
   * lib/Lintian/Output.pm:
     + [ADB] Re-introduce support for HTML coloured output.  (Closes: #508341)
 .
   * man/lintian.1:
     + [ADB] Document that "--color=html" is supported again.
 .
 lintian (2.1.1) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added
       - latest-debian-changelog-entry-changed-to-native
 .
   * checks/changelog{,.desc}:
     + [ADB] Warn when the version of a package changes to Debian native.
       Based on a patch by Michal Čihař.  (Closes: #504070)
   * checks/fields.desc:
     + [RA] Improve the recommendation for dependencies in debug packages
       to include the case of a debug package corresponding to multiple
       other packages.
   * checks/files:
     + [ADB] Add tests for several more embedded PHP libraries.  Patch
       by Raphael Geissert.
   * checks/patch-systems{,.desc}:
     + [ADB] Don't complain about a missing quilt build-dependency if
       the package contains a directory named debian/patches/series.
       (Closes: #507761)
     + [ADB] Lower the severity of {quilt-,d}patch-missing-description from
       minor to wishlist.
   * checks/scripts:
     + [ADB] Enhance the test for command-with-path-in-maintainer-script to
       better match executions of the command rather than the use of its name
       in pattern matching expressions.  (Closes: #499847)
 .
   * collection/{fileinfo,md5sums}:
     + [ADB] Use blocking filehandles to pass the list of filenames to check
       to the spawned file / md5sum.  By default the handles were non-blocking
       which could lead to problems with larger file lists.  (Closes: #507461)
 .
   * debian/{control,copyright}:
     + [ADB] Add Adam D. Barratt to Uploaders and copyright.
 .
   * frontend/lintian:
     + [ADB] Don't call lintian-info when --info is specified.  Set a new
       flag on the Lintian::Output module instead.
   * frontend/lintian-info:
     + [ADB] Add missing "use Text_Utils".  It used to be indirectly pulled
       in via Read_taginfo.
 .
   * lib/Lintian/Output{.pm,/*.pm}:
     + [ADB] Flag a tag as issued when printing it.
   * lib/Lintian/Output.pm:
     + [ADB] Make sure the default list of colours is initialised before
       attempting to use it.  Thanks, gregor herrmann.  (Closes: #507241)
     + [ADB] Maintain a list of tags which have been issued.
     + [ADB] Optionally include the description of a tag when displaying it.
   * lib/Lintian/Output/ColonSeparated.pm:
     + [ADB] Fix uninitialized value warnings by displaying the type code
       rather than the (no longer present in description files) Type field
       and handling non-overriden tags.
   * lib/Lintian/Output/LetterQualifier.pm:
     + [ADB] Optionally include the description of a tag when displaying it.
   * lib/Lintian/Output/XML.pm:
     + [ADB] Add a missing angle bracket to the closing "tag" tag, so that
       the XML is well-formed.
 .
   * lib/Lab.pm:
     + [FL] Fix breakage of populate_with_dist() I introduced in 2.1.0.
   * lib/Read_taginfo.pm:
     + [ADB] Move the work of formatting a tag's description to a separate
       function so that it can be called from multiple locations.
     + [ADB] Properly export those functions which are called from other
       modules.
   * lib/Spelling.pm:
     + [RA] Don't add unnecessary backslashes in the list of spelling
       corrections.  They're copied into the output.  Thanks, Micah
       Anderson.  (Closes: #507331)
   * lib/Tags.pm:
     + [ADB] Don't output a "Processing binary package foo.changes" message.
       Thanks Sandro Tosi for pointing the issue out.
   * lib/Text_utils.pm:
     + [ADB] Properly export those functions which are called from other
       modules.
 .
   * reporting/html_reports:
     + [ADB] Add missing "use Text_Utils".  It used to be indirectly pulled
       in via Read_taginfo.
Checksums-Sha1: 
 6f0a88f47e1249afd0238149befd20ab7c300d36 1275 lintian_2.1.2ubuntu1.dsc
 d643da47031639800a167715fc85669e07e57788 528979 lintian_2.1.2ubuntu1.tar.gz
Checksums-Sha256: 
 62449e115b8d76e265cf3d490aec96d938073e75b6efba082740fe99066f7b0e 1275 lintian_2.1.2ubuntu1.dsc
 24c05ad9e755a6b439295c8359153163353a4f163b73a1389a108c853fcc1a88 528979 lintian_2.1.2ubuntu1.tar.gz
Files: 
 5b4b366e6986cdf22addf1dd33a9098c 1275 devel optional lintian_2.1.2ubuntu1.dsc
 fab6ae21a0976ca1e79b9db84f3627db 528979 devel optional lintian_2.1.2ubuntu1.tar.gz
Original-Maintainer: Debian Lintian Maintainers <lintian-maint at debian.org>

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

iEYEARECAAYFAklNtpkACgkQHajaM93NaGo5JgCfXvFA/eTZ0E0i/gPAaXGnxaNq
oaUAn29j6cGoA405czu7VavzMO5hEMB1
=2A+Y
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list