Package: linux-modules-extra-2.6
Severity: wishlist
Tags: patch

Hello,

As discussed on the linux-boot and linux-kernel mailing lists,
for accessibility purpose it would be useful to have speakup
modules compiled for the debian installer, and thus to add them to
linux-modules-extra-2.6.  Here is a patch that does so.

Cheers,
Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500, 
'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Index: speakup/copyright
===================================================================
--- speakup/copyright   (révision 0)
+++ speakup/copyright   (révision 0)
@@ -0,0 +1,6 @@
+Copyright:
+
+ Speakup is licensed under the GPL; the GNU General Public License.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
Index: speakup/rules
===================================================================
--- speakup/rules       (révision 0)
+++ speakup/rules       (révision 0)
@@ -0,0 +1,7 @@
+$(BUILD_STAMP):
+       $(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR)/src $(JOBS_ARG) `cat 
$(CURDIR)/$(DIR)/src/allmodule.mk`
+       touch $@
+
+install: LIB_MODULES = $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)
+install: 
+       $(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR)/src modules_install 
INSTALL_MOD_PATH=$(PACKAGE_DIR) INSTALL_MOD_DIR=extra/$(MODULE) `cat 
$(CURDIR)/$(DIR)/src/allmodule.mk`
Index: speakup/defines
===================================================================
--- speakup/defines     (révision 0)
+++ speakup/defines     (révision 0)
@@ -0,0 +1,7 @@
+[base]
+not-featuresets: smp
+desc: A screen review module for the Linux kernel
+longdesc:
+ Speakup allows you to interact with applications and the GNU/Linux
+ operating system with audible feedback from the console using a
+ synthetic speech device.
Index: defines
===================================================================
--- defines     (révision 11250)
+++ defines     (copie de travail)
@@ -14,6 +14,7 @@
  r6040
  redhat-cluster
  sfc
+ speakup
  squashfs
  tp-smapi
  unionfs

Reply via email to