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

lintian: r369 - in trunk: checks debian



Author: djpig
Date: 2004-11-14 02:16:24 +0100 (Sun, 14 Nov 2004)
New Revision: 369

Modified:
   trunk/checks/changelog-file
   trunk/debian/changelog
Log:
file has apparently changed its output format for
symlinks sometime in the past. This broke symlink detection (Closes: #276504)


Modified: trunk/checks/changelog-file
===================================================================
--- trunk/checks/changelog-file	2004-11-13 23:03:37 UTC (rev 368)
+++ trunk/checks/changelog-file	2004-11-14 01:16:24 UTC (rev 369)
@@ -55,7 +55,7 @@
 
 # Modify the file_info by following symbolic links.
 for my $file (keys %file_info) {
-    if ($file_info{$file} =~ m/^symbolic link to (.*)/) {
+    if ($file_info{$file} =~ m/^(?:broken )?symbolic link to (.*)/) {
 	$is_a_symlink{$file} = 1;
 	# Figure out the link destination.  This algorithm is
 	# not perfect but should be good enough.  (If it fails,

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-11-13 23:03:37 UTC (rev 368)
+++ trunk/debian/changelog	2004-11-14 01:16:24 UTC (rev 369)
@@ -1,5 +1,9 @@
 lintian (1.23.4) unstable; urgency=low
 
+  * checks/changelog-file:
+    + [FL] file has apparently changed its output format for
+      symlinks sometime in the past. This broke symlink detection.
+      (Closes: #276504)
   * checks/debconf{,.desc}:
     + [FL] The SETTITLE command was introduced in debconf version
       1.3.22. Check the depends for that (Closes: #261890)



Reply to: