Author: rra Date: 2007-07-23 20:51:34 +0200 (Mon, 23 Jul 2007) New Revision: 927
Modified: trunk/checks/menu-format trunk/debian/changelog Log: * checks/menu-format: + [RA] wm is a valid needs value. Thanks, Nico Golde. Modified: trunk/checks/menu-format =================================================================== --- trunk/checks/menu-format 2007-07-23 18:33:22 UTC (rev 926) +++ trunk/checks/menu-format 2007-07-23 18:51:34 UTC (rev 927) @@ -46,7 +46,7 @@ # These 'needs' tags are always valid, no matter the context, and no other # values are valid outside WindowManagers context # (It's case insensitive, use lower case here.). -my @needs_tag_vals=qw(x11 text vc); +my @needs_tag_vals=qw(x11 text vc wm); # Authorative source of menu sections: # http://www.debian.org/doc/packaging-manuals/menu-policy/ch2#s2.1 Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2007-07-23 18:33:22 UTC (rev 926) +++ trunk/debian/changelog 2007-07-23 18:51:34 UTC (rev 927) @@ -2,6 +2,8 @@ * checks/common_data.pm: + [CW] Add automaken as a known virtual package. + * checks/menu-format: + + [RA] wm is a valid needs value. Thanks, Nico Golde. * checks/scripts: + [RA] If rm output is redirected to /dev/null, don't think that rm is removing /dev/null. Thanks, Robert Luberda. (Closes: #431259) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

