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

lintian: r982 - in trunk: checks debian



Author: rra
Date: 2007-10-16 05:13:13 +0200 (Tue, 16 Oct 2007)
New Revision: 982

Modified:
   trunk/checks/menu-format
   trunk/debian/changelog
Log:
  + [RA] Remove Actions from known desktop keys again, as I believe the
    root problem was our willingness to inspect desktop types other than
    Application (also fixed in the previous release).

Modified: trunk/checks/menu-format
===================================================================
--- trunk/checks/menu-format	2007-10-16 03:09:35 UTC (rev 981)
+++ trunk/checks/menu-format	2007-10-16 03:13:13 UTC (rev 982)
@@ -136,8 +136,7 @@
 # This is a list of all keys that should be in every desktop entry.
 my @req_desktop_keys = qw(Type Name);
 
-# This is a list of all known keys.  Note that Actions isn't part of the
-# standard but appears to be widely used, so we include it anyway.
+# This is a list of all known keys.
 my %known_desktop_keys = map { $_ => 1 }
     qw(
        Type
@@ -161,7 +160,6 @@
        StartupNotify
        StartupWMClass
        URL
-       Actions
       );
 
 my %deprecated_desktop_keys = map { $_ => 1 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-10-16 03:09:35 UTC (rev 981)
+++ trunk/debian/changelog	2007-10-16 03:13:13 UTC (rev 982)
@@ -8,13 +8,16 @@
   * checks/menu-format:
     + [RA] Fix detection of commands for menu entries when the command is
       given with its full path.  (Closes: #446796)
+    + [RA] Remove Actions from known desktop keys again, as I believe the
+      root problem was our willingness to inspect desktop types other than
+      Application (also fixed in the previous release).
 
   * lib/Dep.pm:
     + [RA] Fix negative implication in some boundary cases when comparing
       two versioned relationships in the same direction.  Thanks to
       Raphael Hertzog for the analysis and fix.  (Closes: #446768)
 
- -- Russ Allbery <rra@debian.org>  Mon, 15 Oct 2007 20:09:28 -0700
+ -- Russ Allbery <rra@debian.org>  Mon, 15 Oct 2007 20:11:15 -0700
 
 lintian (1.23.35) unstable; urgency=low
 



Reply to: