Control: user debian-p...@lists.debian.org
Control: usertags -1 perl-cwd-inc-removal

On 2016-09-22 12:45 +0200, Vincent Lefevre wrote:

> In the keyboard-configuration 1.148 binary package, one has:
>
> -rwxr-xr-x 1 1862421 2016-07-29 08:06:33 DEBIAN/config
>
> But in the 1.149 version:
>
> -rwxr-xr-x 1 48945 2016-09-18 17:53:38 DEBIAN/config
>
> The diff:
>
> --- keyboard-configuration_1.148_all/DEBIAN/config      2016-07-29 
> 08:06:33.000000000 +0200
> +++ keyboard-configuration_1.149_all/DEBIAN/config      2016-09-18 
> 17:53:38.000000000 +0200
> @@ -159,33732 +159,6 @@
>  
>  all_kbdnames () {
>   cat <<'EOF'
> -C*model*a4techKB21*A4Tech KB-21
> -C*model*a4techKBS8*A4Tech KBS-8
> -C*model*a4_rfkb23*A4Tech Wireless Desktop RFKB-23
> [...]
> -zh_TW*layout*sn*渥魯夫語
> -zh_TW*variant*sn**渥魯夫語
>  EOF
>  }
>  
>
> Couldn't this be the cause of the problem?

I'm pretty sure it is.  The list of keyboard models is generated by
running "./kbdnames-maker KeyboardNames.pl" from the Keyboard/
directory, and currently this command does not print anything.  I
tracked the problem down to the removal of the current directory from
@INC in perl, running "perl -I. kbdnames-maker KeyboardNames.pl" gives
the long list of keyboard models again.

HTH,
    Sven

Reply via email to