Bug#1009995: x11-xkb-utils: xkbcomp gives a warning for keysym XF86EmojiPicker from symbols/inet

2022-04-21 Thread Vincent Lefevre
Package: x11-xkb-utils
Version: 7.7+6
Severity: normal

Consider

zira:~> cat .xkb/keymap/test
xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc+gb+inet(evdev)" };
xkb_geometry  { include "pc(pc105)" };
};

(the "+inet(evdev)" is important).

I get the following warning:

zira:~> xkbcomp -w 0 -I$HOME/.xkb -R$HOME/.xkb keymap/test xkb.dump
Warning:  Could not resolve keysym XF86EmojiPicker

The issue probably comes from

zira:~> grep -r XF86EmojiPicker /usr/share/X11/xkb
/usr/share/X11/xkb/symbols/inet:   key{   [ XF86EmojiPicker   
 ]  }; // KEY_EMOJI_PICKER

This file is provided by xkb-data (current version 2.35.1-1).
So there's something wrong between x11-xkb-utils and xkb-data
(similar to bug 953032 / 994036).

Note: about the fact that I get this warning with "-w 0" is
the following bug, which I've just reported:
  https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/issues/20
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009994

Once this bug is fixed, this could be tested without the "-w 0".

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'stable-security'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.17.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages x11-xkb-utils depends on:
ii  libc62.33-7
ii  libx11-6 2:1.7.5-1
ii  libxaw7  2:1.0.14-1
ii  libxkbfile1  1:1.1.0-1
ii  libxrandr2   2:1.5.2-1
ii  libxt6   1:1.2.1-1

x11-xkb-utils recommends no packages.

x11-xkb-utils suggests no packages.

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Bug#1009994: xkbcomp: warnings with "-w 0" due to missing warningLevel test for some WARN() occurrences

2022-04-21 Thread Vincent Lefevre
Package: x11-xkb-utils
Version: 7.7+6
Severity: normal
Tags: upstream
Forwarded: https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/issues/20

The the xkbcomp(1) man page says:

  -w lvl  Controls the reporting of warnings during compilation.  A
  warning level of 0 disables all warnings; a warning level
  of 10 enables them all.

But it is possible to get some warnings even with "-w 0", such as

Warning:  Could not resolve keysym XF86EmojiPicker

The xkbcomp code shows that some WARN() occurrences are not
preceded by a warningLevel test.

For instance, in xkbcomp/symbols.c, the following one is OK:

if ((!ExprResolveString(value, , NULL, NULL))
&& (warningLevel > 0))
{
WARN("The type field of a key symbol map must be a string\n");
ACTION("Ignoring illegal type definition\n");
}

but the "Could not resolve keysym..." warning isn't:

for (i = 0; i < nSyms; i++) {
if (!LookupKeysym(value->value.list.syms[i], >syms[ndx][i])) {
WARN("Could not resolve keysym %s\n", value->value.list.syms[i]);
key->syms[ndx][i] = NoSymbol;
}
}

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'stable-security'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.17.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages x11-xkb-utils depends on:
ii  libc62.33-7
ii  libx11-6 2:1.7.5-1
ii  libxaw7  2:1.0.14-1
ii  libxkbfile1  1:1.1.0-1
ii  libxrandr2   2:1.5.2-1
ii  libxt6   1:1.2.1-1

x11-xkb-utils recommends no packages.

x11-xkb-utils suggests no packages.

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



x11-session-utils_7.7+5_source.changes ACCEPTED into unstable

2022-04-21 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Apr 2022 20:13:09 +0300
Source: x11-session-utils
Built-For-Profiles: noudeb
Architecture: source
Version: 7.7+5
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 x11-session-utils (7.7+5) unstable; urgency=medium
 .
   * rstart 1.0.6.
   * xsm 1.0.5.
   * control: Bump debhelper-compat to 13, policy to 4.6.0.
Checksums-Sha1:
 e97aa07e61c26d00c1d2d20ce6d97db443a0ca23 1780 x11-session-utils_7.7+5.dsc
 11f004c6897bc048c621b1fd83dce6d9599f39aa 621824 x11-session-utils_7.7+5.tar.gz
 b5b32d76ce8949de872d4381827abf681e8c67a5 7588 
x11-session-utils_7.7+5_source.buildinfo
Checksums-Sha256:
 c63cd3923a01e9be15ea82082ddcef61fd36f8fe91379438797d9d72e2788459 1780 
x11-session-utils_7.7+5.dsc
 f153909b15c529d8e0c5629be90b4f12a0d27966b8e2284f1d01403b917b6ba7 621824 
x11-session-utils_7.7+5.tar.gz
 28c4de265e3b3b07c06438e13fc4c6aab92342390906b902051bcd9623cbc5e3 7588 
x11-session-utils_7.7+5_source.buildinfo
Files:
 c8f2b725bb0db31e75cfa422aca4ca41 1780 x11 optional x11-session-utils_7.7+5.dsc
 650d47466fe5e4f60cbe2f58c945b08f 621824 x11 optional 
x11-session-utils_7.7+5.tar.gz
 cebf1f4a3b8eddba5dc5689e02c3efcd 7588 x11 optional 
x11-session-utils_7.7+5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmJhkPkACgkQy3AxZaiJ
hNyimQ//SDLfHG65DMmP4qg1VnCw9t3GqYAd8Kkm1aCO+JUucTRSK8lxjRBMTSpE
6wt4T+KxDvM01khfn6e+Q+E0hIEi2zJdQ/hEV4VI+E8idI2Z5bNIhirDWM0pYZa0
wDwVgUX8N2m/Y95AGo5sbO7xwIdEWdGoluznUIkn78pyzI38ae/4nnuOvqVxK4Vj
f7H/dtXDiWht0wg/NwGbdrrp8sCsC63HAAl2bIw2DLlk9S4smYsXKXGrUXXX+fBm
Dd2PXqI31NB5NMKOGFRRy62GrByluIhTvs3M4G/ALrfRiwrnVJdONyn/al3mIkuC
obej15rh7Trj5ganNRKJ+XqP0wRNIB/I0e9d/NVWDqjn4dLVsw6b2G2ladX42Nj+
tFOMDKwQwWqrW11/QfTn/KmuqWrMgUown6l15eF22KlLTL0JFdjb+LCBsCoWEBjW
fb1XwWbzCqYKgfgwSWvFrPitkv/auWHIP5/l4GKaruYqygIVBwdMydI/3nWtlY3E
xobCHUni8wRXAQgY3ALi44Kk1Kf8ED3Kelx9Y+bvRUjMjJpdb5mLfb9BmxbBuJKX
2WWYkNiWUlBZtQ84MPzZnqH8tS2eKdORDunjvCs6304cLxXhAtLyxgWo+wTWzhIg
EbMqWPHSzOPELqZsZQ8lXZnHG3OmRupMSsVFtBuCuuEbMtpZNXU=
=GGx5
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



x11-apps_7.7+9_source.changes ACCEPTED into unstable

2022-04-21 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Apr 2022 16:47:09 +0300
Source: x11-apps
Built-For-Profiles: noudeb
Architecture: source
Version: 7.7+9
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 x11-apps (7.7+9) unstable; urgency=medium
 .
   * xcalc 1.1.1.
   * xclock 1.1.1.
   * xedit 1.2.3.
   * xeyes 1.2.0.
   * xload 1.1.4.
   * xwd 1.0.8.
   * control: Bump debhelper-compat to 13.
   * control: Bump policy to 4.6.0.
   * control: Add libx11-xcb-dev, libxcb-present-dev, libxcb-xfixes0-dev,
 libxcb-damage0-dev, libxi-dev to build-depends for xeyes.
Checksums-Sha1:
 855e9bfb9679fddf5b129895678b7f82b2e81bfa 1992 x11-apps_7.7+9.dsc
 731f4574d92472cce9a0456b817d0811811fee57 4787126 x11-apps_7.7+9.tar.gz
 b25c3d35efbffc44f0af1c14b607fdf4fc4fa224 7858 x11-apps_7.7+9_source.buildinfo
Checksums-Sha256:
 152873179c21c65dc6e35a6b374fc41021ccc0ff85ddb1e65a53295ac6b2733f 1992 
x11-apps_7.7+9.dsc
 a0aa997208a43d5224e1c55f84b2f25cf15fcec38172b178016f65ccb6d5ff33 4787126 
x11-apps_7.7+9.tar.gz
 3a9c5c95721c9f5cdb30502f81f5eacd3ba0cf837ca2fadb005b0ac28b02c165 7858 
x11-apps_7.7+9_source.buildinfo
Files:
 293204653c7050118271c180ba3a798d 1992 x11 optional x11-apps_7.7+9.dsc
 d5388042374a484fbf551c8add05f6c9 4787126 x11 optional x11-apps_7.7+9.tar.gz
 684dd84ee38b9d44fcf020e083990f52 7858 x11 optional 
x11-apps_7.7+9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmJhjzUACgkQy3AxZaiJ
hNyY4Q//aqpod45n8lX1rWlVqPy8AfF1HymUw2hlqivqqPrGPd0lf4xq6CAoUi9c
/DmlW3s97BqBPiwr2J7RhmmhbeUQj3HftaOSw3g76PfRy4Mhz0gkQYTpcTaHu6u3
1g1YZchjbqhq4dadR++VBYLbLoxO8b0gX0VvGuCn3y3Ha9jNMcTQxLvmrmtHuKIW
UbHWY31JhfJeHA/MMWQ5Jb0mz0LZVmZGtoag6AS+OHJD0wltI7QU2dITTxNh54E7
Aks17389oI40R39wyl9zNapyoWwtzQ/KfzD4DMBHdMp4J+sfchJGX2BWnFuchflp
eblNIXk0Nwr+TQi+hWmAlH+Pva8FehKsF0P00CZ1DzslTFkpfK+30QNXHVMbFGbW
OKpzR4PzlNB/DGMDheES6J/c30tbj5Fim55bL82AdakbBF/R4mavMY/Tzph/0hpi
QvSXDJUz79uHf4KvGqbDG2HuvC5plFse8/8FNjxV6tcXeQdZ7+qKDM7RRC8lqGEt
CoGpLYVIvBVhYB8nfZJmuP1rzHYxOr+rlHtkKJORyakmGe238dCqeHHqchXB8umf
73wA1f+LodGYIPZghp1jpq9FCcF7Bcksxw/C8DsV4zzsO89NnPWop4XPDH15Amva
5UKqSaRsqs7qv+/NZtjW3UHs/YOHfJ/bdWqxf3maq6shl2cWjjM=
=8OOu
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of x11-session-utils_7.7+5_source.changes

2022-04-21 Thread Debian FTP Masters
x11-session-utils_7.7+5_source.changes uploaded successfully to localhost
along with the files:
  x11-session-utils_7.7+5.dsc
  x11-session-utils_7.7+5.tar.gz
  x11-session-utils_7.7+5_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[Git][xorg-team/app/x11-session-utils][debian-unstable] 4 commits: rstart 1.0.6.

2022-04-21 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / 
x11-session-utils


Commits:
3fe3eff8 by Timo Aaltonen at 2022-04-21T20:09:30+03:00
rstart 1.0.6.

- - - - -
b7347481 by Timo Aaltonen at 2022-04-21T20:10:17+03:00
xsm 1.0.5.

- - - - -
b1e90e65 by Timo Aaltonen at 2022-04-21T20:13:06+03:00
control: Bump debhelper-compat to 13, policy to 4.6.0.

- - - - -
3ecb3f32 by Timo Aaltonen at 2022-04-21T20:13:17+03:00
release to sid

- - - - -


12 changed files:

- debian/changelog
- debian/control
- debian/rules
- rstart/ChangeLog
- rstart/INSTALL
- rstart/Makefile.am
- rstart/Makefile.in
- rstart/README → rstart/README.md
- rstart/aclocal.m4
- rstart/commands/Makefile.am
- rstart/commands/Makefile.in
- + rstart/compile


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-session-utils/-/compare/f9ce83e6a52a7a17eea8e5e4fd988af5e833f406...3ecb3f32b8e2db2c2e132155118b7b7e053e

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-session-utils/-/compare/f9ce83e6a52a7a17eea8e5e4fd988af5e833f406...3ecb3f32b8e2db2c2e132155118b7b7e053e
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/app/x11-session-utils] Pushed new tag x11-session-utils-7.7+5

2022-04-21 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag x11-session-utils-7.7+5 at X Strike Force / app / 
x11-session-utils

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-session-utils/-/tree/x11-session-utils-7.7+5
You're receiving this email because of your account on salsa.debian.org.




Processing of x11-apps_7.7+9_source.changes

2022-04-21 Thread Debian FTP Masters
x11-apps_7.7+9_source.changes uploaded successfully to localhost
along with the files:
  x11-apps_7.7+9.dsc
  x11-apps_7.7+9.tar.gz
  x11-apps_7.7+9_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[Git][xorg-team/app/x11-apps][debian-unstable] 10 commits: xcalc 1.1.1.

2022-04-21 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / 
x11-apps


Commits:
60811b79 by Timo Aaltonen at 2022-04-21T16:10:14+03:00
xcalc 1.1.1.

- - - - -
93b2f133 by Timo Aaltonen at 2022-04-21T16:11:03+03:00
xclock 1.1.1.

- - - - -
33519fc1 by Timo Aaltonen at 2022-04-21T16:14:04+03:00
xedit 1.2.3.

- - - - -
91f71799 by Timo Aaltonen at 2022-04-21T16:15:24+03:00
xeyes 1.2.0.

- - - - -
7c0ad2fe by Timo Aaltonen at 2022-04-21T16:19:40+03:00
xload 1.1.4.

- - - - -
0313827a by Timo Aaltonen at 2022-04-21T16:20:33+03:00
xwd 1.0.8.

- - - - -
c38f2790 by Timo Aaltonen at 2022-04-21T16:20:58+03:00
control: Bump debhelper-compat to 13.

- - - - -
222f6a1b by Timo Aaltonen at 2022-04-21T16:21:15+03:00
control: Bump policy to 4.6.0.

- - - - -
96eaa9da by Timo Aaltonen at 2022-04-21T16:44:32+03:00
control: Add libx11-xcb-dev, libxcb-present-dev, libxcb-xfixes0-dev, 
libxcb-damage0-dev, libxi-dev to build-depends for xeyes.

- - - - -
15e6a7dd by Timo Aaltonen at 2022-04-21T16:47:18+03:00
release to sid

- - - - -


11 changed files:

- debian/changelog
- debian/control
- xcalc/ChangeLog
- xcalc/Makefile.in
- xcalc/README.md
- xcalc/aclocal.m4
- xcalc/actions.c
- xcalc/app-defaults/XCalc-color
- xcalc/compile
- xcalc/config.guess
- xcalc/config.h.in


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-apps/-/compare/d1b39f984430b437fb4af2984feea115cd9b1ee2...15e6a7dd323ab0304ffe9baec52f0bfae7a36b69

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-apps/-/compare/d1b39f984430b437fb4af2984feea115cd9b1ee2...15e6a7dd323ab0304ffe9baec52f0bfae7a36b69
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/app/x11-apps] Pushed new tag x11-apps-7.7+9

2022-04-21 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag x11-apps-7.7+9 at X Strike Force / app / x11-apps

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-apps/-/tree/x11-apps-7.7+9
You're receiving this email because of your account on salsa.debian.org.




Bug#742356: xkbprint(1): Some (typographical) corrections to the manual

2022-04-21 Thread Alan Coopersmith

Fixed upstream in xkbprint 1.0.5 by
https://gitlab.freedesktop.org/xorg/app/xkbprint/-/commit/b968db6ca6fdb6ebb2384eaffaabe406c5cf783f

--
-Alan Coopersmith- alan.coopersm...@oracle.com
 Oracle Solaris Engineering - https://blogs.oracle.com/solaris



x11-xkb-utils_7.7+6_source.changes ACCEPTED into unstable

2022-04-21 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Apr 2022 16:06:35 +0300
Source: x11-xkb-utils
Built-For-Profiles: noudeb
Architecture: source
Version: 7.7+6
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 953032
Changes:
 x11-xkb-utils (7.7+6) unstable; urgency=medium
 .
   [ Jelmer Vernooij ]
   * Replace XC-Package-Type with Package-Type.
 .
   [ Timo Aaltonen ]
   * setxkbmap 1.3.3.
   * xkbcomp 1.4.5. (Closes: #953032)
   * control: Migrate to x11proto-dev.
   * control: Add libxrandr-dev build-dep for setxkbmap.
Checksums-Sha1:
 dd71a88591189277f7664d85e8de5d7a10f26dde 1813 x11-xkb-utils_7.7+6.dsc
 cbdaa941107d75678a81c304cce0dc1ca670ee9d 1087207 x11-xkb-utils_7.7+6.tar.gz
 b4946fabd6f8555ac5a25c6d428fdf76a474cfd7 7468 
x11-xkb-utils_7.7+6_source.buildinfo
Checksums-Sha256:
 ed47e07f1adda56eb56c355328d7e8b2bcf38b2b3655997b6471a53080787095 1813 
x11-xkb-utils_7.7+6.dsc
 e26a86ea637c9085e021d5b08fb82a467aabea34c30ec0c3aed4993961d80b05 1087207 
x11-xkb-utils_7.7+6.tar.gz
 dfff4bfaf256ccf6a3bb81d6a9587baa4fcb2bebbaa5b8419d57c9240c5c4a53 7468 
x11-xkb-utils_7.7+6_source.buildinfo
Files:
 cdd7066ce7e17936c8f478b56431ba0d 1813 x11 optional x11-xkb-utils_7.7+6.dsc
 5147eb8faf1098eb5837924ff383fef3 1087207 x11 optional 
x11-xkb-utils_7.7+6.tar.gz
 6d594b5b7217dba774c054f1ae56969d 7468 x11 optional 
x11-xkb-utils_7.7+6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmJhVuoACgkQy3AxZaiJ
hNwjVhAArMBgz1jVeyCi89QSjr1Z94oqkQD3nTmOaHau9c/C6FAlH1lInc3XbPwk
y0q7b5rEB9W2Kg2nCf4yN08Do0WtNJ0NDvI4anBzgeyLOO9FQN4xhRQ4jLmjajs0
pMEnO+uqIUyQl/es5rbodQoJiyHit+KRzwHrBJNfB3vSpsBZ2TxVCvpSZCwHqFvR
RyUKqzThi9lzu+qCtYNywrHoKWOZnM1YSdcHPm7dasNt22goqriLtFr/ydsu1/zv
9zcTELDB2Waqlu9g5r8NbzmJNTVWdf/qPUbdfRqKhJkDR0q03kKqx+dANBkWnGL4
aWum6Klxfi8wAWAdgb9lJyYO1FuOfgMsWnwzzp5HmGFRftfKlBKJZ9BCJdqdGbsj
WUkCIwzT5B8DC/T03PnQZauSqT0zDueJRG2Rh3ZE0vGGJiwljRasJYYp/8zp4TE3
Dqls8WkGndoDsD5SQWpVv8TDQ6BQN07+WBKGEkWdK1c2G8mWNveWS4KVNDLopumD
mH/YJFlgfZrpPfpVH8XSr1H/6RQ7T7kdlcIzSeQSKNwRmGmF8zgRuz2Chh7QVUTY
1qU7ukqBPVTsowKrG3Og0HFR7Fel0o9EGDZcPhOPgSp2O93+Aggu0915wR+HkIQn
hOzLRHZ7Q2Fyxc5lH0fhqytk5pQtDBMu/UWvooJEZDWlFT01Q5w=
=JIMy
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#994036: marked as done (x11-xkb-utils: xkbcomp gives internal errors on unknown keysyms (e.g. some XF86* with xkb-data 2.33-1))

2022-04-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Apr 2022 13:33:56 +
with message-id 
and subject line Bug#953032: fixed in x11-xkb-utils 7.7+6
has caused the Debian Bug report #953032,
regarding x11-xkb-utils: xkbcomp gives internal errors on unknown keysyms (e.g. 
some XF86* with xkb-data 2.33-1)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
953032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xkb-data
Version: 2.33-1
Severity: normal

On one of my machines, with a default configuration:

cventin:~> cat .xkb/keymap/custom
xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc+gb+inet(evdev)" };
xkb_geometry  { include "pc(pc105)" };
};

cventin:~> xkbcomp -w 0 -I$HOME/.xkb -R$HOME/.xkb keymap/custom $DISPLAY
Internal error:   Could not resolve keysym XF86BrightnessAuto
Internal error:   Could not resolve keysym XF86DisplayOff
Internal error:   Could not resolve keysym XF86Info
Internal error:   Could not resolve keysym XF86AspectRatio
Internal error:   Could not resolve keysym XF86DVD
Internal error:   Could not resolve keysym XF86Audio
Internal error:   Could not resolve keysym XF86ChannelUp
Internal error:   Could not resolve keysym XF86ChannelDown
Internal error:   Could not resolve keysym XF86Break
Internal error:   Could not resolve keysym XF86VideoPhone
Internal error:   Could not resolve keysym XF86ZoomReset
Internal error:   Could not resolve keysym XF86Editor
Internal error:   Could not resolve keysym XF86GraphicsEditor
Internal error:   Could not resolve keysym XF86Presentation
Internal error:   Could not resolve keysym XF86Database
Internal error:   Could not resolve keysym XF86Voicemail
Internal error:   Could not resolve keysym XF86Addressbook
Internal error:   Could not resolve keysym XF86DisplayToggle
Internal error:   Could not resolve keysym XF86SpellCheck
Internal error:   Could not resolve keysym XF86ContextMenu
Internal error:   Could not resolve keysym XF86MediaRepeat
Internal error:   Could not resolve keysym XF8610ChannelsUp
Internal error:   Could not resolve keysym XF8610ChannelsDown
Internal error:   Could not resolve keysym XF86Images
Internal error:   Could not resolve keysym XF86NotificationCenter
Internal error:   Could not resolve keysym XF86PickupPhone
Internal error:   Could not resolve keysym XF86HangupPhone
Internal error:   Could not resolve keysym XF86Fn
Internal error:   Could not resolve keysym XF86Fn_Esc
Internal error:   Could not resolve keysym XF86FnRightShift
Internal error:   Could not resolve keysym XF86Numeric0
Internal error:   Could not resolve keysym XF86Numeric1
Internal error:   Could not resolve keysym XF86Numeric2
Internal error:   Could not resolve keysym XF86Numeric3
Internal error:   Could not resolve keysym XF86Numeric4
Internal error:   Could not resolve keysym XF86Numeric5
Internal error:   Could not resolve keysym XF86Numeric6
Internal error:   Could not resolve keysym XF86Numeric7
Internal error:   Could not resolve keysym XF86Numeric8
Internal error:   Could not resolve keysym XF86Numeric9
Internal error:   Could not resolve keysym XF86NumericStar
Internal error:   Could not resolve keysym XF86NumericPound
Internal error:   Could not resolve keysym XF86NumericA
Internal error:   Could not resolve keysym XF86NumericB
Internal error:   Could not resolve keysym XF86NumericC
Internal error:   Could not resolve keysym XF86NumericD
Internal error:   Could not resolve keysym XF86CameraFocus
Internal error:   Could not resolve keysym XF86WPSButton
Internal error:   Could not resolve keysym XF86CameraZoomIn
Internal error:   Could not resolve keysym XF86CameraZoomOut
Internal error:   Could not resolve keysym XF86CameraUp
Internal error:   Could not resolve keysym XF86CameraDown
Internal error:   Could not resolve keysym XF86CameraLeft
Internal error:   Could not resolve keysym XF86CameraRight
Internal error:   Could not resolve keysym XF86AttendantOn
Internal error:   Could not resolve keysym XF86AttendantOff
Internal error:   Could not resolve keysym XF86AttendantToggle
Internal error:   Could not resolve keysym XF86LightsToggle
Internal error:   Could not resolve keysym XF86ALSToggle
Internal error:   Could not resolve keysym XF86Buttonconfig
Internal error:   Could not resolve keysym XF86Taskmanager
Internal error:   Could not resolve keysym XF86Journal
Internal error:   Could not resolve keysym 

Processing of x11-xkb-utils_7.7+6_source.changes

2022-04-21 Thread Debian FTP Masters
x11-xkb-utils_7.7+6_source.changes uploaded successfully to localhost
along with the files:
  x11-xkb-utils_7.7+6.dsc
  x11-xkb-utils_7.7+6.tar.gz
  x11-xkb-utils_7.7+6_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#953032: marked as done (xkbcomp: Internal error: Could not resolve keysym XF86FullScreen)

2022-04-21 Thread Debian Bug Tracking System
Your message dated Thu, 21 Apr 2022 13:33:56 +
with message-id 
and subject line Bug#953032: fixed in x11-xkb-utils 7.7+6
has caused the Debian Bug report #953032,
regarding xkbcomp: Internal error: Could not resolve keysym XF86FullScreen
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
953032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11-xkb-utils
Version: 7.7+5

journalctl reports thousands of
sh[1052]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sh[1052]: > Internal error:   Could not resolve keysym XF86FullScreen
sh[1052]: Errors from xkbcomp are not fatal to the X server

Versions of packages x11-xkb-utils depends on:
ii  libc62.29-10
ii  libx11-6 2:1.6.9-2
ii  libxaw7  2:1.0.13-1+b2
ii  libxkbfile1  1:1.0.9-2+b12
ii  libxt6   1:1.1.5-1+b3
--- End Message ---
--- Begin Message ---
Source: x11-xkb-utils
Source-Version: 7.7+6
Done: Timo Aaltonen 

We believe that the bug you reported is fixed in the latest version of
x11-xkb-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 953...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated x11-xkb-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Apr 2022 16:06:35 +0300
Source: x11-xkb-utils
Built-For-Profiles: noudeb
Architecture: source
Version: 7.7+6
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 953032
Changes:
 x11-xkb-utils (7.7+6) unstable; urgency=medium
 .
   [ Jelmer Vernooij ]
   * Replace XC-Package-Type with Package-Type.
 .
   [ Timo Aaltonen ]
   * setxkbmap 1.3.3.
   * xkbcomp 1.4.5. (Closes: #953032)
   * control: Migrate to x11proto-dev.
   * control: Add libxrandr-dev build-dep for setxkbmap.
Checksums-Sha1:
 dd71a88591189277f7664d85e8de5d7a10f26dde 1813 x11-xkb-utils_7.7+6.dsc
 cbdaa941107d75678a81c304cce0dc1ca670ee9d 1087207 x11-xkb-utils_7.7+6.tar.gz
 b4946fabd6f8555ac5a25c6d428fdf76a474cfd7 7468 
x11-xkb-utils_7.7+6_source.buildinfo
Checksums-Sha256:
 ed47e07f1adda56eb56c355328d7e8b2bcf38b2b3655997b6471a53080787095 1813 
x11-xkb-utils_7.7+6.dsc
 e26a86ea637c9085e021d5b08fb82a467aabea34c30ec0c3aed4993961d80b05 1087207 
x11-xkb-utils_7.7+6.tar.gz
 dfff4bfaf256ccf6a3bb81d6a9587baa4fcb2bebbaa5b8419d57c9240c5c4a53 7468 
x11-xkb-utils_7.7+6_source.buildinfo
Files:
 cdd7066ce7e17936c8f478b56431ba0d 1813 x11 optional x11-xkb-utils_7.7+6.dsc
 5147eb8faf1098eb5837924ff383fef3 1087207 x11 optional 
x11-xkb-utils_7.7+6.tar.gz
 6d594b5b7217dba774c054f1ae56969d 7468 x11 optional 
x11-xkb-utils_7.7+6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmJhVuoACgkQy3AxZaiJ
hNwjVhAArMBgz1jVeyCi89QSjr1Z94oqkQD3nTmOaHau9c/C6FAlH1lInc3XbPwk
y0q7b5rEB9W2Kg2nCf4yN08Do0WtNJ0NDvI4anBzgeyLOO9FQN4xhRQ4jLmjajs0
pMEnO+uqIUyQl/es5rbodQoJiyHit+KRzwHrBJNfB3vSpsBZ2TxVCvpSZCwHqFvR
RyUKqzThi9lzu+qCtYNywrHoKWOZnM1YSdcHPm7dasNt22goqriLtFr/ydsu1/zv
9zcTELDB2Waqlu9g5r8NbzmJNTVWdf/qPUbdfRqKhJkDR0q03kKqx+dANBkWnGL4
aWum6Klxfi8wAWAdgb9lJyYO1FuOfgMsWnwzzp5HmGFRftfKlBKJZ9BCJdqdGbsj
WUkCIwzT5B8DC/T03PnQZauSqT0zDueJRG2Rh3ZE0vGGJiwljRasJYYp/8zp4TE3
Dqls8WkGndoDsD5SQWpVv8TDQ6BQN07+WBKGEkWdK1c2G8mWNveWS4KVNDLopumD
mH/YJFlgfZrpPfpVH8XSr1H/6RQ7T7kdlcIzSeQSKNwRmGmF8zgRuz2Chh7QVUTY
1qU7ukqBPVTsowKrG3Og0HFR7Fel0o9EGDZcPhOPgSp2O93+Aggu0915wR+HkIQn
hOzLRHZ7Q2Fyxc5lH0fhqytk5pQtDBMu/UWvooJEZDWlFT01Q5w=
=JIMy
-END PGP SIGNATURE End Message ---


[Git][xorg-team/app/x11-xkb-utils] Pushed new tag x11-xkb-utils-7.7+6

2022-04-21 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag x11-xkb-utils-7.7+6 at X Strike Force / app / 
x11-xkb-utils

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-xkb-utils/-/tree/x11-xkb-utils-7.7+6
You're receiving this email because of your account on salsa.debian.org.




[Git][xorg-team/app/x11-xkb-utils][debian-unstable] 6 commits: setxkbmap 1.3.3.

2022-04-21 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / 
x11-xkb-utils


Commits:
41c61ce3 by Timo Aaltonen at 2022-04-21T15:37:36+03:00
setxkbmap 1.3.3.

- - - - -
610825e4 by Timo Aaltonen at 2022-04-21T15:44:30+03:00
xkbcomp 1.4.5. (Closes: #953032)

- - - - -
846a7476 by Timo Aaltonen at 2022-04-21T15:55:54+03:00
control: Bump debhelper-compat to 13.

- - - - -
c90d211b by Timo Aaltonen at 2022-04-21T15:56:30+03:00
control: Migrate to x11proto-dev.

- - - - -
5aad7c7c by Timo Aaltonen at 2022-04-21T16:06:34+03:00
control: Add libxrandr-dev build-dep for setxkbmap.

- - - - -
51fb8810 by Timo Aaltonen at 2022-04-21T16:06:44+03:00
release to sid

- - - - -


9 changed files:

- debian/changelog
- debian/control
- debian/rules
- setxkbmap/ChangeLog
- setxkbmap/Makefile.in
- setxkbmap/aclocal.m4
- setxkbmap/compile
- setxkbmap/config.guess
- setxkbmap/config.h.in


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-xkb-utils/-/compare/e1a40c8581ded97855604846872df3d64bb0...51fb881021e8f6f1b01cc546244da5ce99b80e77

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/x11-xkb-utils/-/compare/e1a40c8581ded97855604846872df3d64bb0...51fb881021e8f6f1b01cc546244da5ce99b80e77
You're receiving this email because of your account on salsa.debian.org.