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

[SCM] Debian package checker branch, master, updated. 2.1.6-13-g86d33e4



The following commit has been merged in the master branch:
commit 86d33e4a9e00554fb59ee324123ae7652d7a088e
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Sat Jan 24 16:03:22 2009 +0100

    checks/binaries: Fix check for directories in the package

diff --git a/checks/binaries b/checks/binaries
index a95bf6d..80d89fd 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -124,7 +124,7 @@ foreach (sort keys %{$info->file_info}) {
     next unless length $_;
     my $data = $info->file_info->{$_};
     next unless $data =~ /^directory$/ or $data =~ / link to /;
-    $directories{$_}++;
+    $directories{"/$_"}++;
 }
 
 # process all files in package
diff --git a/debian/changelog b/debian/changelog
index 88e8eea..d2189de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ lintian (2.1.7) UNRELEASED; urgency=low
     + [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:
     + [RA] Use Lintian::Collect to read the changelog.
   * checks/control-file.desc:

-- 
Debian package checker


Reply to: