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

Bug#454518: marked as done (lintian: [checks/patch-system] check for files with dpatch extention)



Your message dated Thu, 06 Dec 2007 19:32:08 +0000
with message-id <E1J0MS8-0003XA-BT@ries.debian.org>
and subject line Bug#454518: fixed in lintian 1.23.38
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: lintian
Version: 1.23.37
Severity: normal
Tags: patch

Hey there,

The new lintian version checks for the files in 00list when checking for
dpatch, but it doesn't add a 'dpatch' extension while looking. This
generates many false positives since dpatch does add the extension while
looking and therefore finds the files.

A small patch is included to solve the issue.

Cheers

-- 
Leo "costela" Antunes
[insert a witty retort here]

--- tmp/patch-systems.orig	2007-12-05 20:50:56.000000000 +0100
+++ tmp/patch-systems	2007-12-05 20:52:08.000000000 +0100
@@ -60,7 +60,7 @@
 					chomp;
 					next if (/^#/); #ignore comments
 					push @patches, $_;
-					if (! -r "debfiles/patches/$_") {
+					if (! -r "debfiles/patches/$_" && ! -r "debfiles/patches/$_.dpatch") {
 						tag "dpatch-index-references-non-existant-patch", $_;
 					}
 				}

Attachment: signature.asc
Description: OpenPGP digital signature


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

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_1.23.38.dsc
  to pool/main/l/lintian/lintian_1.23.38.dsc
lintian_1.23.38.tar.gz
  to pool/main/l/lintian/lintian_1.23.38.tar.gz
lintian_1.23.38_all.deb
  to pool/main/l/lintian/lintian_1.23.38_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 454518@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.7
Date: Wed, 05 Dec 2007 17:21:44 -0800
Source: lintian
Binary: lintian
Architecture: source all
Version: 1.23.38
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: 454516 454518
Changes: 
 lintian (1.23.38) unstable; urgency=low
 .
   * The "HE's brown paper bag bug" release
 .
   * checks/changelog-file:
     + [RA] Don't warn about version numbers going backwards in the
       changelog file if the comment says this is a backport.
   * checks/patch-systems:
     + [FL] Try appending .dpatch to patchnames found in 00list.
            Patch by Leo Antunes. (Closes: #454516, #454518)
 .
   * lib/Dep.pm:
     + [FL] Fix "uninitialized value" warning in pred_implies().
Files: 
 c9669e2469d73b34526e6dcaa4f46e3d 904 devel optional lintian_1.23.38.dsc
 7d18de3a83cd9b63a86999ec93ac9c39 357592 devel optional lintian_1.23.38.tar.gz
 67707d4f5048d2995bfe0efce68361b7 302188 devel optional lintian_1.23.38_all.deb

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

iD8DBQFHWExW+YXjQAr8dHYRAnxbAKCsSnDFIRrNb8OE/QMvC8X99owgvgCgjbEN
X7BklvKRkhU2H1TmYXIa1GM=
=IpS5
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: