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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc1-41-g04e5ffa



The following commit has been merged in the master branch:
commit 04e5ffae564f5966a31bf74d1c5644e4e7ac1894
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Apr 3 08:43:08 2011 +0200

    Fixed a regression caused by inconsistent prefixes

diff --git a/checks/files b/checks/files
index 1d4a597..167d85a 100644
--- a/checks/files
+++ b/checks/files
@@ -159,7 +159,6 @@ my $py_support_nver = undef;
 # read data from objdump-info file
 foreach my $file (sort keys %{$info->objdump_info}) {
     my $objdump = $info->objdump_info->{$file};
-    $file = './' . $file;
 
     if (defined $objdump->{NEEDED}) {
 	my $lib = $objdump->{NEEDED};
diff --git a/debian/changelog b/debian/changelog
index 0c794ae..4275787 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ lintian (2.5.0~rc2) UNRELEASED; urgency=low
       to Thijs Kinkhorst for the report and patch.  (Closes: #615072)
     + [NT] Applied patch to also detect copies of CKEditor.  Thanks to
       Jeroen Dekkers for the report and the patch.  (Closes: #616505)
+    + [NT] Fixed a regression in caused by inconsistent prefixes.
   * checks/huge-usr-share:
     + [NT] Removed assumption that there is always files in usr/share.
   * checks/menu-format:

-- 
Debian package checker


Reply to: