Bug#787842: usb-modeswitch: Huawei e3131 not recognised

2015-06-06 Thread John Hedges
That was a bit hasty. I'd got the usb_modeswitch_dispatcher to work without realising that systemd was escaping the sysfs paths. This patch might be more thorough: --- usb-modeswitch-2.2.1+repack0.orig/usb_modeswitch.tcl +++ usb-modeswitch-2.2.1+repack0/usb_modeswitch.tcl @@ -54,8 +54,12 @@ if

Bug#787842: usb-modeswitch: Huawei e3131 not recognised

2015-06-05 Thread John Hedges
Package: usb-modeswitch Version: 2.2.1+repack0-1 Severity: normal Tags: patch Dear Maintainer, Plugging my Huawei e3131 fails to trigger modeswitch (systemd). The problem seems to be that usb_modeswitch.tcl doesn't parse the device identifier correctly. I've only this device to test, but with

Bug#738655: (no subject)

2014-04-22 Thread John Hedges
Here's an attempt at debian/copyright needs a Files: for debian/* Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OpenJPEG Upstream-Contact: openj...@googlegroups.com Source: http://openjpeg.org Files: src/lib/openjpip/* Copyright: 2002-2011,

Bug#698284: usb-modeswitch-data: ttyUSB* rule should have SYMLINK+= not SYMLINK=

2013-01-16 Thread John Hedges
Package: usb-modeswitch-data Version: 20120815-2 Severity: important Dear Maintainer, Symlinks created by local rules for ttyUSB devices are lost because of the following rule in /lib/udev/rules.d/40-usb_modeswitch.rules KERNEL==ttyUSB*, ATTRS{bNumConfigurations}==*, PROGRAM=usb_modeswitch

Bug#678384: autofs: Typo in configure.in

2012-06-21 Thread John Hedges
Package: autofs Version: 5.0.6-2 Severity: minor Dear Maintainer, Fairly insignificant typo in configure.in Cheers John -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU

Bug#640318: (no subject)

2012-03-08 Thread John Hedges
Trimage is indeed a dangerous program. It modifies images in place immediately they are dropped onto the trimage window, optimising the images and at the same time losing file matadata. It is a wrapper around other image utilities such as optipng, pngcrush and jpegoptim. These programs also

Bug#661005: python-cairo: ImageSurface.write_to_png() transparency fails

2012-02-23 Thread John Hedges
Package: python-cairo Version: 1.8.8-1+b2 Severity: normal Dear Maintainer, It seems writing a png when a surface is fully opaque causes the alpha channel to be supressed in subsequent writes. #!/usr/bin/python import cairo surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 100, 100) ctx =

Bug#632687: libtag1c2a: Can't suppress debugging messages

2011-07-04 Thread John Hedges
Package: libtag1c2a Version: 1.7-1 Severity: wishlist Would it be possible to build taglib with -DNDEBUG to suppress debug information. I'm using taglib for a console app and would prefer not to have the 'TagLib: message' output. The -DNDEBUG solution comes from this discussion:

Bug#632357: jack-mixer: edit channel loses settings

2011-07-01 Thread John Hedges
Package: jack-mixer Version: 9-3 Severity: important Tags: upstream patch Editing channel names causes the names to disappear. I think this is beacause the edit dialog is destroyed before the contents are read. See patch. -- System Information: Debian Release: wheezy/sid APT prefers unstable

Bug#632236: module-init-tools: modprobe.conf typos

2011-06-30 Thread John Hedges
Package: module-init-tools Version: 3.16-1 Severity: minor Tags: patch A couple of typos in docs/modprobe.conf.sgml One typo is an unescaped backslash - this has happened before #111921 [0] but I'm not sure how it was resolved. Patch attached. [0]

Bug#592589: openbox: Typo in config file.

