Merge lp:~ubuntu-branches/ubuntu/lucid/xkeyboard-config/lucid-201010032130 into lp:ubuntu/lucid/xkeyboard-config

Proposed by James Westby
Status: Work in progress
Proposed branch: lp:~ubuntu-branches/ubuntu/lucid/xkeyboard-config/lucid-201010032130
Merge into: lp:ubuntu/lucid/xkeyboard-config
Diff against target: 955 lines (+1/-890) (has conflicts)
4 files modified
debian/xkb-data.install (+1/-0)
install-sh (+0/-519)
missing (+0/-367)
semantics/semantics.dir (+0/-4)
Contents conflict in Makefile.in
Contents conflict in aclocal.m4
Contents conflict in compat/Makefile.in
Contents conflict in compat/compat.dir
Contents conflict in configure
Conflict adding file debian/xkb-data.install.  Moved existing file to debian/xkb-data.install.moved.
Contents conflict in docs/Makefile.in
Contents conflict in geometry/Makefile.in
Contents conflict in geometry/digital_vndr/Makefile.in
Contents conflict in geometry/geometry.dir
Contents conflict in geometry/sgi_vndr/Makefile.in
Contents conflict in keycodes/Makefile.in
Contents conflict in keycodes/digital_vndr/Makefile.in
Contents conflict in keycodes/keycodes.dir
Contents conflict in keycodes/sgi_vndr/Makefile.in
Contents conflict in keymap/Makefile.in
Contents conflict in keymap/digital_vndr/Makefile.in
Contents conflict in keymap/keymap.dir
Contents conflict in keymap/sgi_vndr/Makefile.in
Contents conflict in keymap/sun_vndr/Makefile.in
Contents conflict in po/Makefile.in.in
Contents conflict in rules/Makefile.in
Contents conflict in rules/bin/Makefile.in
Contents conflict in rules/compat/Makefile.in
Contents conflict in rules/evdev.xml.in
Contents conflict in rules/extras/Makefile.in
Contents conflict in semantics/Makefile.in
Contents conflict in symbols/Makefile.in
Contents conflict in symbols/digital_vndr/Makefile.in
Contents conflict in symbols/extras/Makefile.in
Contents conflict in symbols/fujitsu_vndr/Makefile.in
Contents conflict in symbols/hp_vndr/Makefile.in
Contents conflict in symbols/macintosh_vndr/Makefile.in
Contents conflict in symbols/nec_vndr/Makefile.in
Contents conflict in symbols/sgi_vndr/Makefile.in
Contents conflict in symbols/sony_vndr/Makefile.in
Contents conflict in symbols/sun_vndr/Makefile.in
Contents conflict in symbols/symbols.dir
Contents conflict in symbols/xfree68_vndr/Makefile.in
Contents conflict in types/Makefile.in
Contents conflict in types/types.dir
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/lucid/xkeyboard-config/lucid-201010032130

Description of the change

The package history in the archive and the history in the bzr branch differ. As the archive is authoritative the history of lp:ubuntu/lucid/xkeyboard-config now reflects that and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/lucid/xkeyboard-config/lucid-201010032130. A merge should be performed if necessary.

To post a comment you must log in.

Unmerged revisions

69. By Bryce Harrington

Revert kazakh patch - rejected by archive admins as too likely to cause
regressions for others.

68. By Bryce Harrington

Patch to fix kazakh keyboard layout

67. By Bryce Harrington

Add missing attribution line

66. By Bryce Harrington

Changes for last few uploads

65. By Bryce Harrington

Add tw to Makefile so it will install

64. By Bryce Harrington

Correct mis-copied patch

63. By Bryce Harrington

Cherrypick patches from upstream git

This includes patches to enable the Apple aluminum keyboards, and
various minor layout enhancements or fixes to particular keys.

62. By Bryce Harrington

Give Arne credit

61. By Bryce Harrington

Add two patches from Arne

60. By Bryce Harrington

