[Pkg-kbd-commit] r180 - in people/barbier/kbd/trunk/debian: . patches

Denis Barbier barbier at costa.debian.org
Wed Jul 19 19:36:30 UTC 2006


Author: barbier
Date: 2006-07-19 19:36:13 +0000 (Wed, 19 Jul 2006)
New Revision: 180

Added:
   people/barbier/kbd/trunk/debian/patches/mapscrn-acm.diff
Modified:
   people/barbier/kbd/trunk/debian/changelog
   people/barbier/kbd/trunk/debian/patches/series
Log:
  * debian/patches/mapscrn-acm.diff: Let mapscrn also read ACM files, since
    some fonts shipped by console-data have an .acm suffix.  Closes: #377579
    Thanks Theppitak Karoonboonyanan


Modified: people/barbier/kbd/trunk/debian/changelog
===================================================================
--- people/barbier/kbd/trunk/debian/changelog	2006-07-18 13:36:47 UTC (rev 179)
+++ people/barbier/kbd/trunk/debian/changelog	2006-07-19 19:36:13 UTC (rev 180)
@@ -12,11 +12,14 @@
     in /etc/inittab so that this script is run again after TTYs are allocated.
     If console detection does not work as expected, LIST_CONSOLES can be set
     in /etc/kbd/config, it contains a space seperated list of TTY numbers to
-    be modified by this script.
-    WARNING: this is still experimental!
+    be modified by this script.  WARNING: this is still experimental!
 
- -- Denis Barbier <barbier at debian.org>  Tue, 11 Apr 2006 00:37:44 +0200
+  * debian/patches/mapscrn-acm.diff: Let mapscrn also read ACM files, since
+    some fonts shipped by console-data have an .acm suffix.  Closes: #377579
+    Thanks Theppitak Karoonboonyanan
 
+ -- Denis Barbier <barbier at debian.org>  Wed, 19 Jul 2006 21:24:37 +0200
+
 kbd (1.12-14) unstable; urgency=low
 
   * debian/patches/read_keymaps_fmt.diff: When -m flag is set, do not try to

Added: people/barbier/kbd/trunk/debian/patches/mapscrn-acm.diff
===================================================================
--- people/barbier/kbd/trunk/debian/patches/mapscrn-acm.diff	2006-07-18 13:36:47 UTC (rev 179)
+++ people/barbier/kbd/trunk/debian/patches/mapscrn-acm.diff	2006-07-19 19:36:13 UTC (rev 180)
@@ -0,0 +1,13 @@
+Index: trunk/src/mapscrn.c
+===================================================================
+--- trunk.orig/src/mapscrn.c
++++ trunk/src/mapscrn.c
+@@ -25,7 +25,7 @@
+ 
+ /* search for the map file in these directories (with trailing /) */
+ static char *mapdirpath[] = { "", DATADIR "/" TRANSDIR "/", 0 };
+-static char *mapsuffixes[] = { "", ".trans", "_to_uni.trans", 0 };
++static char *mapsuffixes[] = { "", ".acm", ".trans", "_to_uni.trans", 0 };
+ 
+ #ifdef MAIN
+ #include "getfd.h"

Modified: people/barbier/kbd/trunk/debian/patches/series
===================================================================
--- people/barbier/kbd/trunk/debian/patches/series	2006-07-18 13:36:47 UTC (rev 179)
+++ people/barbier/kbd/trunk/debian/patches/series	2006-07-19 19:36:13 UTC (rev 180)
@@ -17,3 +17,4 @@
 getfd.diff 
 braille.diff
 thai.diff
+mapscrn-acm.diff




More information about the Pkg-kbd-commit mailing list