[Pkg-kbd-commit] r188 - in people/barbier/kbd/trunk/debian: . patches

Denis Barbier barbier at costa.debian.org
Thu Jul 20 20:37:37 UTC 2006


Author: barbier
Date: 2006-07-20 20:37:36 +0000 (Thu, 20 Jul 2006)
New Revision: 188

Added:
   people/barbier/kbd/trunk/debian/patches/sparc-compile.diff
Modified:
   people/barbier/kbd/trunk/debian/changelog
   people/barbier/kbd/trunk/debian/patches/series
Log:
debian/patches/sparc-compile.diff: New patch to fix build failure on sparc.


Modified: people/barbier/kbd/trunk/debian/changelog
===================================================================
--- people/barbier/kbd/trunk/debian/changelog	2006-07-20 15:32:45 UTC (rev 187)
+++ people/barbier/kbd/trunk/debian/changelog	2006-07-20 20:37:36 UTC (rev 188)
@@ -1,3 +1,9 @@
+kbd (1.12-16) UNRELEASED; urgency=low
+
+  * debian/patches/sparc-compile.diff: New patch to fix build failure on sparc.
+
+ -- Denis Barbier <barbier at debian.org>  Thu, 20 Jul 2006 22:36:55 +0200
+
 kbd (1.12-15) unstable; urgency=low
 
   * debian/patches/getfd.diff: New patch, the getfd function now tries to

Modified: people/barbier/kbd/trunk/debian/patches/series
===================================================================
--- people/barbier/kbd/trunk/debian/patches/series	2006-07-20 15:32:45 UTC (rev 187)
+++ people/barbier/kbd/trunk/debian/patches/series	2006-07-20 20:37:36 UTC (rev 188)
@@ -18,3 +18,4 @@
 braille.diff
 thai.diff
 mapscrn-acm.diff
+sparc-compile.diff

Added: people/barbier/kbd/trunk/debian/patches/sparc-compile.diff
===================================================================
--- people/barbier/kbd/trunk/debian/patches/sparc-compile.diff	2006-07-20 15:32:45 UTC (rev 187)
+++ people/barbier/kbd/trunk/debian/patches/sparc-compile.diff	2006-07-20 20:37:36 UTC (rev 188)
@@ -0,0 +1,27 @@
+Index: trunk/src/kbdrate.c
+===================================================================
+--- trunk.orig/src/kbdrate.c
++++ trunk/src/kbdrate.c
+@@ -77,7 +77,6 @@
+ 
+ #ifdef __sparc__
+ #include <asm/param.h>
+-#include <asm/kbio.h>
+ #endif
+ 
+ #ifndef KDKBDREP
+Index: trunk/src/setleds.c
+===================================================================
+--- trunk.orig/src/setleds.c
++++ trunk/src/setleds.c
+@@ -14,10 +14,6 @@
+ #include "nls.h"
+ #include "version.h"
+ 
+-#ifdef __sparc__
+-#include <asm/kbio.h>
+-#endif
+-
+ static void
+ usage(void)
+ {




More information about the Pkg-kbd-commit mailing list