Bug#554507: ITP: fjbtndrv -- Linux driver and tools for the tablet buttons of Fujitsu Tablet PCs

2009-11-04 Thread Robert Gerlach
Package: wnpp Severity: wishlist Owner: Robert Gerlach * Package name: fjbtndrv * Version : 2.1.0 * Upstream Author : k...@gmx.de * URL : http://sourceforge.net/projects/fjbtndrv/ * License : GPL2, GPL3 * Programming Lang: C, Shell * Description : Linux

Bug#501396: A guess

2009-06-25 Thread Robert Gerlach
Patch works fine, thanks. This message was sent using IMP, the Internet Messaging Program. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Bug#310563: (no subject)

2009-02-11 Thread Robert Gerlach
Please see http://bugzilla.padl.com/show_bug.cgi?id=388 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#443499: wacom-tools: dev-files for libwacomcfg missing

2009-01-12 Thread Robert Gerlach
Any chance this will be fixed in Lenny? diff -Naur wacom-tools-0.7.9.3.old/debian/rules wacom-tools-0.7.9.3.new/debian/rules --- wacom-tools-0.7.9.3.old/debian/rules 2009-01-13 01:57:50.0 +0100 +++ wacom-tools-0.7.9.3.new/debian/rules 2009-01-13 01:59:09.0 +0100 @@ -260,10 +260,9 @

Bug#440645: make-ssl-cert needs mktemp, but ssl-cert doesn't depends on it

2007-09-03 Thread Robert Gerlach
Package: ssl-cert Version: 1.0.14 Severity: normal --- Please enter the report below this line. --- $ sudo dpkg --install ssl-cert_1.0.14_all.deb Selecting previously deselected package ssl-cert. (Reading database ... 104822 files and directories currently installed.) Unpacking ssl-cert (from ssl-

Bug#431860: bridge-utils: Segfaults when a bridge is named "bridge"

2007-08-08 Thread Robert Gerlach
scandir() returns "." if a bridge named "bridge". this small patch fixed it for me. --- ./libbridge/libbridge_init.c2007-08-08 23:40:14.233046782 +0200 +++ ./libbridge/libbridge_init.c2007-08-08 23:39:42.0 +0200 @@ -49,6 +49,9 @@ char path[SYSFS_PATH_MAX];