Merge with Debian and upstream version 1.8

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file 'Makefile.in' => 'Makefile.in.THIS'
2=== renamed file 'aclocal.m4' => 'aclocal.m4.THIS'
3=== renamed file 'compat/Makefile.in' => 'compat/Makefile.in.THIS'
4=== renamed file 'compat/compat.dir' => 'compat/compat.dir.THIS'
5=== renamed file 'configure' => 'configure.THIS'
6=== added file 'debian/xkb-data.install'
7--- debian/xkb-data.install 1970-01-01 00:00:00 +0000
8+++ debian/xkb-data.install 2010-10-03 21:38:42 +0000
9@@ -0,0 +1,1 @@
10+usr/share/X11
11
12=== renamed file 'debian/xkb-data.install' => 'debian/xkb-data.install.moved'
13=== renamed file 'docs/Makefile.in' => 'docs/Makefile.in.THIS'
14=== renamed file 'geometry/Makefile.in' => 'geometry/Makefile.in.THIS'
15=== renamed file 'geometry/digital_vndr/Makefile.in' => 'geometry/digital_vndr/Makefile.in.THIS'
16=== renamed file 'geometry/geometry.dir' => 'geometry/geometry.dir.THIS'
17=== renamed file 'geometry/sgi_vndr/Makefile.in' => 'geometry/sgi_vndr/Makefile.in.THIS'
18=== removed file 'install-sh'
19--- install-sh 2009-01-28 06:40:24 +0000
20+++ install-sh 1970-01-01 00:00:00 +0000
21@@ -1,519 +0,0 @@
22-#!/bin/sh
23-# install - install a program, script, or datafile
24-
25-scriptversion=2006-12-25.00
26-
27-# This originates from X11R5 (mit/util/scripts/install.sh), which was
28-# later released in X11R6 (xc/config/util/install.sh) with the
29-# following copyright and license.
30-#
31-# Copyright (C) 1994 X Consortium
32-#
33-# Permission is hereby granted, free of charge, to any person obtaining a copy
34-# of this software and associated documentation files (the "Software"), to
35-# deal in the Software without restriction, including without limitation the
36-# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
37-# sell copies of the Software, and to permit persons to whom the Software is
38-# furnished to do so, subject to the following conditions:
39-#
40-# The above copyright notice and this permission notice shall be included in
41-# all copies or substantial portions of the Software.
42-#
43-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46-# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
47-# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
48-# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49-#
50-# Except as contained in this notice, the name of the X Consortium shall not
51-# be used in advertising or otherwise to promote the sale, use or other deal-
52-# ings in this Software without prior written authorization from the X Consor-
53-# tium.
54-#
55-#
56-# FSF changes to this file are in the public domain.
57-#
58-# Calling this script install-sh is preferred over install.sh, to prevent
59-# `make' implicit rules from creating a file called install from it
60-# when there is no Makefile.
61-#
62-# This script is compatible with the BSD install script, but was written
63-# from scratch.
64-
65-nl='
66-'
67-IFS=" "" $nl"
68-
69-# set DOITPROG to echo to test this script
70-
71-# Don't use :- since 4.3BSD and earlier shells don't like it.
72-doit=${DOITPROG-}
73-if test -z "$doit"; then
74- doit_exec=exec
75-else
76- doit_exec=$doit
77-fi
78-
79-# Put in absolute file names if you don't have them in your path;
80-# or use environment vars.
81-
82-chgrpprog=${CHGRPPROG-chgrp}
83-chmodprog=${CHMODPROG-chmod}
84-chownprog=${CHOWNPROG-chown}
85-cmpprog=${CMPPROG-cmp}
86-cpprog=${CPPROG-cp}
87-mkdirprog=${MKDIRPROG-mkdir}
88-mvprog=${MVPROG-mv}
89-rmprog=${RMPROG-rm}
90-stripprog=${STRIPPROG-strip}
91-
92-posix_glob='?'
93-initialize_posix_glob='
94- test "$posix_glob" != "?" || {
95- if (set -f) 2>/dev/null; then
96- posix_glob=
97- else
98- posix_glob=:
99- fi
100- }
101-'
102-
103-posix_mkdir=
104-
105-# Desired mode of installed file.
106-mode=0755
107-
108-chgrpcmd=
109-chmodcmd=$chmodprog
110-chowncmd=
111-mvcmd=$mvprog
112-rmcmd="$rmprog -f"
113-stripcmd=
114-
115-src=
116-dst=
117-dir_arg=
118-dst_arg=
119-
120-copy_on_change=false
121-no_target_directory=
122-
123-usage="\
124-Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
125- or: $0 [OPTION]... SRCFILES... DIRECTORY
126- or: $0 [OPTION]... -t DIRECTORY SRCFILES...
127- or: $0 [OPTION]... -d DIRECTORIES...
128-
129-In the 1st form, copy SRCFILE to DSTFILE.
130-In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
131-In the 4th, create DIRECTORIES.
132-
133-Options:
134- --help display this help and exit.
135- --version display version info and exit.
136-
137- -c (ignored)
138- -C install only if different (preserve the last data modification time)
139- -d create directories instead of installing files.
140- -g GROUP $chgrpprog installed files to GROUP.
141- -m MODE $chmodprog installed files to MODE.
142- -o USER $chownprog installed files to USER.
143- -s $stripprog installed files.
144- -t DIRECTORY install into DIRECTORY.
145- -T report an error if DSTFILE is a directory.
146-
147-Environment variables override the default commands:
148- CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
149- RMPROG STRIPPROG
150-"
151-
152-while test $# -ne 0; do
153- case $1 in
154- -c) ;;
155-
156- -C) copy_on_change=true;;
157-
158- -d) dir_arg=true;;
159-
160- -g) chgrpcmd="$chgrpprog $2"
161- shift;;
162-
163- --help) echo "$usage"; exit $?;;
164-
165- -m) mode=$2
166- case $mode in
167- *' '* | *' '* | *'
168-'* | *'*'* | *'?'* | *'['*)
169- echo "$0: invalid mode: $mode" >&2
170- exit 1;;
171- esac
172- shift;;
173-
174- -o) chowncmd="$chownprog $2"
175- shift;;
176-
177- -s) stripcmd=$stripprog;;
178-
179- -t) dst_arg=$2
180- shift;;
181-
182- -T) no_target_directory=true;;
183-
184- --version) echo "$0 $scriptversion"; exit $?;;
185-
186- --) shift
187- break;;
188-
189- -*) echo "$0: invalid option: $1" >&2
190- exit 1;;
191-
192- *) break;;
193- esac
194- shift
195-done
196-
197-if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
198- # When -d is used, all remaining arguments are directories to create.
199- # When -t is used, the destination is already specified.
200- # Otherwise, the last argument is the destination. Remove it from $@.
201- for arg
202- do
203- if test -n "$dst_arg"; then
204- # $@ is not empty: it contains at least $arg.
205- set fnord "$@" "$dst_arg"
206- shift # fnord
207- fi
208- shift # arg
209- dst_arg=$arg
210- done
211-fi
212-
213-if test $# -eq 0; then
214- if test -z "$dir_arg"; then
215- echo "$0: no input file specified." >&2
216- exit 1
217- fi
218- # It's OK to call `install-sh -d' without argument.
219- # This can happen when creating conditional directories.
220- exit 0
221-fi
222-
223-if test -z "$dir_arg"; then
224- trap '(exit $?); exit' 1 2 13 15
225-
226- # Set umask so as not to create temps with too-generous modes.
227- # However, 'strip' requires both read and write access to temps.
228- case $mode in
229- # Optimize common cases.
230- *644) cp_umask=133;;
231- *755) cp_umask=22;;
232-
233- *[0-7])
234- if test -z "$stripcmd"; then
235- u_plus_rw=
236- else
237- u_plus_rw='% 200'
238- fi
239- cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
240- *)
241- if test -z "$stripcmd"; then
242- u_plus_rw=
243- else
244- u_plus_rw=,u+rw
245- fi
246- cp_umask=$mode$u_plus_rw;;
247- esac
248-fi
249-
250-for src
251-do
252- # Protect names starting with `-'.
253- case $src in
254- -*) src=./$src;;
255- esac
256-
257- if test -n "$dir_arg"; then
258- dst=$src
259- dstdir=$dst
260- test -d "$dstdir"
261- dstdir_status=$?
262- else
263-
264- # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
265- # might cause directories to be created, which would be especially bad
266- # if $src (and thus $dsttmp) contains '*'.
267- if test ! -f "$src" && test ! -d "$src"; then
268- echo "$0: $src does not exist." >&2
269- exit 1
270- fi
271-
272- if test -z "$dst_arg"; then
273- echo "$0: no destination specified." >&2
274- exit 1
275- fi
276-
277- dst=$dst_arg
278- # Protect names starting with `-'.
279- case $dst in
280- -*) dst=./$dst;;
281- esac
282-
283- # If destination is a directory, append the input filename; won't work
284- # if double slashes aren't ignored.
285- if test -d "$dst"; then
286- if test -n "$no_target_directory"; then
287- echo "$0: $dst_arg: Is a directory" >&2
288- exit 1
289- fi
290- dstdir=$dst
291- dst=$dstdir/`basename "$src"`
292- dstdir_status=0
293- else
294- # Prefer dirname, but fall back on a substitute if dirname fails.
295- dstdir=`
296- (dirname "$dst") 2>/dev/null ||
297- expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298- X"$dst" : 'X\(//\)[^/]' \| \
299- X"$dst" : 'X\(//\)$' \| \
300- X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
301- echo X"$dst" |
302- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303- s//\1/
304- q
305- }
306- /^X\(\/\/\)[^/].*/{
307- s//\1/
308- q
309- }
310- /^X\(\/\/\)$/{
311- s//\1/
312- q
313- }
314- /^X\(\/\).*/{
315- s//\1/
316- q
317- }
318- s/.*/./; q'
319- `
320-
321- test -d "$dstdir"
322- dstdir_status=$?
323- fi
324- fi
325-
326- obsolete_mkdir_used=false
327-
328- if test $dstdir_status != 0; then
329- case $posix_mkdir in
330- '')
331- # Create intermediate dirs using mode 755 as modified by the umask.
332- # This is like FreeBSD 'install' as of 1997-10-28.
333- umask=`umask`
334- case $stripcmd.$umask in
335- # Optimize common cases.
336- *[2367][2367]) mkdir_umask=$umask;;
337- .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
338-
339- *[0-7])
340- mkdir_umask=`expr $umask + 22 \
341- - $umask % 100 % 40 + $umask % 20 \
342- - $umask % 10 % 4 + $umask % 2
343- `;;
344- *) mkdir_umask=$umask,go-w;;
345- esac
346-
347- # With -d, create the new directory with the user-specified mode.
348- # Otherwise, rely on $mkdir_umask.
349- if test -n "$dir_arg"; then
350- mkdir_mode=-m$mode
351- else
352- mkdir_mode=
353- fi
354-
355- posix_mkdir=false
356- case $umask in
357- *[123567][0-7][0-7])
358- # POSIX mkdir -p sets u+wx bits regardless of umask, which
359- # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
360- ;;
361- *)
362- tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
363- trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
364-
365- if (umask $mkdir_umask &&
366- exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
367- then
368- if test -z "$dir_arg" || {
369- # Check for POSIX incompatibilities with -m.
370- # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
371- # other-writeable bit of parent directory when it shouldn't.
372- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
373- ls_ld_tmpdir=`ls -ld "$tmpdir"`
374- case $ls_ld_tmpdir in
375- d????-?r-*) different_mode=700;;
376- d????-?--*) different_mode=755;;
377- *) false;;
378- esac &&
379- $mkdirprog -m$different_mode -p -- "$tmpdir" && {
380- ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
381- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
382- }
383- }
384- then posix_mkdir=:
385- fi
386- rmdir "$tmpdir/d" "$tmpdir"
387- else
388- # Remove any dirs left behind by ancient mkdir implementations.
389- rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
390- fi
391- trap '' 0;;
392- esac;;
393- esac
394-
395- if
396- $posix_mkdir && (
397- umask $mkdir_umask &&
398- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
399- )
400- then :
401- else
402-
403- # The umask is ridiculous, or mkdir does not conform to POSIX,
404- # or it failed possibly due to a race condition. Create the
405- # directory the slow way, step by step, checking for races as we go.
406-
407- case $dstdir in
408- /*) prefix='/';;
409- -*) prefix='./';;
410- *) prefix='';;
411- esac
412-
413- eval "$initialize_posix_glob"
414-
415- oIFS=$IFS
416- IFS=/
417- $posix_glob set -f
418- set fnord $dstdir
419- shift
420- $posix_glob set +f
421- IFS=$oIFS
422-
423- prefixes=
424-
425- for d
426- do
427- test -z "$d" && continue
428-
429- prefix=$prefix$d
430- if test -d "$prefix"; then
431- prefixes=
432- else
433- if $posix_mkdir; then
434- (umask=$mkdir_umask &&
435- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
436- # Don't fail if two instances are running concurrently.
437- test -d "$prefix" || exit 1
438- else
439- case $prefix in
440- *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
441- *) qprefix=$prefix;;
442- esac
443- prefixes="$prefixes '$qprefix'"
444- fi
445- fi
446- prefix=$prefix/
447- done
448-
449- if test -n "$prefixes"; then
450- # Don't fail if two instances are running concurrently.
451- (umask $mkdir_umask &&
452- eval "\$doit_exec \$mkdirprog $prefixes") ||
453- test -d "$dstdir" || exit 1
454- obsolete_mkdir_used=true
455- fi
456- fi
457- fi
458-
459- if test -n "$dir_arg"; then
460- { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
461- { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
462- { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
463- test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
464- else
465-
466- # Make a couple of temp file names in the proper directory.
467- dsttmp=$dstdir/_inst.$$_
468- rmtmp=$dstdir/_rm.$$_
469-
470- # Trap to clean up those temp files at exit.
471- trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
472-
473- # Copy the file name to the temp name.
474- (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
475-
476- # and set any options; do chmod last to preserve setuid bits.
477- #
478- # If any of these fail, we abort the whole thing. If we want to
479- # ignore errors from any of these, just make sure not to ignore
480- # errors from the above "$doit $cpprog $src $dsttmp" command.
481- #
482- { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
483- { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
484- { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
485- { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
486-
487- # If -C, don't bother to copy if it wouldn't change the file.
488- if $copy_on_change &&
489- old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
490- new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
491-
492- eval "$initialize_posix_glob" &&
493- $posix_glob set -f &&
494- set X $old && old=:$2:$4:$5:$6 &&
495- set X $new && new=:$2:$4:$5:$6 &&
496- $posix_glob set +f &&
497-
498- test "$old" = "$new" &&
499- $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
500- then
501- rm -f "$dsttmp"
502- else
503- # Rename the file to the real destination.
504- $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
505-
506- # The rename failed, perhaps because mv can't rename something else
507- # to itself, or perhaps because mv is so ancient that it does not
508- # support -f.
509- {
510- # Now remove or move aside any old file at destination location.
511- # We try this two ways since rm can't unlink itself on some
512- # systems and the destination file might be busy for other
513- # reasons. In this case, the final cleanup might fail but the new
514- # file should still install successfully.
515- {
516- test ! -f "$dst" ||
517- $doit $rmcmd -f "$dst" 2>/dev/null ||
518- { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519- { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
520- } ||
521- { echo "$0: cannot unlink or rename $dst" >&2
522- (exit 1); exit 1
523- }
524- } &&
525-
526- # Now rename the file to the real destination.
527- $doit $mvcmd "$dsttmp" "$dst"
528- }
529- fi || exit 1
530-
531- trap '' 0
532- fi
533-done
534-
535-# Local variables:
536-# eval: (add-hook 'write-file-hooks 'time-stamp)
537-# time-stamp-start: "scriptversion="
538-# time-stamp-format: "%:y-%02m-%02d.%02H"
539-# time-stamp-end: "$"
540-# End:
541
542=== removed file 'intltool-extract.in'
543=== removed file 'intltool-merge.in'
544=== removed file 'intltool-update.in'
545=== renamed file 'keycodes/Makefile.in' => 'keycodes/Makefile.in.THIS'
546=== renamed file 'keycodes/digital_vndr/Makefile.in' => 'keycodes/digital_vndr/Makefile.in.THIS'
547=== renamed file 'keycodes/keycodes.dir' => 'keycodes/keycodes.dir.THIS'
548=== renamed file 'keycodes/sgi_vndr/Makefile.in' => 'keycodes/sgi_vndr/Makefile.in.THIS'
549=== renamed file 'keymap/Makefile.in' => 'keymap/Makefile.in.THIS'
550=== renamed file 'keymap/digital_vndr/Makefile.in' => 'keymap/digital_vndr/Makefile.in.THIS'
551=== renamed file 'keymap/keymap.dir' => 'keymap/keymap.dir.THIS'
552=== renamed file 'keymap/sgi_vndr/Makefile.in' => 'keymap/sgi_vndr/Makefile.in.THIS'
553=== renamed file 'keymap/sun_vndr/Makefile.in' => 'keymap/sun_vndr/Makefile.in.THIS'
554=== removed file 'missing'
555--- missing 2009-01-28 06:40:24 +0000
556+++ missing 1970-01-01 00:00:00 +0000
557@@ -1,367 +0,0 @@
558-#! /bin/sh
559-# Common stub for a few missing GNU programs while installing.
560-
561-scriptversion=2006-05-10.23
562-
563-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
564-# Free Software Foundation, Inc.
565-# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
566-
567-# This program is free software; you can redistribute it and/or modify
568-# it under the terms of the GNU General Public License as published by
569-# the Free Software Foundation; either version 2, or (at your option)
570-# any later version.
571-
572-# This program is distributed in the hope that it will be useful,
573-# but WITHOUT ANY WARRANTY; without even the implied warranty of
574-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
575-# GNU General Public License for more details.
576-
577-# You should have received a copy of the GNU General Public License
578-# along with this program; if not, write to the Free Software
579-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
580-# 02110-1301, USA.
581-
582-# As a special exception to the GNU General Public License, if you
583-# distribute this file as part of a program that contains a
584-# configuration script generated by Autoconf, you may include it under
585-# the same distribution terms that you use for the rest of that program.
586-
587-if test $# -eq 0; then
588- echo 1>&2 "Try \`$0 --help' for more information"
589- exit 1
590-fi
591-
592-run=:
593-sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
594-sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
595-
596-# In the cases where this matters, `missing' is being run in the
597-# srcdir already.
598-if test -f configure.ac; then
599- configure_ac=configure.ac
600-else
601- configure_ac=configure.in
602-fi
603-
604-msg="missing on your system"
605-
606-case $1 in
607---run)
608- # Try to run requested program, and just exit if it succeeds.
609- run=
610- shift
611- "$@" && exit 0
612- # Exit code 63 means version mismatch. This often happens
613- # when the user try to use an ancient version of a tool on
614- # a file that requires a minimum version. In this case we
615- # we should proceed has if the program had been absent, or
616- # if --run hadn't been passed.
617- if test $? = 63; then
618- run=:
619- msg="probably too old"
620- fi
621- ;;
622-
623- -h|--h|--he|--hel|--help)
624- echo "\
625-$0 [OPTION]... PROGRAM [ARGUMENT]...
626-
627-Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
628-error status if there is no known handling for PROGRAM.
629-
630-Options:
631- -h, --help display this help and exit
632- -v, --version output version information and exit
633- --run try to run the given command, and emulate it if it fails
634-
635-Supported PROGRAM values:
636- aclocal touch file \`aclocal.m4'
637- autoconf touch file \`configure'
638- autoheader touch file \`config.h.in'
639- autom4te touch the output file, or create a stub one
640- automake touch all \`Makefile.in' files
641- bison create \`y.tab.[ch]', if possible, from existing .[ch]
642- flex create \`lex.yy.c', if possible, from existing .c
643- help2man touch the output file
644- lex create \`lex.yy.c', if possible, from existing .c
645- makeinfo touch the output file
646- tar try tar, gnutar, gtar, then tar without non-portable flags
647- yacc create \`y.tab.[ch]', if possible, from existing .[ch]
648-
649-Send bug reports to <bug-automake@gnu.org>."
650- exit $?
651- ;;
652-
653- -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
654- echo "missing $scriptversion (GNU Automake)"
655- exit $?
656- ;;
657-
658- -*)
659- echo 1>&2 "$0: Unknown \`$1' option"
660- echo 1>&2 "Try \`$0 --help' for more information"
661- exit 1
662- ;;
663-
664-esac
665-
666-# Now exit if we have it, but it failed. Also exit now if we
667-# don't have it and --version was passed (most likely to detect
668-# the program).
669-case $1 in
670- lex|yacc)
671- # Not GNU programs, they don't have --version.
672- ;;
673-
674- tar)
675- if test -n "$run"; then
676- echo 1>&2 "ERROR: \`tar' requires --run"
677- exit 1
678- elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
679- exit 1
680- fi
681- ;;
682-
683- *)
684- if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
685- # We have it, but it failed.
686- exit 1
687- elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
688- # Could not run --version or --help. This is probably someone
689- # running `$TOOL --version' or `$TOOL --help' to check whether
690- # $TOOL exists and not knowing $TOOL uses missing.
691- exit 1
692- fi
693- ;;
694-esac
695-
696-# If it does not exist, or fails to run (possibly an outdated version),
697-# try to emulate it.
698-case $1 in
699- aclocal*)
700- echo 1>&2 "\
701-WARNING: \`$1' is $msg. You should only need it if
702- you modified \`acinclude.m4' or \`${configure_ac}'. You might want
703- to install the \`Automake' and \`Perl' packages. Grab them from
704- any GNU archive site."
705- touch aclocal.m4
706- ;;
707-
708- autoconf)
709- echo 1>&2 "\
710-WARNING: \`$1' is $msg. You should only need it if
711- you modified \`${configure_ac}'. You might want to install the
712- \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
713- archive site."
714- touch configure
715- ;;
716-
717- autoheader)
718- echo 1>&2 "\
719-WARNING: \`$1' is $msg. You should only need it if
720- you modified \`acconfig.h' or \`${configure_ac}'. You might want
721- to install the \`Autoconf' and \`GNU m4' packages. Grab them
722- from any GNU archive site."
723- files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
724- test -z "$files" && files="config.h"
725- touch_files=
726- for f in $files; do
727- case $f in
728- *:*) touch_files="$touch_files "`echo "$f" |
729- sed -e 's/^[^:]*://' -e 's/:.*//'`;;
730- *) touch_files="$touch_files $f.in";;
731- esac
732- done
733- touch $touch_files
734- ;;
735-
736- automake*)
737- echo 1>&2 "\
738-WARNING: \`$1' is $msg. You should only need it if
739- you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
740- You might want to install the \`Automake' and \`Perl' packages.
741- Grab them from any GNU archive site."
742- find . -type f -name Makefile.am -print |
743- sed 's/\.am$/.in/' |
744- while read f; do touch "$f"; done
745- ;;
746-
747- autom4te)
748- echo 1>&2 "\
749-WARNING: \`$1' is needed, but is $msg.
750- You might have modified some files without having the
751- proper tools for further handling them.
752- You can get \`$1' as part of \`Autoconf' from any GNU
753- archive site."
754-
755- file=`echo "$*" | sed -n "$sed_output"`
756- test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
757- if test -f "$file"; then
758- touch $file
759- else
760- test -z "$file" || exec >$file
761- echo "#! /bin/sh"
762- echo "# Created by GNU Automake missing as a replacement of"
763- echo "# $ $@"
764- echo "exit 0"
765- chmod +x $file
766- exit 1
767- fi
768- ;;
769-
770- bison|yacc)
771- echo 1>&2 "\
772-WARNING: \`$1' $msg. You should only need it if
773- you modified a \`.y' file. You may need the \`Bison' package
774- in order for those modifications to take effect. You can get
775- \`Bison' from any GNU archive site."
776- rm -f y.tab.c y.tab.h
777- if test $# -ne 1; then
778- eval LASTARG="\${$#}"
779- case $LASTARG in
780- *.y)
781- SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
782- if test -f "$SRCFILE"; then
783- cp "$SRCFILE" y.tab.c
784- fi
785- SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
786- if test -f "$SRCFILE"; then
787- cp "$SRCFILE" y.tab.h
788- fi
789- ;;
790- esac
791- fi
792- if test ! -f y.tab.h; then
793- echo >y.tab.h
794- fi
795- if test ! -f y.tab.c; then
796- echo 'main() { return 0; }' >y.tab.c
797- fi
798- ;;
799-
800- lex|flex)
801- echo 1>&2 "\
802-WARNING: \`$1' is $msg. You should only need it if
803- you modified a \`.l' file. You may need the \`Flex' package
804- in order for those modifications to take effect. You can get
805- \`Flex' from any GNU archive site."
806- rm -f lex.yy.c
807- if test $# -ne 1; then
808- eval LASTARG="\${$#}"
809- case $LASTARG in
810- *.l)
811- SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
812- if test -f "$SRCFILE"; then
813- cp "$SRCFILE" lex.yy.c
814- fi
815- ;;
816- esac
817- fi
818- if test ! -f lex.yy.c; then
819- echo 'main() { return 0; }' >lex.yy.c
820- fi
821- ;;
822-
823- help2man)
824- echo 1>&2 "\
825-WARNING: \`$1' is $msg. You should only need it if
826- you modified a dependency of a manual page. You may need the
827- \`Help2man' package in order for those modifications to take
828- effect. You can get \`Help2man' from any GNU archive site."
829-
830- file=`echo "$*" | sed -n "$sed_output"`
831- test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
832- if test -f "$file"; then
833- touch $file
834- else
835- test -z "$file" || exec >$file
836- echo ".ab help2man is required to generate this page"
837- exit 1
838- fi
839- ;;
840-
841- makeinfo)
842- echo 1>&2 "\
843-WARNING: \`$1' is $msg. You should only need it if
844- you modified a \`.texi' or \`.texinfo' file, or any other file
845- indirectly affecting the aspect of the manual. The spurious
846- call might also be the consequence of using a buggy \`make' (AIX,
847- DU, IRIX). You might want to install the \`Texinfo' package or
848- the \`GNU make' package. Grab either from any GNU archive site."
849- # The file to touch is that specified with -o ...
850- file=`echo "$*" | sed -n "$sed_output"`
851- test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
852- if test -z "$file"; then
853- # ... or it is the one specified with @setfilename ...
854- infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
855- file=`sed -n '
856- /^@setfilename/{
857- s/.* \([^ ]*\) *$/\1/
858- p
859- q
860- }' $infile`
861- # ... or it is derived from the source name (dir/f.texi becomes f.info)
862- test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
863- fi
864- # If the file does not exist, the user really needs makeinfo;
865- # let's fail without touching anything.
866- test -f $file || exit 1
867- touch $file
868- ;;
869-
870- tar)
871- shift
872-
873- # We have already tried tar in the generic part.
874- # Look for gnutar/gtar before invocation to avoid ugly error
875- # messages.
876- if (gnutar --version > /dev/null 2>&1); then
877- gnutar "$@" && exit 0
878- fi
879- if (gtar --version > /dev/null 2>&1); then
880- gtar "$@" && exit 0
881- fi
882- firstarg="$1"
883- if shift; then
884- case $firstarg in
885- *o*)
886- firstarg=`echo "$firstarg" | sed s/o//`
887- tar "$firstarg" "$@" && exit 0
888- ;;
889- esac
890- case $firstarg in
891- *h*)
892- firstarg=`echo "$firstarg" | sed s/h//`
893- tar "$firstarg" "$@" && exit 0
894- ;;
895- esac
896- fi
897-
898- echo 1>&2 "\
899-WARNING: I can't seem to be able to run \`tar' with the given arguments.
900- You may want to install GNU tar or Free paxutils, or check the
901- command line arguments."
902- exit 1
903- ;;
904-
905- *)
906- echo 1>&2 "\
907-WARNING: \`$1' is needed, and is $msg.
908- You might have modified some files without having the
909- proper tools for further handling them. Check the \`README' file,
910- it often tells you about the needed prerequisites for installing
911- this package. You may also peek at any GNU archive site, in case
912- some other package would contain this missing \`$1' program."
913- exit 1
914- ;;
915-esac
916-
917-exit 0
918-
919-# Local variables:
920-# eval: (add-hook 'write-file-hooks 'time-stamp)
921-# time-stamp-start: "scriptversion="
922-# time-stamp-format: "%:y-%02m-%02d.%02H"
923-# time-stamp-end: "$"
924-# End:
925
926=== renamed file 'po/Makefile.in.in' => 'po/Makefile.in.in.THIS'
927=== renamed file 'rules/Makefile.in' => 'rules/Makefile.in.THIS'
928=== renamed file 'rules/bin/Makefile.in' => 'rules/bin/Makefile.in.THIS'
929=== renamed file 'rules/compat/Makefile.in' => 'rules/compat/Makefile.in.THIS'
930=== renamed file 'rules/evdev.xml.in' => 'rules/evdev.xml.in.THIS'
931=== renamed file 'rules/extras/Makefile.in' => 'rules/extras/Makefile.in.THIS'
932=== renamed file 'semantics/Makefile.in' => 'semantics/Makefile.in.THIS'
933=== removed file 'semantics/semantics.dir'
934--- semantics/semantics.dir 2008-11-12 19:45:45 +0000
935+++ semantics/semantics.dir 1970-01-01 00:00:00 +0000
936@@ -1,4 +0,0 @@
937--d------ -------- xtest(xtest)
938--d------ -------- default(default)
939--d------ -------- complete(complete)
940--d------ -------- basic(basic)
941
942=== renamed file 'symbols/Makefile.in' => 'symbols/Makefile.in.THIS'
943=== renamed file 'symbols/digital_vndr/Makefile.in' => 'symbols/digital_vndr/Makefile.in.THIS'
944=== renamed file 'symbols/extras/Makefile.in' => 'symbols/extras/Makefile.in.THIS'
945=== renamed file 'symbols/fujitsu_vndr/Makefile.in' => 'symbols/fujitsu_vndr/Makefile.in.THIS'
946=== renamed file 'symbols/hp_vndr/Makefile.in' => 'symbols/hp_vndr/Makefile.in.THIS'
947=== renamed file 'symbols/macintosh_vndr/Makefile.in' => 'symbols/macintosh_vndr/Makefile.in.THIS'
948=== renamed file 'symbols/nec_vndr/Makefile.in' => 'symbols/nec_vndr/Makefile.in.THIS'
949=== renamed file 'symbols/sgi_vndr/Makefile.in' => 'symbols/sgi_vndr/Makefile.in.THIS'
950=== renamed file 'symbols/sony_vndr/Makefile.in' => 'symbols/sony_vndr/Makefile.in.THIS'
951=== renamed file 'symbols/sun_vndr/Makefile.in' => 'symbols/sun_vndr/Makefile.in.THIS'
952=== renamed file 'symbols/symbols.dir' => 'symbols/symbols.dir.THIS'
953=== renamed file 'symbols/xfree68_vndr/Makefile.in' => 'symbols/xfree68_vndr/Makefile.in.THIS'
954=== renamed file 'types/Makefile.in' => 'types/Makefile.in.THIS'
955=== renamed file 'types/types.dir' => 'types/types.dir.THIS'

Subscribers

People subscribed via source and target branches

to all changes: