Bug#486394: linux-modules-extra-2.6: Please add speakup modules

2008-06-17 Thread Samuel Thibault
Daniel Baumann, le Mon 16 Jun 2008 12:07:05 +0200, a écrit :
 Samuel Thibault wrote:
  Should I add a toplevel Makefile in the upstream source
 
 yes

Ok, we have uploaded a new version of speakup-source, here is the
fixed patch.

Samuel
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/defines
===
--- speakup/defines (r�vision 0)
+++ speakup/defines (r�vision 0)
@@ -0,0 +1,6 @@
+[base]
+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)
@@ -19,3 +19,4 @@
  unionfs
  virtualbox-ose
  virtualbox-ose-guest
+ speakup


Bug#486394: linux-modules-extra-2.6: Please add speakup modules

2008-06-16 Thread Daniel Baumann
Samuel Thibault wrote:
 Hello,

Hi,

 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.

good, but don't override rules, please fix your module-source package
instead. As soon as you've uploaded a fixed version, let me know and
I'll add speakup.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486394: linux-modules-extra-2.6: Please add speakup modules

2008-06-16 Thread Samuel Thibault
Hello,

Daniel Baumann, le Mon 16 Jun 2008 08:56:56 +0200, a écrit :
  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.
 
 good, but don't override rules, please fix your module-source package
 instead.

Mmm, well, the speakup-source package builds fine via module-assistant,
and I had to override the rules because it looked like
linux-module-extra is using the upstream packages' non-existing
top-level Makefile instead of the speakup-source -provided rules.
Should I add a toplevel Makefile in the upstream source, or is
there something else to be done to make linux-modules-extra use
speakup-source's rules, or to direct it to speakup's src/ path?

Samuel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486394: linux-modules-extra-2.6: Please add speakup modules

2008-06-16 Thread Daniel Baumann
Samuel Thibault wrote:
 Should I add a toplevel Makefile in the upstream source

yes, and to avoid code dublication, it's recommendet to call that very
same toplevel Makefile from debian/rules targets too.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486394: linux-modules-extra-2.6: Please add speakup modules

2008-06-15 Thread Samuel Thibault
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