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

lintian: r970 - in trunk: checks debian



Author: rra
Date: 2007-10-15 05:40:31 +0200 (Mon, 15 Oct 2007)
New Revision: 970

Modified:
   trunk/checks/menu-format
   trunk/debian/changelog
Log:
  + [RA] Allow Actions keys.  This isn't in the desktop standard but
    is widely used.  Thanks, Raphael Geissert.  (Closes: #444651)

Modified: trunk/checks/menu-format
===================================================================
--- trunk/checks/menu-format	2007-10-15 03:38:09 UTC (rev 969)
+++ trunk/checks/menu-format	2007-10-15 03:40:31 UTC (rev 970)
@@ -136,7 +136,8 @@
 # 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.
+# 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.
 my %known_desktop_keys = map { $_ => 1 }
     qw(
        Type
@@ -160,6 +161,7 @@
        StartupNotify
        StartupWMClass
        URL
+       Actions
       );
 
 my %deprecated_desktop_keys = map { $_ => 1 }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-10-15 03:38:09 UTC (rev 969)
+++ trunk/debian/changelog	2007-10-15 03:40:31 UTC (rev 970)
@@ -51,6 +51,8 @@
       Thanks, Michael Biebl.  (Closes: #442709)
     + [RA] Ignore categories beginning with "X-", reserved for category
       extensions.  Thanks, Josselin Mouette.  (Closes: #443827)
+    + [RA] Allow Actions keys.  This isn't in the desktop standard but
+      is widely used.  Thanks, Raphael Geissert.  (Closes: #444651)
   * checks/menus:
     + [RA] Find the targets of hard links correctly.  (Closes: #444355)
   * checks/nmu.desc:
@@ -67,7 +69,7 @@
   * collection/changelog-file{.desc,}:
     + [RA] Collect NEWS.Debian as well as changelog.
 
- -- Russ Allbery <rra@debian.org>  Sun, 14 Oct 2007 20:37:12 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 14 Oct 2007 20:40:24 -0700
 
 lintian (1.23.34) unstable; urgency=low
 



Reply to: