[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Building console-setup cleanly?



Quoting Samuel Thibault (sthibault@debian.org):
> Christian PERRIER, le Thu 19 Feb 2015 07:02:35 +0100, a écrit :
> >  Fonts/soft.Makefile                     |    2 -
> 
> I'm getting this indeed, this seems like just an issue with $(wildcard
> ...) enumeration of files which is not reproducible since it depends on
> your FS. This is harmless and we can just add $(sort ...) there to fix
> it.  Should we do it for Jessie or is it fine or will debian-release be
> fine with the reordering of the items there?
> 
> >  Keyboard/ckb/symbols/compose            |   38 ++++++++++++++++++++++++++++++++
> 
> I'm not getting this and can't find easily what generates it.  What does
> it contain?


diff -Nru console-setup-1.116/Keyboard/ckb/symbols/compose console-setup-1.117/Keyboard/ckb/symbols/compose
--- console-setup-1.116/Keyboard/ckb/symbols/compose    1970-01-01 01:00:00.000000000 +0100
+++ console-setup-1.117/Keyboard/ckb/symbols/compose    2011-01-19 05:42:55.000000000 +0100
@@ -0,0 +1,38 @@
+// $XKeyboardConfig$
+
+// $XFree86: xc/programs/xkbcomp/symbols/compose,v 1.1 2001/08/17 16:31:25 dawes Exp $
+    
+partial modifier_keys
+xkb_symbols "ralt" {
+    key <RALT> { type[Group1]="TWO_LEVEL", [ Multi_key, Multi_key ] };
+};
+
+partial modifier_keys
+xkb_symbols "lwin" {
+    key <LWIN> { type[Group1]="TWO_LEVEL", [ Multi_key, Multi_key ] };
+};
+
+partial modifier_keys
+xkb_symbols "rwin" {
+    key <RWIN> { type[Group1]="TWO_LEVEL", [ Multi_key, Multi_key ] };
+};
+
+partial modifier_keys
+xkb_symbols "menu" {
+    key <MENU> { type[Group1]="TWO_LEVEL", [ Multi_key, Multi_key ] };
+};
+
+partial modifier_keys
+xkb_symbols "rctrl" {
+    key <RCTL> { type[Group1]="TWO_LEVEL", [ Multi_key, Multi_key ] };
+};
+
+partial modifier_keys
+xkb_symbols "caps" {
+    replace key <CAPS> { type="TWO_LEVEL", [ Multi_key, Multi_key ] };
+};
+
+partial modifier_keys
+xkb_symbols "102" {
+    key <LSGT> { type[Group1]="TWO_LEVEL", [ Multi_key, Multi_key ] };
+};

Attachment: signature.asc
Description: Digital signature


Reply to: