[Pkg-kbd-commit] r253 - in console-setup: . Keyboard debian

zinoviev at alioth.debian.org zinoviev at alioth.debian.org
Mon May 14 13:53:42 UTC 2007


Author: zinoviev
Date: 2007-05-14 13:53:41 +0000 (Mon, 14 May 2007)
New Revision: 253

Added:
   console-setup/Keyboard/ckbcomp.1
Modified:
   console-setup/Keyboard/ckbcomp
   console-setup/debian/changelog
   console-setup/debian/rules
   console-setup/setupcon.1
Log:
console-setup: add man page for ckbcomp


Modified: console-setup/Keyboard/ckbcomp
===================================================================
--- console-setup/Keyboard/ckbcomp	2007-05-10 20:29:57 UTC (rev 252)
+++ console-setup/Keyboard/ckbcomp	2007-05-14 13:53:41 UTC (rev 253)
@@ -125,9 +125,9 @@
 -model <name>       Specifies model used to choose component names
 -layout <name>      Specifies layout used to choose component names
 -variant <name>     Specifies layout variant used to choose component names
+-option <name>      Adds an option used to choose component names
 -v[erbose] [<lvl>]  Sets verbosity (1..10).  Higher values yield
                     more messages
--option <name>      Adds an option used to choose component names
 -compact            Generate compact keymap
 EOT
             exit 0;

Added: console-setup/Keyboard/ckbcomp.1
===================================================================
--- console-setup/Keyboard/ckbcomp.1	                        (rev 0)
+++ console-setup/Keyboard/ckbcomp.1	2007-05-14 13:53:41 UTC (rev 253)
@@ -0,0 +1,72 @@
+.TH ckbcomp 1 "MAY 2007" console-setup "User Manuals"
+.SH NAME
+ckbcomp \- compile a XKB keyboard description to a console font.
+.SH SYNOPSIS
+.B ckbcomp
+.RI [ option \ ...] \ [layout \ [variant \ [option \ ...]]]
+.SH DESCRIPTION
+The
+.B ckbcomp
+keymap compiler converts a description of an XKB keymap into a console
+keymap that can be read directly by loadkeys.
+.SH OPTIONS
+.TP
+.B \-?\fR, \fP-help
+Print a usage message and exit.
+.TP
+.B \-charmap\  charmap
+The encoding to use.  There should be an unicode ACM map for this
+encoding in 
+.IR /usr/share/consoletrans
+.
+.TP
+.BI \-I dir
+Search top\-level directory
+.I dir
+for files included by the keymap description.  This option may be used
+multiple times.  After all directories specified by
+.B \-I
+options have been searched
+.IR /etc/console-setup/ckb,
+.IR /usr/share/X11/xkb,
+.IR /etc/X11/xkb
+and
+.IR /usr/X11R6/lib/X11/xkb
+will be searched too.
+.TP
+.BI \-v\  level
+Set level of detail for listing.
+.I level
+is a number from 1 to 10.
+.TP
+.BI \-compact
+Generate a compact keymap with at most two xkb groups and two levels
+in each or only one xkb-group and up to four levels.
+.SH "XKB KEYBOARD DESCRIPTION"
+The keyboard layout, variant and options components can be also
+specified directly on the command line.  See the synopsis of the
+command.
+.TP
+.BI \-symbols \ name
+Specifies the symbols component name of the XKB keyboard description.
+.TP
+.BI \-keycodes \ name
+Specifies the keycodes component name of the XKB keyboard description.
+.TP
+.BI \-rules \ name
+The name of the rules file to use.
+.TP
+.BI \-model \ name
+Specifies the keyboard model used to choose the component names.
+.TP
+.BI \-layout \ name
+Specifies the layout used to choose the component names.
+.TP
+.BI \-variant \ name
+Specifies the layout variant used to choose the component names.
+.BI \-option \ name
+Adds an option used to choose component names.
+.SH "SEE ALSO"
+.BR xkbcomp (1),
+.SH AUTHOR
+Anton Zinoviev <anton at lml.bas.bg>, <zinoviev at debian.org>

Modified: console-setup/debian/changelog
===================================================================
--- console-setup/debian/changelog	2007-05-10 20:29:57 UTC (rev 252)
+++ console-setup/debian/changelog	2007-05-14 13:53:41 UTC (rev 253)
@@ -1,3 +1,10 @@
+console-setup (1.17) UNRELEASED; urgency=low
+
+  * Add a manual page for ckbcomp.  Thanks to Vassilis Pandis,
+    closes: #405005. 
+
+ -- Anton Zinoviev <zinoviev at debian.org>  Mon, 14 May 2007 16:48:50 +0300
+
 console-setup (1.16) unstable; urgency=low
 
   * Update ckbconf with the most recent list of xkeysyms.

Modified: console-setup/debian/rules
===================================================================
--- console-setup/debian/rules	2007-05-10 20:29:57 UTC (rev 252)
+++ console-setup/debian/rules	2007-05-14 13:53:41 UTC (rev 253)
@@ -228,6 +228,7 @@
 		 usr/share/doc/console-setup-mini
 	dh_installdocs -pbdf2psf debian/README.fontsets
 #	dh_installexamples
+	dh_installman -pconsole-setup Keyboard/ckbcomp.1
 	dh_installman -pconsole-setup setupcon.1
 	dh_installman -pbdf2psf Fonts/bdf2psf.1
 #	dh_installinfo

Modified: console-setup/setupcon.1
===================================================================
--- console-setup/setupcon.1	2007-05-10 20:29:57 UTC (rev 252)
+++ console-setup/setupcon.1	2007-05-14 13:53:41 UTC (rev 253)
@@ -1,5 +1,5 @@
 .\" Process this file with
-.\" groff -man -Tascii cyr.1
+.\" groff -man -Tascii setupcon.1
 .\"
 .TH setupcon 1 "APR 2007" console-setup "User Manuals"
 .SH NAME




More information about the Pkg-kbd-commit mailing list