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

[SCM] Debian package checker branch, master, updated. 1.24.2-64-gf5e2154



The following commit has been merged in the master branch:
commit f5e21543c57d208f4e63346488300e3fa97e6d98
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Thu Jul 31 22:59:47 2008 +0100

    Treat hardlinks as "normal" files

diff --git a/checks/menu-format b/checks/menu-format
index 3035894..1b25719 100644
--- a/checks/menu-format
+++ b/checks/menu-format
@@ -405,7 +405,7 @@ foreach my $file (keys %{$info->index}) {
     $file = '/' . $file;
     $file_index{$file} = 1;
 
-    if ($index_info->{type} eq '-' &&
+    if ($index_info->{type} =~ m/[-h]/ &&
 	$file =~ m,/usr/share/applications/.*\.desktop$,) {
 
 	if ($operm & 0100 or $operm & 010 or $operm & 01) {

-- 
Debian package checker


Reply to: