Add patch for xmodmap(1) to refer to the correct location for XKeysymDB.
This commit is contained in:
parent
d251a8ca18
commit
6e403cb28b
|
@ -4,13 +4,16 @@ xbase-clients (1:7.2.ds2-2) UNRELEASED; urgency=low
|
|||
* Autoreconf with patches applied.
|
||||
* Add build-dep on libxinerama-dev, so xdpyinfo is built with support for
|
||||
the xinerama extension.
|
||||
* Add patch 17_xmodmap_manpage.diff to make xmodmap(1) refer to
|
||||
/usr/share/X11/XKeysymDB instead of /usr/lib/X11/XKeysymDB
|
||||
(closes: #394077). Thanks, Joachim Breitner!
|
||||
|
||||
[ Brice Goglin ]
|
||||
* Restore Depends: on cpp (got lost during modularization)
|
||||
since xrdb needs it to process .Xdefaults.
|
||||
Thanks Marcus C. Gottwald (closes: #413298).
|
||||
|
||||
-- Brice Goglin <Brice.Goglin@ens-lyon.org> Mon, 12 Mar 2007 00:43:06 +0100
|
||||
-- Julien Cristau <jcristau@debian.org> Fri, 30 Mar 2007 14:46:48 +0200
|
||||
|
||||
xbase-clients (1:7.2.ds2-1) experimental; urgency=low
|
||||
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
Index: xbase-clients/xmodmap/xmodmap.man
|
||||
===================================================================
|
||||
--- xbase-clients.orig/xmodmap/xmodmap.man 2007-03-30 14:43:27.000000000 +0200
|
||||
+++ xbase-clients/xmodmap/xmodmap.man 2007-03-30 14:45:03.000000000 +0200
|
||||
@@ -140,7 +140,7 @@
|
||||
used to perform the corresponding set of \fBkeycode\fP expressions.
|
||||
The list of keysym names may be
|
||||
found in the header file \fI<X11/keysymdef.h>\fP (without the \fIXK_\fP prefix)
|
||||
-or the keysym database \fI __projectroot__/lib/X11/XKeysymDB\fP. Note that
|
||||
+or the keysym database \fI __projectroot__/share/X11/XKeysymDB\fP. Note that
|
||||
if the same keysym is bound to multiple keys, the expression is executed
|
||||
for each matching keycode.
|
||||
.TP 8
|
|
@ -13,3 +13,4 @@
|
|||
14_SECURITY_setuid.diff
|
||||
15_xmore_fix_segv_without_xprint.diff -p2
|
||||
16_beforelight_install_app-defaults.diff
|
||||
17_xmodmap_manpage.diff
|
||||
|
|
Loading…
Reference in New Issue