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

Bug#498883: marked as done ([lib] clean up tag output code)



Your message dated Sun, 11 Jan 2009 06:17:17 +0000
with message-id <E1LLtdN-0007xr-HN@ries.debian.org>
and subject line Bug#498883: fixed in lintian 2.1.5
has caused the Debian Bug report #498883,
regarding [lib] clean up tag output code
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
498883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498883
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 1.24.4
Severity: wishlist
Tags: patch

The attached patch adds support for "overridable" tags.
Any value in the .desc files can be overriden if the lowercase name is in its 
corresponding Overridable field.

Example:

in .desc:
Tag: test-tag
Type: warning
Severity: normal
Certainty: certain
Overridable: severity
Info: foo bar moo

in script:

if ( it is annoying to have it where it is) {
tag 'test-tag', "$file:$.";
} elsif (not so annoying, thereby lintian shouldn't be so pedantic) {
ctag 'test-tag', "$file:$.", (severity => 'minor');
} elsif (this is serious) {
ctag 'test-tag', "$file:$.", (severity => 'serious');
} 

lintian-info isn't very easy to hack to add my idea of displaying that the 
severity, certainty, or experimental is the _default_ value, may give it a 
try tomorrow.

I wanted this feature to be added before the 2.0.0 upload, but Frank did it 
right while I was fixing some bugs :-/.

Let the fun begin.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: lintian_overridable-tags.mbox
Description: application/mbox

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.1.5

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive:

lintian_2.1.5.dsc
  to pool/main/l/lintian/lintian_2.1.5.dsc
lintian_2.1.5.tar.gz
  to pool/main/l/lintian/lintian_2.1.5.tar.gz
lintian_2.1.5_all.deb
  to pool/main/l/lintian/lintian_2.1.5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 498883@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russ Allbery <rra@debian.org> (supplier of updated lintian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 10 Jan 2009 21:59:57 -0800
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.1.5
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 30020 183642 292055 498883 507278 510869 511213
Changes: 
 lintian (2.1.5) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added
       - changed-by-address-is-on-localhost
       - changed-by-address-looks-weird
       - changed-by-address-malformed
       - changed-by-address-missing
       - changed-by-name-missing
       - duplicate-long-description
       - duplicate-short-description
       - malformed-deb-archive
 .
   * checks/control-file{,.desc}:
     + [RA] Tag (severity: wishlist) duplicate short or long descriptions
       in packages built from the same source.  (Closes: #30020)
     + [RA] Clarify the binary-control-field-duplicates-source tag.
       (Closes: #511213)
   * checks/deb-format{,.desc}:
     + [RA] New check for the format of *.deb ar archives.  Most cases will
       fail during unpack, but dpkg-deb is more forgiving than dak and
       allows ordering problems and extra members that dak rejects.
       (Closes: #292055)
   * checks/fields:
     + [RA] Use check_maintainer from Lintian::Check, which suppresses
       duplicate tags for some ill-formed maintainer fields.
   * checks/lintian.desc:
     + [RA] New tag descriptions for Changed-By field tests.
   * checks/rules:
     + [RA] Consider a define command to be the end of a list of target
       commands, avoiding binary-arch-rules-but-pkg-is-arch-indep false
       positives when an empty rule is followed by a definition.
       (Closes: #510869)
 .
   * frontend/lintian:
     + [RA] Run maintainer well-formedness checks on the Changed-By field
       of the *.changes file.  (Closes: #183642)
 .
   * lib/Lintian/Check.pm:
     + [RA] New module for checks run from multiple places.
   * lib/Lintian/{Output.pm,Output/*.pm}:
     + [RA] Expect a single string of extra information rather than an
       array, removing duplicate code to convert it to a string.
   * lib/Lintian/Schedule.pm:
     + [RA] Fix Perl warnings triggered by missing fields in the control
       file of a binary package.
   * lib/Tags.pm:
     + [RA] Avoid Perl warnings if Severity or Certainty isn't set for a
       tag.  (Closes: #507278)
     + [RA] Record statistics for certainty correctly.
     + [RA] Canonicalize the extra tag information once and pass it as a
       string to the other output methods.  Based on a patch by Raphael
       Geissert.  (Closes: #498883)
     + [RA] Fix override checking with extra tag information that Perl
       evaluates to false (such as a bare 0).
 .
   * man/lintian.1:
     + [RA] Document new deb-format check script.
 .
   * t/runtests:
     + [RA] Add support for running lintian on changes files in t/changes
       and checking the tag output.
     + [RA] Add support for building a Debian package using basic tools,
       with more complete control over the contents, and running lintian on
       the results.
     + [RA] Fix exit status when a test fails but -k was given.
Checksums-Sha1: 
 08ac23c0440ee29c5cd4a30547d810510c396a8f 1163 lintian_2.1.5.dsc
 c72748c4e52bb356cf5b5607404d8c4ca552ee4f 577509 lintian_2.1.5.tar.gz
 04310d8e5a813232fe9766144f060727e8a55ccf 403086 lintian_2.1.5_all.deb
Checksums-Sha256: 
 56c1f27b2bbe0bd2aedd8fe30d66b43ab1d12d25654c836ba89e39f7832c199c 1163 lintian_2.1.5.dsc
 9a22d7770fa48e38f05973e4102c2a69c1814d43de9cc01e39026532e0702d66 577509 lintian_2.1.5.tar.gz
 d19c2070142221087eda91870f4a94d1c3ec512047db97d151770e9748b327cb 403086 lintian_2.1.5_all.deb
Files: 
 7022f0c48b5c7d900cbac4155bd00eba 1163 devel optional lintian_2.1.5.dsc
 aaf8b7265ca52d584ef3177c3e436796 577509 devel optional lintian_2.1.5.tar.gz
 2c10d3d91cfec7666357ed33e1902818 403086 devel optional lintian_2.1.5_all.deb

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

iEYEARECAAYFAklpi4EACgkQ+YXjQAr8dHYEEACgnBMBmXpQtDcqRL19w/Tq479/
JmQAoJ0GABURbP1f7565CTa5PaEYMvO1
=lwnL
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: