Bug 7816 - Missing entries in rules/base.lists.part
Summary: Missing entries in rules/base.lists.part
Status: RESOLVED FIXED
Alias: None
Product: xkeyboard-config
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: high normal
Assignee: xkb
QA Contact:
URL: http://bugs.debian.org/381882
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 14:43 UTC by Denis Barbier
Modified: 2006-09-21 11:13 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Denis Barbier 2006-08-08 14:43:28 UTC
Hi,

a bug submitter complained in http://bugs.debian.org/381882
that latitude is not defined in rules/base.
I checked current CVS with the following commands:
  $ grep xkb_symbols symbols/inet |\
    cut -d '"' -f 2 |\
    sort -u > list.inet
  $ sed -e :a -e '/\\$/N; s/\\\n//; ta' rules/base.lists.part |\
    grep inetkbds |\
    sed -e 's/.*= *//' -e 's/  */ /g' |\
    tr ' ' '\n' |\
    sort -u > list.base
  $ diff list.inet list.base
and found that
  apple apple_laptop hpxt1000 latitude logitech_base logitech_set3
are defined in symbols/inet but not rules/base.lists.part
Comment 1 Sergey V. Udaltsov 2006-08-08 15:03:44 UTC
Thanks, Denis

I will add apple, apple_laptop, hpxt1000, latitude, while 
logitech_base and logitech_set3 are hidden.

(In reply to comment #0)
> Hi,
> 
> a bug submitter complained in http://bugs.debian.org/381882
> that latitude is not defined in rules/base.
> I checked current CVS with the following commands:
>   $ grep xkb_symbols symbols/inet |\
>     cut -d '"' -f 2 |\
>     sort -u > list.inet
>   $ sed -e :a -e '/\\$/N; s/\\\n//; ta' rules/base.lists.part |\
>     grep inetkbds |\
>     sed -e 's/.*= *//' -e 's/  */ /g' |\
>     tr ' ' '\n' |\
>     sort -u > list.base
>   $ diff list.inet list.base
> and found that
>   apple apple_laptop hpxt1000 latitude logitech_base logitech_set3
> are defined in symbols/inet but not rules/base.lists.part
Comment 2 Sergey V. Udaltsov 2006-09-05 15:30:18 UTC
After looking into details:
- apple and apple_laptop are covered by special rules, they should not be in
$inetkbds list
- hpxt1000 added, real bug
- latitude added, real bug.
Committed.
Comment 3 Denis Barbier 2006-09-21 11:13:06 UTC
Fine by me, I am thus closing this bug.  Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.