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

lintian: r1074 - in trunk: checks debian



Author: rra
Date: 2007-12-09 05:21:55 +0100 (Sun, 09 Dec 2007)
New Revision: 1074

Modified:
   trunk/checks/menu-format
   trunk/debian/changelog
Log:
  + [RA] Add GNUstep as an acceptable Main Category, since it's used as
    a non-standard category by GNUstep applications.

Modified: trunk/checks/menu-format
===================================================================
--- trunk/checks/menu-format	2007-12-09 04:12:40 UTC (rev 1073)
+++ trunk/checks/menu-format	2007-12-09 04:21:55 UTC (rev 1074)
@@ -208,8 +208,9 @@
 # http://standards.freedesktop.org/menu-spec/1.0/apa.html
 
 # This is a list of all Main Categories for .desktop files.  Application is
-# added as an exception; it's not listed in the standard, but it's widely
-# used and used as an example in the GNOME documentation.
+# added as an exception; it's not listed in the standard, but it's widely used
+# and used as an example in the GNOME documentation.  GNUstep is added as an
+# exception since it's used by GNUstep packages.
 my %main_categories = map { $_ => 1 }
     qw(
        AudioVideo
@@ -225,6 +226,7 @@
        System
        Utility
        Application
+       GNUstep
       );
 
 # This is a list of all Additional Categories for .desktop files.  Ideally we

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-09 04:12:40 UTC (rev 1073)
+++ trunk/debian/changelog	2007-12-09 04:21:55 UTC (rev 1074)
@@ -6,8 +6,10 @@
       listed in the standard; given how widely it's used, it doesn't
       appear to be worth warning about right now.  It would be lovely if
       there were an actual desktop standard.  (Closes: #444651)
+    + [RA] Add GNUstep as an acceptable Main Category, since it's used as
+      a non-standard category by GNUstep applications.
 
- -- Russ Allbery <rra@debian.org>  Sat, 08 Dec 2007 20:12:13 -0800
+ -- Russ Allbery <rra@debian.org>  Sat, 08 Dec 2007 20:21:39 -0800
 
 lintian (1.23.40) unstable; urgency=low
 



Reply to: