diff --git a/debian/patches/05_bitmap_manpage_typo.diff b/debian/patches/05_bitmap_manpage_typo.diff index 5421dc5..db46f19 100644 --- a/debian/patches/05_bitmap_manpage_typo.diff +++ b/debian/patches/05_bitmap_manpage_typo.diff @@ -1,8 +1,8 @@ Index: xbase-clients/bitmap/bitmap.man =================================================================== ---- xbase-clients.orig/bitmap/bitmap.man 2006-02-18 14:55:39.000000000 -0500 -+++ xbase-clients/bitmap/bitmap.man 2006-02-26 20:35:50.000000000 -0500 -@@ -162,7 +162,7 @@ +--- xbase-clients.orig/bitmap/bitmap.man 2007-02-11 08:36:55.000000000 +0100 ++++ xbase-clients/bitmap/bitmap.man 2007-02-11 08:37:09.000000000 +0100 +@@ -157,7 +157,7 @@ .SH USAGE \fIBitmap\fP displays grid in which each square represents a single bit in the picture being edited. Actual size of the bitmap image, as diff --git a/debian/patches/10_debian_add_xkbpath_env_variable.diff b/debian/patches/10_debian_add_xkbpath_env_variable.diff index fa857ae..4e39a9d 100644 --- a/debian/patches/10_debian_add_xkbpath_env_variable.diff +++ b/debian/patches/10_debian_add_xkbpath_env_variable.diff @@ -11,9 +11,9 @@ This patch will not be submitted upstream. Index: setxkbmap/setxkbmap.c =================================================================== ---- setxkbmap/setxkbmap.c -+++ setxkbmap/setxkbmap.c -@@ -318,9 +318,13 @@ +--- setxkbmap/setxkbmap.c.orig 2007-02-11 08:37:45.000000000 +0100 ++++ setxkbmap/setxkbmap.c 2007-02-11 08:38:02.000000000 +0100 +@@ -321,9 +321,13 @@ int i; Bool ok; unsigned present; @@ -29,8 +29,8 @@ Index: setxkbmap/setxkbmap.c if (argv[i][0]!='-') { Index: xkbcomp/xkbpath.c =================================================================== ---- xkbcomp/xkbpath.c -+++ xkbcomp/xkbpath.c +--- xkbcomp/xkbpath.c.orig 2007-02-11 08:37:45.000000000 +0100 ++++ xkbcomp/xkbpath.c 2007-02-11 08:38:02.000000000 +0100 @@ -131,9 +131,14 @@ void XkbAddDefaultDirectoriesToPath(void) @@ -48,8 +48,8 @@ Index: xkbcomp/xkbpath.c Index: xkbevd/xkbevd.c =================================================================== ---- xkbevd/xkbevd.c -+++ xkbevd/xkbevd.c +--- xkbevd/xkbevd.c.orig 2007-02-11 08:37:45.000000000 +0100 ++++ xkbevd/xkbevd.c 2007-02-11 08:38:02.000000000 +0100 @@ -471,20 +471,28 @@ else { file= fopen(cfgFileName,"r");