[Pkg-kbd-commit] r254 - kbd/trunk/debian

zinoviev at alioth.debian.org zinoviev at alioth.debian.org
Mon May 14 15:39:58 UTC 2007


Author: zinoviev
Date: 2007-05-14 15:39:58 +0000 (Mon, 14 May 2007)
New Revision: 254

Modified:
   kbd/trunk/debian/changelog
   kbd/trunk/debian/rules
Log:
kbd: install kbd_mode and setfont in /bin


Modified: kbd/trunk/debian/changelog
===================================================================
--- kbd/trunk/debian/changelog	2007-05-14 13:53:41 UTC (rev 253)
+++ kbd/trunk/debian/changelog	2007-05-14 15:39:58 UTC (rev 254)
@@ -18,11 +18,15 @@
       (APP_CHARSET_MAP, SCREEN_FONT, SCREEN_FONT_MAP);
     - do not run unicode_start if CONSOLE_MAP (or CONSOLE_MAP_vcN) is defined;
     - run unicode_start/unicode_stop only on consoles where we load a font;
-    - do not use static paths such as /usr/bin/setfont.
+    - do not use static paths such as /usr/bin/setfont;
+    - add description and short description in the LSB header.
   * Use more substantial example for /etc/kbd/config based on the config
     file of console-tools.  Thanks to Jonny, closes: #410553.
+  * Install kbd_mode and setfont in /bin rather than in /usr/bin so the
+    administrator be able to set up the font in case of emergency and use
+    the keyboard in utf-8 mode.
 
- -- Anton Zinoviev <zinoviev at debian.org>  Thu, 10 May 2007 18:20:42 +0300
+ -- Anton Zinoviev <zinoviev at debian.org>  Mon, 14 May 2007 18:34:54 +0300
 
 kbd (1.12-17) unstable; urgency=low
 

Modified: kbd/trunk/debian/rules
===================================================================
--- kbd/trunk/debian/rules	2007-05-14 13:53:41 UTC (rev 253)
+++ kbd/trunk/debian/rules	2007-05-14 15:39:58 UTC (rev 254)
@@ -62,6 +62,8 @@
 
      	# correct locations
 	mv ${ubindir}/kbdrate ${sbindir}
+	mv ${ubindir}/kbd_mode ${bindir}
+	mv ${ubindir}/setfont ${bindir}
 	mv ${ubindir}/fgconsole ${bindir}
 	mv ${ubindir}/openvt ${bindir}
 	mv ${ubindir}/chvt ${bindir}




More information about the Pkg-kbd-commit mailing list