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

Bug#512560: marked as done ([lib/] some scripts use fail but don't use Util)



Your message dated Sun, 25 Jan 2009 01:02:16 +0000
with message-id <E1LQtOC-0005wz-4K@ries.debian.org>
and subject line Bug#512560: fixed in lintian 2.2.0
has caused the Debian Bug report #512560,
regarding [lib/] some scripts use fail but don't use Util
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.)


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

Hi,

While messing with the test suite I found a missing use Utils in 
Lintian::Collect::Source. Attached mbox includes a patch fixing that missing 
use and another one that does the same but to other two .pms where it was 
missing as well.

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net

Attachment: lintian_missing_fail.mbox
Description: application/mbox

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


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

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.2.0.dsc
  to pool/main/l/lintian/lintian_2.2.0.dsc
lintian_2.2.0.tar.gz
  to pool/main/l/lintian/lintian_2.2.0.tar.gz
lintian_2.2.0_all.deb
  to pool/main/l/lintian/lintian_2.2.0_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 512560@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, 24 Jan 2009 16:43:32 -0800
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.2.0
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: 373767 470912 511496 512196 512363 512478 512560 512563 512678 512738
Changes: 
 lintian (2.2.0) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added
       - direct-changes-in-diff-but-no-patch-system (pedantic)
       - no-homepage-field (pedantic)
       - no-upstream-changelog (pedantic)
       - package-depends-on-hardcoded-libc
       - weak-dependency-on-misc-depends
 .
   * checks/*.desc:
     + [RA] Replace `' "balanced" quotes with straight double-quotes.  The
       old style looks strange with modern fonts.  Based on work by Raphael
       Geissert.
   * checks/binaries:
     + [FL] Fix check for directories in the package in RPATH check.
   * checks/changelog-file{,.desc}:
     + [RA] Use Lintian::Collect to read the changelog.
     + [RA] Enable no-upstream-changelog as a pedantic check, since it's
       often incorrect for multiple binary packages generated from the same
       source.  Patch from Raphael Geissert.  (Closes: #470912)
   * checks/control-file{,.desc}:
     + [ADB] Fix a typo ("arne't").  Thanks, Raphael Geissert.
     + [RA] Check for hard-coded package dependencies on libc.  Patch from
       Evgeni Golov.  (Closes: #512196)
     + [RA] Check package-depends-on-itself for Suggests as well.
   * checks/debhelper{,.desc}:
     + [ADB] Remove no longer required "Type" fields from a couple of
       entries.  Thanks, Raphael Geissert.
     + [ADB] Fix a couple of typoes.  Thanks, Raphael Geissert.
     + [RA] Allow ${misc:Depends} in Pre-Depends and warn of
       ${misc:Depends} in Recommends or Suggests.  Patch from Raphael
       Geissert.  (Closes: #512478)
   * checks/fields{,.desc}:
     + [RA] Add pedantic check for no Homepage control field.  Patch from
       Raphael Geissert.
   * checks/files:
     + [RA] Add swfobject.js to embedded-javascript-library.  Thanks, Paul
       Wise.  (Closes: #512363)
   * checks/nmu{,.desc}:
     + [RA] Use Lintian::Collect to read the changelog.
     + [RA] Only treat the mention of NMU as a maintainer acknowldegement
       if the "ack" string appears before the mention of NMU.  Avoids
       changelog-should-mention-nmu false positives for "NMU with ACK from
       maintainer."  Thanks, Evgeni Golov.  (Closes: #512738)
   * checks/patch-systems{,.desc}:
     + [RA] Add pedantic check for changes to the upstream source in the
       diff without using a patch system.  Thanks, Raphael Geissert.
   * checks/standards-version{,.desc}:
     + [ADB] Add source-control-file to the list of information needed by
       the script.  Thanks, Raphael Geissert.  (Closes: #512563)
     + [RA] Use Lintian::Data to get the standards versions and release
       dates.  Dates are now in seconds since epoch, so remove the date
       conversion code.
   * checks/version-substvars.desc:
     + [RA] Mention when the binary:Version and source:Version substvars
       were introduced.  Thanks, Steffen Moeller.
 .
   * collection/*.desc:
     + [RA] Replace `' "balanced" quotes with straight double-quotes.  The
       old style looks strange with modern fonts.  Based on work by Raphael
       Geissert.
 .
   * data/standards-version/release-dates:
     + [RA] Known standards versions and their release dates in seconds
       since epoch, taken from checks/standards-version.
 .
   * frontend/lintian:
     + [RA] Add --pedantic option to display pedantic tags.  Patch from
       Raphael Geissert.  (Closes: #373767)
 .
   * lib/Checker.pm:
     + [ADB] Remove some unused code.
   * lib/Lintian/Collect/Binary.pm:
     + [RA] Add a changelog() method to return the parsed changelog.
   * lib/Lintian/Collect/Source.pm:
     + [ADB] Add a missing "use Util" as the module uses the fail() function
       from that module.  Thanks, Raphael Geissert.  (Closes: #512560)
   * lib/Text_utils.pm:
     + [ADB] Add a missing "use Util" as the module uses the fail() function
       from that module.  Thanks, Raphael Geissert.
   * lib/Tags.pm:
     + [RA] Add support for pedantic tags.  Patch from Raphael Geissert.
 .
   * man/lintian.1:
     + [RA] Document the new --pedantic option.
 .
   * reporting/html_reports:
     + [RA] Add support for a new tag index sorted by severity and
       certainty.  (Closes: #511496)
   * reporting/templates/index.tmpl:
     + [RA] Link to the new tag index.
   * reporting/templates/tags-severity.tmpl:
     + [RA] Template for a tag index sorted by severity and certainty.
 .
   * t/runtests:
     + [RA] Add support for specifying the Lintian options to use when
       checking a test package.  Patch from Raphael Geissert.
       (Closes: #512678)
     + [RA] Expect the desc files for tests to be in the test directory
       rather than at the top level and move the sequence number to an
       attribute in the test description rather than in the desc file
       name.
Checksums-Sha1: 
 263af76f91056af162f5c63255ea2ae6b7f56d69 1163 lintian_2.2.0.dsc
 70b322e243dfe0ddf7c68f5c560833c73dc40349 588021 lintian_2.2.0.tar.gz
 8983233944eee1978679b2acd5c5b39f197179f0 408606 lintian_2.2.0_all.deb
Checksums-Sha256: 
 70aff1a8218fae23cff03a1f014fa05b28b774428ac6eb38cd0236723f937446 1163 lintian_2.2.0.dsc
 4d0e733350243d4fa2b1aa8e33548b0b429e5cf0d1f65e5110039708f2f850fb 588021 lintian_2.2.0.tar.gz
 4bcdf720d4f906f18772d4da4eb1b5c6c454a53f3399eb1357d196bada76582b 408606 lintian_2.2.0_all.deb
Files: 
 1026af219a7fd7cddd5edb25c2ce7abb 1163 devel optional lintian_2.2.0.dsc
 1933e24e6955e91d8ee16f37531aaeb4 588021 devel optional lintian_2.2.0.tar.gz
 7b35f2031893b7a8418a1e0ad0b47907 408606 devel optional lintian_2.2.0_all.deb

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

iEYEARECAAYFAkl7uW0ACgkQ+YXjQAr8dHaU6ACfTXLxEad69U0u4huC+zl1PZGS
gY8AoLCKGOwiIyRDKme/Mna4Dfd/GnOZ
=WDsS
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: