Timo Aaltonen pushed to branch debian-unstable at X Strike Force / data / xkb-data
Commits: af6c0f29 by Sergey Udaltsov at 2019-02-07T20:40:35+00:00 Fixed broken pt layout Backticks broke it, removed - - - - - d4c44c42 by Sergey Udaltsov at 2019-03-16T21:39:23+00:00 Updating Old Hungarian https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/163 - - - - - 67b5d6bf by Hans de Goede at 2019-03-16T21:49:06+00:00 evdev/inet: Fix KEY_KEYBOARD mapping KEY_KEYBOARD has an evdev-keycode value of 374 not 366. It seems that with the original addition of the mapping the evdev-keycode value was mistaken for the X scancode which is 8 higher then the evdev-keycode since the X scancodes start at 8. What seems to have happened is that the evdev-keycode was used instead of the X scancode and then 8 was subtracted for the wrong "// #define KEY_KEYBOARD 366" comment. This commit corrects the comment to say 374 and corrects the X scancode being mapped to 382. Cc: Christian Kellner <[email protected]> Reviewed-by: Christian Kellner <[email protected]> Signed-off-by: Hans de Goede <[email protected]> - - - - - 08723f30 by Hans de Goede at 2019-03-16T21:49:22+00:00 Map evdev keycode KEY_SOUND to XF86AudioPreset KEY_SOUND is used on actual devices and recent xproto versions defines the AudioPreset keysym for this key. Signed-off-by: Hans de Goede <[email protected]> - - - - - 0fb8b664 by Hans de Goede at 2019-03-16T21:49:28+00:00 Map evdev keycode KEY_ROTATE_LOCK_TOGGLE to XF86RotationLockToggle Add XF86RotationLockToggle, to be used as mapping for evdev's KEY_ROTATE_LOCK_TOGGLE. I've a Point of View P1006W-232 Windows tablet which actually has a rotate-lock toggle-button. The latest kernel correctly generates KEY_ROTATE_LOCK_TOGGLE events for this. So now I'm hooking up support for it through all the higher layers. The patch for adding the RotationLockToggle keysym to xproto is here: https://patchwork.freedesktop.org/patch/279365/ Signed-off-by: Hans de Goede <[email protected]> - - - - - e8026f67 by Ross Burton at 2019-04-19T23:11:29+01:00 Port away from intltool to plain gettext intltool isn't maintained and gettext can now handle arbitrary XML files. Drop intltool from autogen.sh and configure.ac. Add po/LINGUAS file, replacing ALL_LINGUAS in configure.ac. Unlike intltool, gettext doesn't need special markup in XML files, so rename base.xml.in to base.xml and replace <_description> with <description>. Update rules/Makefile.am to remove .xml.in rules and intltool references. Add rules/xkb.its to tell gettext what elements contain translatable strings, and pass it to gettext in po/Makevars. https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/143 - - - - - e7a8f88e by Ross Burton at 2019-04-19T23:11:48+01:00 Update translations The translation templates haven't been updated for a while so run update-po to refresh them. - - - - - d12f773a by Sergey Udaltsov at 2019-04-19T23:15:18+01:00 Updated translations after moving to gettext - - - - - cd3f70e5 by Ross Burton at 2019-05-07T10:30:25+01:00 Remove intltool leftovers - - - - - 65458938 by Ross Burton at 2019-05-07T10:39:26+01:00 rules: don't clean sources, and ship sources in tarball - - - - - 54f9a724 by Ross Burton at 2019-05-07T10:47:04+01:00 rules: ship xkb.its in tarballs - - - - - 528d1c7b by Ross Burton at 2019-05-07T10:47:23+01:00 po/Makevars: fix out of tree builds - - - - - b7c34975 by Ross Burton at 2019-05-07T10:47:38+01:00 man: fix out-of-tree builds - - - - - 12c502f3 by Sergey Udaltsov at 2019-05-14T23:55:56+01:00 update in(ben_probhat) layout https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/164 - - - - - 7928e579 by Jack Rosenthal at 2019-05-24T19:12:31-06:00 Add 3l keyboard layout The 3l keyboard layout is defined here: https://github.com/jackrosenthal/threelayout When the project first started, I never added it to xkeyboard-config. However, recently, many more users have been adopting the layout, and it is probably best to start shipping it with xkeyboard-config. - - - - - 0f2f4277 by Sergey Udaltsov at 2019-05-29T23:13:03+01:00 Fixed _description, after dropping intltool - - - - - 61925931 by Sergey Udaltsov at 2019-05-29T23:19:05+01:00 Updated apl keyboard https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/171 - - - - - 7cd3ef67 by Sergey Udaltsov at 2019-05-29T23:24:34+01:00 Updated issue tracker https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/166 - - - - - 08089ac4 by Sergey Udaltsov at 2019-05-29T23:29:46+01:00 Update Latvian Modern keyboard layout https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/162 - - - - - f54c1d65 by Sergey Udaltsov at 2019-05-29T23:49:16+01:00 Fixed descriptions - - - - - 46b06101 by Sergey Udaltsov at 2019-05-29T23:49:58+01:00 Proposed new Maltese layouts https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/146 - - - - - 213d09cb by Sergey Udaltsov at 2019-05-30T00:01:13+01:00 Request to move the friulian keyboard to main set https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/169 - - - - - 8396774e by Sergey Udaltsov at 2019-05-30T00:29:18+01:00 Merge request: Make <CAPS> an additional Esc, but Shift + <CAPS> behave like Caps_Lock https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/153 - - - - - 3515e80f by Viktor Grešák at 2019-05-31T00:04:52+01:00 Added cz(prog) and cz(typo) layout variants - - - - - 2fcda506 by Sergey Udaltsov at 2019-05-31T00:06:20+01:00 Prerelease update of translations - - - - - caeba4b1 by Sergey Udaltsov at 2019-05-31T00:09:12+01:00 rebuilt po files - - - - - acdcd041 by Sergey Udaltsov at 2019-05-31T00:09:32+01:00 Release 2.27 - - - - - 644a0820 by Cimbali at 2019-06-02T01:18:06+02:00 Add the new AZERTY layout (norm NF Z71-300) - - - - - 508e3bcb by Woodrow Douglass at 2019-06-15T22:22:32+01:00 add swapcaps_hyper option to ctrl - - - - - 7dd2c928 by Frederik Gladhorn at 2019-08-09T22:24:28+02:00 Fix iso 639-3 language codes The three letter codes should be according to 639-3, but for some languages they were 639-2 b instead. - - - - - 3ccf2190 by Maurizio M. Gavioli at 2019-08-09T22:12:03+00:00 Kbd layouts for Mongolian trad. writing (Bichig): Option 1 - China This patch adds the 7 keyboard layouts included in the Chinese standard GB/T 28038-2011 to the China (`cn`) symbol file. The source standard is followed literally, with two exceptions: 1. When the source left the level 2 of a key empty, I have duplicated the assignment for level 1, so that a 'stray SHIFT' key kept pressed does no harm. 2. When the standard indicated (mostly for punctuation signs) a vertical presentation form (UFE30 - UFE4F), I replaced with the original (horizontal) decomposition, as presentation forms are the job of the font stack rather than of the keyboard layout and as Mongolian, even in its traditional script, is nowadays also written horizontally and not only vertically. This patch inserts the new layouts in the symbol file for China (`cn`), as Mongolian traditionally writing is mostly used in Chinese Inner Mongolia. Another, alternative, patch is provided inserting the new layouts in the Mongolian (`mn`), symbol file on a linguistic, more than geographic, base.. - - - - - e4f7f8d8 by Michal Kahle at 2019-09-18T14:07:49+02:00 Add Czech (coder) layout variant - - - - - ceced9da by David Norman at 2019-09-23T23:32:02+00:00 Promote Norman layout from extras to base. - - - - - 1a31bc68 by 魔大农 at 2019-09-23T23:39:37+00:00 Corrected description for right super key listing. - - - - - f67e9f0d by Will Thompson at 2019-09-23T23:40:38+00:00 rs+latin, hr, ba, si: place § on M This matches the observed position on Croatian keyboards; I believe the (Latin, as opposed to Cyrillic) keyboard layout is the same for all these languages. Fixes https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/177 - - - - - eceae599 by Changwoo Ryu at 2019-09-24T00:51:09+01:00 Fix an intltool tag - - - - - 973678d2 by Baptiste Lartigau at 2019-09-24T00:53:08+01:00 Add Bépo 1.1rc2 version as normalized by AFNOR - - - - - 5168e4a7 by Changwoo Ryu at 2019-09-24T00:55:36+01:00 Update Korean options - Separate options for Hangul and Hanja keys. - - - - - 5547fd08 by Jessica Creighton at 2019-09-24T00:57:28+01:00 symbols/apl: Fix syntax error - - - - - e485f2f8 by Erik De Rijcke at 2019-09-24T00:59:47+01:00 Remove duplicate Kannada entry - - - - - c916450f by Ongun Kanat at 2019-09-24T01:01:57+01:00 Change s key secondary symbol from section to ssharp in Turkish - - - - - 561e2b1c by Stephan Hilb at 2019-09-24T01:10:32+01:00 rules: add lv5:{lsgt,ralt}_switch options This allows usage of the level5 switching without locking behaviour. The necessary symbols definitions were already present quite some time. - - - - - 2af7182e by Jack Rosenthal at 2019-09-24T01:12:04+01:00 br: make altgr+e produce degree, not euro sign It appears that users expect this key to be degree. I did a little bit of searching, and while I did find a few references to this being euro sign (e.g., on Wikipedia page [1]), it looks like most photos of Brazillian keyboards I could find have this as degree, and the user expectation is that this is degree [2]. For what it's worth, it appears Microsoft Windows has this as degree (tested on Windows 7). [1]: https://en.wikipedia.org/wiki/Portuguese_keyboard_layout [2]: https://crbug.com/298996 Signed-off-by: Jack Rosenthal <[email protected]> - - - - - efe75f0d by Alda Vigdís Skarphéðinsdóttir at 2019-09-24T01:16:23+01:00 Fixing mixup between TLDE and LSGT in Icelandic Mac keymap - - - - - 26941174 by Sebastian Poeplau at 2019-09-24T01:19:11+01:00 Add an option to map Menu to Win - - - - - 9eb23979 by Sergey Udaltsov at 2019-09-24T01:23:42+01:00 Syntax fixed - - - - - 0eafa373 by Peter Hutterer at 2019-09-24T01:28:06+01:00 Disable runtime dependency check during distcheck The runtime-to-buildtime check for dependencies is there so we don't get inundated with bug reports about missing x11proto etc. That really doesn't matter when we're running distcheck though. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 75adcd54 by Peter Hutterer at 2019-09-24T01:28:06+01:00 Add basic testing to the CI Signed-off-by: Peter Hutterer <[email protected]> - - - - - 367691fc by fikr4n at 2019-09-24T22:14:02+00:00 Move some Shift+AltGr, high hamza; remove madda, subscript alef, inverted damma, hamza above, hamza below - - - - - 27279de0 by Stephan Hilb at 2019-09-24T23:15:49+01:00 add isolated level3 choosers on number keys 4/9 Keys 4 and 9 are easily accessible with the strong middle finger and can provide a less strainful way to activate the third level. The keys are only overridden on the first level and retain their (layout dependent) functions on all other levels. - - - - - b7ecedf9 by Sergey Udaltsov at 2019-09-24T23:54:19+01:00 Update russian extra symbols: unipunct https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/180 - - - - - f65040e8 by Sergey Udaltsov at 2019-09-25T00:03:48+01:00 Add cz(prog_typo) layout variant https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/175 - - - - - a0de4904 by Sergey Udaltsov at 2019-09-25T00:05:54+01:00 syntax typo fixed - - - - - df03747c by Sergey Udaltsov at 2019-09-25T00:16:44+01:00 Add new Czech layout variant QWERTY Macintosh https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/174 - - - - - 7f368a44 by Sergey Udaltsov at 2019-10-19T21:40:56+01:00 Prerelease translation updates - - - - - 91ea2d36 by Sergey Udaltsov at 2019-10-19T21:48:18+01:00 Release 2.28 - - - - - 50c8c0ff by Sergey Udaltsov at 2019-10-30T23:22:22+00:00 added ledcompose https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/114 - - - - - 08fffa61 by Sergey Udaltsov at 2019-10-30T23:28:18+00:00 new xkb layout variant for symbol al https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/183#note_271719 - - - - - 28bb029b by Sebastian Wick at 2019-10-31T16:29:23+01:00 Map evdev keycode KEY_FULL_SCREEN to XF86XFullScreen Add XF86XFullScreen, to be used as mapping for evdev's KEY_FULL_SCREEN. The patch for adding the FullScreen keysym to xproto is here: https://gitlab.freedesktop.org/xorg/proto/xorgproto/merge_requests/11 Signed-off-by: Sebastian Wick <[email protected]> - - - - - 2a51b6f7 by Peter Hutterer at 2019-11-14T05:06:13+00:00 keycodes: drop the PC98 custom model handling This is obsolete, it's just evdev now Signed-off-by: Peter Hutterer <[email protected]> - - - - - 39850473 by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules: add some comments to the merge.sh file Let's make this easier to understand for drive-by reviewers. Replace $i with $partsfile because it's more expressive. And add a comment on what this actually does. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 46116703 by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules: replace the merge.sh with a python script Easier to read and comprehend, but also safer to use because it's harder to mix up the headers. Previously, the HDR file would have the list of section headers and had to be called in the right order using HDR in the file list in the Makefile.am. Let's move the section headers to the files themselves where it's more obvious if they're ever wrong and make the script include them as required. The include order is kept as-is for now so that the final evdev/base rules files are identical. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 81090f6b by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules/compat: replace spaces with tabs Signed-off-by: Peter Hutterer <[email protected]> - - - - - 98579545 by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules/compat: remove trailing tabs Signed-off-by: Peter Hutterer <[email protected]> - - - - - 57c745a9 by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules/compat: switch compat rule generation to a python script The current generation is a bunch of awk scripts that parse files and spit out the final rules. This is hard to debug because the knowledge what to parse and how is in each script (though largely duplicated). Plus, shell scripts are terrible to read in general. Move this to a python script instead where debugging is a lot easier and all the parsing and printing is now in one file. This immediately made obvious that the special layout/variant 1 handling is just a different base+suffix, so we can drop that easily. And let's be more precise in the Makefile too, only give each script the files it wants. Signed-off-by: Peter Hutterer <[email protected]> - - - - - d3238bca by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules: de-duplicate the parts assignment There are only a few files that are rule-dependent, the majority of the files are the same. So let's de-duplicate this here and use a substitute MODEL The only difference between the base and the evdev parts is that there are only a few files in each which are rule-dependent. Let's just use a substitute here which has the nice benefit of making it more obvious where base and evdev differ. One file for evdev is now an empty file (the header gets removed during merge) but we can live with that. The output is identical where compat rules are enabled, where disabled the new rules file is now missing a few empty sections - i.e. the functional output is identical. Signed-off-by: Peter Hutterer <[email protected]> - - - - - c6bdcfdc by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules: merge sections together into one section per type We use the Makefile.am order as a guideline in that we keep the same initial section ordering. So if the sections in the Makefile are A B A C B the outcome is going to be AA BB C. This doesn't have any effect right now on the rules file. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 699eb1bc by Peter Hutterer at 2019-11-14T05:06:13+00:00 rules: two whitespace changes These just server to make sure the new merged rules files are identical to the previously generated ones. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 5c39aece by Peter Hutterer at 2019-11-15T06:53:41+10:00 gitlab CI: don't use $HOME in the instdir, it's unset Let's use CI_PROJECT_DIR which resolves to the root of the checked-out git directory, i.e. the $PWD for the scripts we use. We can't really use anything else as install dir because if we want to cache the artifacts (future patch) they have to be within this directory somewhere. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 2adf7bee by Peter Hutterer at 2019-11-15T06:53:41+10:00 gitlab CI: run the libxkbcommon xkeyboard-config test tool This should detect syntax errors and any other parsing issues. We add a make install stage and pass the installed files through as artifacts to the next stage. Then we fetch libxkbcommon from git and run the magic tester tool (which tries to parse every layout/variant/option combination). A single test run will take quite a while, on my system here that tool takes about 14 minutes so expect the test suite to be the same. Signed-off-by: Peter Hutterer <[email protected]> - - - - - e595a567 by Peter Hutterer at 2019-11-15T06:53:41+10:00 gitlab CI: drop the separate make stage now that we have install Signed-off-by: Peter Hutterer <[email protected]> - - - - - 7df65c6b by Peter Hutterer at 2019-11-15T06:54:14+10:00 gitlab CI: add a few comments to make this file easier to understand Few people work on gitlab CI often enough to have all this paged in, let's add some comments to make it more obvious. Signed-off-by: Peter Hutterer <[email protected]> - - - - - a71f5eea by Peter Hutterer at 2019-11-15T07:11:24+10:00 rules: the xkb.its file does not need to be installed This file is for gettext's benefit and by install time we're already past that stage. No point installing it, especially not in the rules directory. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 33a345cc by Jerome Leclanche at 2019-11-14T21:21:53+00:00 Remove trailing spaces - - - - - ce70f43a by Jerome Leclanche at 2019-11-14T21:21:53+00:00 Fix indent in base.extras.xml - - - - - e159073e by Jerome Leclanche at 2019-11-14T21:21:53+00:00 Add Drix English layout variant - - - - - 41f29ccb by Rahman Yusri Aftian at 2019-11-17T21:44:08+07:00 add javanese layot - - - - - 62818963 by Pavol Babinčák at 2019-11-21T00:25:26+00:00 New acc variant for Slovak language - - - - - cad889e0 by Peter Hutterer at 2019-11-26T13:42:57+10:00 rules: fix base.extras.xml to comply with our DTD Just ordering issues, nothing major. Signed-off-by: Peter Hutterer <[email protected]> - - - - - 77e49674 by Peter Hutterer at 2019-11-26T13:45:43+10:00 gitlab CI: add an extra job to validate the installed XML files Signed-off-by: Peter Hutterer <[email protected]> - - - - - 2253a64d by Alexey Ten (Lynn) at 2019-12-03T23:56:26+03:00 Add Hryvnia and Ruble signs - - - - - d7d0504c by Rafael Cunha de Almeida at 2019-12-15T09:18:08+00:00 Add cedilla to UK intl. with dead keys AltGr+, used to map to comma, which is already available by simply typing comma. Before this change, there was no way to produce a cedilla from the UK intl. keyboard. The cedilla is used in popular languages like Portuguese and French. So much so, that the US intl. already maps AltGr+, to cedilla. This patch implements the same feature in the UK intl. keyboad. - - - - - 3775695e by Casey Strouse at 2019-12-20T23:44:10-07:00 Add Microsoft Surface layout Add layout for Microsoft Surface bluetooth keyboard. Signed-off-by: Casey Strouse <[email protected]> - - - - - e7af5f76 by Arnas Udovicius at 2020-01-06T00:48:23+02:00 added Samogitian (sgs) layout - - - - - 4eea3dba by Arnas Udovicius at 2020-01-06T01:04:09+02:00 not nice example - - - - - fee662d4 by Marko Myllynen at 2020-01-23T19:26:54+02:00 Sort Finnish keymaps consistently Since Finnish(Winkeys) is based on the default Kotoistus variant, list it after it. Sort other variants consistently across XML and symbols files. Minor whitespace tweaks while at it. - - - - - 2fc618e7 by Ivan Molodetskikh at 2020-01-23T22:31:19+00:00 Add ctrl:swapcaps_and_switch_layout - - - - - 3deb5d22 by Stephan Lachnit at 2020-01-23T22:35:31+00:00 Add German/Swedish/Finnish variant to US layouts Signed-off-by: Stephan Lachnit <[email protected]> - - - - - a2ba022d by Marko Myllynen at 2020-01-23T22:40:16+00:00 Sort symbols/sun_vndr/us according to symbols/us Will leave dealing/sorting the user-visible rules/base.xml and rules/base.extras.xml for the actual US keyboard users. - - - - - 79a3c575 by Benson Muite at 2020-01-23T22:51:50+00:00 Update ke - - - - - d121a0aa by Sergey Udaltsov at 2020-01-23T23:49:46+00:00 Merge branch 'swick/xkeyboard-config-inet-fullscreen' - - - - - 06e6925b by Sergey Udaltsov at 2020-01-23T23:54:04+00:00 Merge branch 'zordsdavini/xkeyboard-config-sgs' - - - - - 79b5f31b by Sergey Udaltsov at 2020-01-23T23:56:10+00:00 Merge branch 'cstrouse/xkeyboard-config-add-microsoft-surface' - - - - - 5274098c by Sergey Udaltsov at 2020-01-23T23:58:40+00:00 Merge branch 'alexeyten/xkeyboard-config-master' - - - - - e9a3707a by Sergey Udaltsov at 2020-01-24T00:01:04+00:00 Merge branch 'rafaelalmeida/xkeyboard-config-add-cedilla-to-uk-intl' - - - - - 46d03a56 by Sergey Udaltsov at 2020-01-24T00:03:36+00:00 Merge branch 'aftian/xkeyboard-config-master' - - - - - a55d7129 by Sergey Udaltsov at 2020-01-24T00:20:25+00:00 wrong default attribute removed - - - - - 51a3e86b by Sergey Udaltsov at 2020-01-24T00:28:15+00:00 Removed htcdream support Too old to be supported - - - - - db988e4b by Sergey Udaltsov at 2020-01-24T00:59:56+00:00 added ru(phonetic_mac) https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/191 - - - - - 4360182e by Sergey Udaltsov at 2020-01-24T01:08:01+00:00 Fixed wrong quote character for Croatian https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/189 - - - - - 599a61ed by Sergey Udaltsov at 2020-01-25T00:19:30+00:00 Prerelease version bump - - - - - fa83dc6d by Sergey Udaltsov at 2020-01-25T00:27:18+00:00 Added jv to Makefile.am Fixing the build - - - - - b396bc7b by Sergey Udaltsov at 2020-01-30T23:43:00+00:00 Prerelease translation sync - - - - - d6ae091f by Sergey Udaltsov at 2020-01-30T23:48:23+00:00 Release 2.29 - - - - - 9a55c0aa by Timo Aaltonen at 2020-02-27T17:32:22+02:00 Merge branch 'upstream-unstable' into debian-unstable - - - - - a28a2d05 by Timo Aaltonen at 2020-02-27T17:34:49+02:00 bump the version - - - - - b51c0c6d by Timo Aaltonen at 2020-02-27T17:35:27+02:00 control: Use debhelper-compat, bump to 12. - - - - - 61bff7b0 by Timo Aaltonen at 2020-02-27T17:46:32+02:00 patches: Drop reverts which have a fix upstream now, refresh revert- goodmap-badmap-for-apple.diff. - - - - - 8882ea21 by Timo Aaltonen at 2020-02-27T18:37:14+02:00 rules, control: Replace intltool with gettext. - - - - - 914bfc4f by Timo Aaltonen at 2020-02-27T18:37:51+02:00 control: Bump policy to 4.5.0. - - - - - f5bd27e5 by Timo Aaltonen at 2020-02-27T18:38:26+02:00 release to sid - - - - - 30 changed files: - .gitignore - + .gitlab-ci.yml - Makefile.am - NEWS - README - autogen.sh - compat/Makefile.am - + compat/ledcompose - configure.ac - debian/changelog - − debian/compat - debian/control - − debian/patches/revert-Map-evdev-keycode-KEY_BRIGHTNESS_CYCLE.diff - − debian/patches/revert-Map-evdev-keycode-KEY_FAVORITES.diff - − debian/patches/revert-Map-evdev-keycode-KEY_KEYBOARD.diff - debian/patches/revert-goodmap-badmap-for-apple.diff - debian/patches/series - debian/rules - keycodes/evdev - man/Makefile.am - + po/LINGUAS - po/Makevars - po/POTFILES.in - po/bg.po - po/ca.po - po/cs.po - po/da.po - po/de.po - po/eo.po - po/es.po The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xorg-team/data/xkb-data/-/compare/31b790dca41b3439798ac45773c9b6aace4093dc...f5bd27e52977d0c48e87d0b2435d79ba45758ef6 -- View it on GitLab: https://salsa.debian.org/xorg-team/data/xkb-data/-/compare/31b790dca41b3439798ac45773c9b6aace4093dc...f5bd27e52977d0c48e87d0b2435d79ba45758ef6 You're receiving this email because of your account on salsa.debian.org.