2010-08-11 Thread John Hedges
Package: openbox Version: 3.4.11.1-1 Severity: minor Tags: patch A comment is closed twice in the menu section of rc.xml. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU

Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread John Hedges
Package: bash-completion Version: 1:1.2-1 Severity: normal After today's dist-upgrade bash errors on startup. The error is caused by /etc/bash-completion.d/system which I believe is no longer required. However, the install scripts did not remove the file. -- System Information: Debian Release:

Bug#586210: [Bash-completion-devel] Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread John Hedges
On Thu, Jun 17, 2010 at 04:11:54PM +0200, David Paleino wrote: tags 586210 unreproducible thanks Hello, On Thu, 17 Jun 2010 12:58:51 +0100, John Hedges wrote: After today's dist-upgrade bash errors on startup. The error is caused by /etc/bash-completion.d/system which I believe

Bug#586210: [Bash-completion-devel] Bug#586210: bash-completion: upgrade leaves /etc/bash_completion.d/system

2010-06-17 Thread John Hedges
$ ls -1 /etc/init.d/* Attached ... /etc/init.d/acpid /etc/init.d/alsa-utils /etc/init.d/anacron /etc/init.d/atd /etc/init.d/avahi-daemon /etc/init.d/bootlogd /etc/init.d/bootlogs /etc/init.d/bootmisc.sh /etc/init.d/checkfs.sh /etc/init.d/checkroot.sh /etc/init.d/console-screen.sh

Bug#569327: systemsettings: kwin bindings not accessible from global keyboard shortcuts

2010-02-11 Thread John Hedges
Package: systemsettings Version: 4:4.3.4-3 Severity: normal Trying to set a keybinding to maximise current window. Internet searche points me toward System Settings Keyboard and Mouse Global Keyboard Shortcuts kwin, however there is no kwin entry in the list. -- System Information: Debian

Bug#476653: Look in /usr/local/sbin for external mount program

2008-04-18 Thread John Hedges
Package: mount Version: 2.12r-19etch1 Severity: wishlist Tags: patch Can mount be modified to check for /usr/local/sbin/mount.${FSTYPE} if /sbin/mount.${FSTYPE} doesn't stat? ?usr/local/sbin would be a more suitable sopt for host specific files. I've needed to create a special mount program but

Bug#440032: postinst (almost) overwrites existing ssl cert/key

2007-08-30 Thread John Hedges
On Thu, Aug 30, 2007 at 08:23:18AM +0200, martin f krafft wrote: also sprach Jaldhar H. Vyas [EMAIL PROTECTED] [2007.08.30.0732 +0200]: if [ ${#SSL_CERT[*]} -eq 1 -a ${#SSL_KEY[*]} -eq 1 ]; then That's a bashism * 2: [*] as well as -a I suggest something like this instead: ## SSL Certs

Bug#440032: postinst (almost) overwrites existing ssl cert/key

2007-08-29 Thread John Hedges
This causes more serious problems for me as my keys are group readable. The certificates aren't regenerated, but are chmodded and chowned enough to break a working system. I suggest not grepping the config for the ssl files at all: simply ensure the default /etc/ssl/{certs,private}/dovecot.pem

Bug#418357: splay_0.9.5.2-8: FTBFS: broken debian/rules targets

2007-04-10 Thread John Hedges
On Mon, Apr 09, 2007 at 03:44:03AM -0700, Steve Langasek wrote: Package: splay Version: 0.9.5.2-8 Severity: serious Hi John, Your changelog for splay 0.9.5.2-8 says that you've done: * Renamed debian/rules binary-arch target to binary-indep and added empty binary-arch target.

Bug#297084: possible fix

2005-07-29 Thread John Hedges
I get the same problem. I found '\0's in the messages that caused the hang and this fix works for me - whether it is the right thing I couldn't say. John diff -ruN mutt-1.5.9.orig/imap/message.c mutt-1.5.9/imap/message.c --- mutt-1.5.9.orig/imap/message.c 2005-07-29 16:02:15.226860408 +0100 +++