Bug#406320: s/// loses trailing space on amd64

2007-01-10 Thread Matthew King
Package: debian-cd Version: 2.2.25 Line 131 in tools/boot/etch/boot-amd64 Needs to change. This should be fairly self-explanatory: < sed -i "s|append |append $KERNEL_PARAMS|" boot$N/isolinux/isolinux.cfg > sed -i "s|append |append $KERNEL_PARAMS |" boot$N/isolinux/isolinux.cfg Matthe

Bug#414066: Needlessly required search terms

2007-03-08 Thread Matthew King
Package: gnucash Version: 2.0.5-1 Severity: wishlist Despite dealing with only a small number of customers, it is still necessary to search for them in any customer-selection dialogue. In these cases it would be much faster to browse a complete list, so: * If only a few customers are defined, li

Bug#118715: Oops, spoke too soon

2007-03-01 Thread Matthew King
Apparently the patch has already been done but if the current maintainers do not want to, my offer to look after the back-end stands. Matthew -- I must take issue with the term "a mere child", for it has been my invariable experience that the company of a mere child is infinitely preferable to t

Bug#118715: Patch for 9.3.4

2007-03-01 Thread Matthew King
I have included a patch to build bind 9.3.4 (today's latest in etch) with sdb-ldap. It protects the ldap inclusion with the SBD_LDAP directive so it can easily be en/disabled at compile-time. I would prefer to have this as an option to configure and will hopefully turn it into one soon. If I have

Bug#424603: Locked xscreensaver crashes (and unlocks) on non-xinerama multi-head setup

2007-05-16 Thread Matthew King
Package: xscreensaver Version: 4.24-5 X-Debbugs-CC: [EMAIL PROTECTED] If xscreensaver is locked while the mouse is on a screen other than the one the daemon is run on (ie. xscreensaver is run with DISPLAY=:0.0 and the mouse is in DISPLAY=:0.1), xscreensaver crashes crashes immediately upon any act

Bug#443208: Allow 0alias to specify link path (with patch)

2007-09-19 Thread Matthew King
Package: zeroinstall-injector Version: 0.29-1 X-Debbugs-CC: [EMAIL PROTECTED] Priority: wishlist Tags: patch 0alias does not allow the user to specify the path to link into and instead guesses (incorrectly in my case) on its own. This patch allows the path to be specified. The same code used to c

Bug#432837: Directory support for INCLUDE (with patch)

2007-07-12 Thread Matthew King
Package: shorewall Version: 3.2.6-2 Severity: wishlist Simply put, it would be nice if given a directory, the INCLUDE directive would process all the files therein, which this patch does. --- functions.orig 2006-11-18 17:40:07.0 + +++ functions 2007-07-12 11:43:27.942659031 +0100 @@ -

Bug#432837: Better patch

2007-07-12 Thread Matthew King
Here's a better patch which can include directories in locations other than /etc/shorewall --- functions.orig 2006-11-18 17:40:07.0 + +++ functions 2007-07-12 18:45:56.547172489 +0100 @@ -228,13 +228,14 @@ echo $1 ;; *) - if [ -n "$SHOREWALL_DIR" -a -f $SHOREWALL_DIR/

Bug#424603: Locked xscreensaver crashes (and unlocks) on non-xinerama multi-head setup

2007-07-26 Thread Matthew King
Jamie Zawinski <[EMAIL PROTECTED]> writes: > 4.24 is almost two years old. Does this happen with 5.02? I had no idea Debian was using such an old version. * one dist-upgrade later * No. In v. 5 the problem is gone. Now the password entry box appears on whichever screen the mouse is on. I don'

Bug#445358: underquoted definition of AM_PATH_LIB3DS

2007-10-05 Thread Matthew King
package: lib3ds-dev version: 1.2.0-4.2 The first (real) line of lib3ds.m4 needs to be changed to: AC_DEFUN([AM_PATH_LIB3DS], To stop aclocal complaining. This change has no problems with aclocal 1.9.6 (and autoconf 2.61). I can't speak for earlier versions of these tools but the change is minor e