Bug#491179: Provide mnemonics for the upgrade options in the upgrade dialog

2008-07-17 Thread Matt Kraai
On Thu, Jul 17, 2008 at 04:21:08PM +0100, Michael Vogt wrote: This is commited to my bzr branch and will be part of the next upload. Great! Thanks for the quick response. -- Matt http://ftbfs.org/ -- To UNSUBSCRIBE, email to [EMAIL

Bug#491252: description-synopsis-might-not-be-phrased-properly should not be triggered with etc.

2008-07-17 Thread Chris Lamb
Package: lintian Version: 1.24.2 Severity: wishlist Tags: patch description-synopsis-might-not-be-phrased-properly should probably not be triggered when description ends with etc.. For example: GUI frontend to create Debian LiveCDs, netboot images, etc. The period in etc. is required, even

Bug#488978: Audacious needs to depend on the correct version of its plugins

2008-07-17 Thread Charles Plessy
retitle 488978 Audacious must depend on the correct version of its plugins. notfixed 488978 1.5.1-1 thanks Dear William, I can also confirm that the combination of Audacious 1.5.1-1 and the plugins 1.5.0-2 will not be able to play sound (at least with alsa and pulseaudio). Audacious currently

Bug#457846: gnome-terminal.wrapper: problem with a particular command

2008-07-17 Thread Ben Hutchings
xterm supports both: 1. xterm -e command with separate arguments 2. xterm -e 'command line' It appears to do this by first trying: a. execvp(argv[0], argv) then if there is a single argument: b. execl(shell, basename(shell), '-c', argv[0], NULL) else c. execl(shell, basename(shell),

Bug#491253: fail2ban: all regexes fail

2008-07-17 Thread Andrew Schulman
Package: fail2ban Version: 0.8.2-3 Severity: important Hi. I'm trying to develop a new filter rule for SSL Explorer. A typical authentication failure in /opt/sslexplorer/logs/sslexplorer.log looks like this: 17-07-2008 17:23:25 [main-6] ERROR LogonAction - [161.80.31.219] authentication

Bug#491189: RM: gambc [arm armel ia64] -- ROM; ANAIS; bootstrapped compiler fails to run

2008-07-17 Thread Kurt B. Kaiser
On Thu, Jul 17 2008, Thomas Viehmann wrote: This is the wrong place to request this. Please use the addresses listed at the top of the P-a-s file. You will notice that the bug mail was also sent to [EMAIL PROTECTED], and gambc partial removal is now on

Bug#488978: [Pkg-audacious-maintainers] Bug#488978: Audacious needs to depend on the correct version of its plugins

2008-07-17 Thread William Pitcock
Hi Charles, On Fri, 2008-07-18 at 09:22 +0900, Charles Plessy wrote: retitle 488978 Audacious must depend on the correct version of its plugins. notfixed 488978 1.5.1-1 thanks Dear William, I can also confirm that the combination of Audacious 1.5.1-1 and the plugins 1.5.0-2 will not be

Bug#491221: Solved: eagle: scrambled GUI when Composite enabled

2008-07-17 Thread Kai-Martin
Closer examination of the pixel dust revealed that they are remnants of transparency gone wrong. Somebody in the german gnome usenet group hinted me to a workaround -- Set the environment variable XLIB_SKIP_ARGB_VISUALS in usr/bin/eagle. This resolved the issue for me:

Bug#383386: kchmviewer: failure to render some part of chm file (prado_wiki.chm)

2008-07-17 Thread Alban Browaeys
Package: kchmviewer Version: 3.1-2 Followup-For: Bug #383386 More info : kchmviewer and okular output this while loading this file : LCHMFileImpl::ParseAndFillTopicsTree: object tag is parsed, but both name and url are empty. gnochm also fails to load the API section . Only xchm works. Best

Bug#457846: gnome-terminal.wrapper: problem with a particular command

2008-07-17 Thread Ben Hutchings
Here's a patch to achieve xterm-compatible behaviour (except for (c) which doesn't seem important). Ben. diff -u gnome-terminal-2.22.3/debian/gnome-terminal.wrapper gnome-terminal-2.22.3/debian/gnome-terminal.wrapper --- gnome-terminal-2.22.3/debian/gnome-terminal.wrapper +++

Bug#418746: Gina Lisa Video gefunden

2008-07-17 Thread Christian
Tach! nach dem es nun wirklich veröffentlicht wurden, habe ich es auch gefunden in voller länge und kostenfrei, bin doch nicht blöd. Aber schau selbst, der typ von der nun ja haha der hat mehr Haare am Schwa als auf dem Kopf: http://www.gina-lisa-4-free.com/ Gruß Christian -- To

Bug#435770: Gina Lisa Video gefunden

2008-07-17 Thread Christian
Tach! nach dem es nun wirklich veröffentlicht wurden, habe ich es auch gefunden in voller länge und kostenfrei, bin doch nicht blöd. Aber schau selbst, der typ von der nun ja haha der hat mehr Haare am Schwa als auf dem Kopf: http://www.gina-lisa-4-free.com/ Gruß Christian -- To

Bug#430542: Gina Lisa Video gefunden

2008-07-17 Thread Christian
Tach! nach dem es nun wirklich veröffentlicht wurden, habe ich es auch gefunden in voller länge und kostenfrei, bin doch nicht blöd. Aber schau selbst, der typ von der nun ja haha der hat mehr Haare am Schwa als auf dem Kopf: http://www.gina-lisa-4-free.com/ Gruß Christian -- To

Bug#491254: ttf-wqy-zenhei: 66-wqy-zenhei-sharp.conf options setting need modify

2008-07-17 Thread Zhengpeng Hou
2008/7/18 [EMAIL PROTECTED]: Package: ttf-wqy-zenhei Version: 0.6.26-2 Severity: important -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale:

Bug#489190: Solved

2008-07-17 Thread Guillaume Morin
The noloop trick worked for 2.6.24 but failed for 2.6.25. I wrote to Dmitry Torokhov who told me to run the kernel with i8042.debug and send him the output of dmesg and dmidecode. He provided this patch which fixed the problem for me: Input: i8042 - add Arima-Rioworks HDAMB board to noloop

Bug#491257: liblua5.1-posix1: posix.rpoll does not works on pipes

2008-07-17 Thread Myhailo Danylenko
Package: liblua5.1-posix1 Version: 5.1.2-3 Severity: normal How to reproduce: [isbear:~] cat one adsf fasdfea adf fdasfeaf fdaaa fdag fdasasddf [isbear:~] cat luatest2.lua -- pipe require ( 'posix' ) f = io.popen ( 'cat one' ) c = 10 while c 0 do c = c - 1 ret =

Bug#491258: cpqarrayd: GPL vs libssl

2008-07-17 Thread Matt Taggart
Package: cpqarrayd Version: 2.3-1 When packaging the newest upstream cpqarrayd release (2.3), lintian gave me a warning about this GPL'd package linking against openssl W: cpqarrayd: possible-gpl-code-linked-with-openssl N: N: This package appears to be covered by the GNU GPL but depends on

Bug#448494: fontconfig: Removing ttf-arphic-uming makes anti-aliasing work again.

2008-07-17 Thread Byron Clark
Package: fontconfig Version: 2.6.0-1 Followup-For: Bug #448494 I'm seeing this bug on my system, but if I purge the ttf-arphic-uming package, Qt4 fonts are antialiased once again. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable')

Bug#491259: cpqarrayd: configure warning

2008-07-17 Thread Matt Taggart
Package: cpqarrayd Version: 2.3-1 I noticed on my most recent build of this package the following configure warning, checking ida_ioctl.h usability... no checking ida_ioctl.h presence... yes configure: WARNING: ida_ioctl.h: present but cannot be compiled configure: WARNING: ida_ioctl.h:

Bug#491260: Move freecol to main

2008-07-17 Thread Sikon
Package: freecol Version: 0.7.4.dfsg-1 openjdk-6 is now in Debian main. Since libwoodstox-java and freecol have it in alternate dependencies, they can be now moved from contrib to main. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#491261: /etc/rcS.d:S20module-init-tools - S08module-init-tools so linux-2.6.26's rtc-cmos.ko loaded before S11hwclock.sh

2008-07-17 Thread Geoffrey Brimhall
Package: module-init-tools Version: 3.4-1 When I switched to using linux-2.6.26 which has the rtc-cmos.ko as a module, my system time got off. To fix it, I needed to: 1). Add rtc-cmos to /etc/modules 2). Bump running of /etc/rcS.d/S20module-init-tools to /etc/rcS.d/S08module-init-tools so the

Bug#490904: pidgin: Pidgin frozen after attempt to get online

2008-07-17 Thread Ari Pollak
Ďoďo wrote: When I go off-line and then again on-line Pidgin sometimes hangs. I have to kill it at then start again. Everything is working then again smoothly. Are you using Jabber/XMPP? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#491262: ITP: nose-scenario -- test scenario adaptation plugin for nose

2008-07-17 Thread Ben Finney
Package: wnpp Severity: wishlist Owner: Ben Finney [EMAIL PROTECTED] * Package name: nose-scenario Version : 0.1 Upstream Author : Ben Finney [EMAIL PROTECTED] * URL : http://pypi.python.org/pypi/nose_scenario/ * License : GPL-2+ Programming Lang: Python

Bug#491263: network-console, etch netinst, openssh

2008-07-17 Thread Mike Edwards
Package: network-console Version: 1.11 A few issues relating to network-console on etch netinst 4.0r3: * Keys generated by network-console are found on the blacklist included with newer versions of openssh-server. * If network-console is used for a new installation, openssh-server is installed

Bug#491265: Grammar in description: s/transcript/transcribe/

2008-07-17 Thread Trent W. Buck
Package: ttf-linex Version: 2.2-1 Severity: minor Tags: patch These line items are unconventional English: * API PHONÉTIQUE: Designed to phonetically transcript French texts * IPA PHONETICS: Designed to phonetically transcript English texts I suggest using either designed to phonetically

Bug#491264: Typo in description: s/Ellegant/Elegant/

2008-07-17 Thread Trent W. Buck
Package: ttf-linex Version: 2.2-1 Severity: minor Tags: patch In the description field, elegant is misspelled. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core) Locale:

Bug#490533: libupnp4: missing various dependencies

2008-07-17 Thread Dmitry E. Oboukhov
Nick, Can You make package libupnp with?: libupnp3-dev (remove Provides record) libupnp3 libupnp3-dbg and _empty_ libupnp-dev depends from libupnp3-dev If libupnp4 becames stable, then we'll move libupnp-dev into it. If You know the better variant, tell me. PS: You can set

Bug#486484: iceweasel: Iceweasel crashes and disappears

2008-07-17 Thread Mike Hommey
On Thu, Jul 17, 2008 at 06:31:00PM -0500, Peter Hombach wrote: Package: iceweasel Version: 3.0~rc2-2 Followup-For: Bug #486484 After upgrading, iceweasel briefly opens, tries to load one of the extensions (flashgot), and disappears. After complete removal and a clean new installtion,

Bug#491266: valgrind: cachegrind warning messages confusing if cache params explicitly specified

2008-07-17 Thread Miles Bader
Package: valgrind Version: 1:3.3.1-2 Severity: minor Cachegrind apparently examines the current CPU to choose default cache parameters, and gives various related warning messages. However, it does this even when the user explicitly specifies other cache parameters which will override the

Bug#491267: tedia2sql: foreign key bug with mysql output

2008-07-17 Thread Nick Hastings
Package: tedia2sql Version: 1.2.12-2 Severity: normal Tags: patch When using mysql output tedia2sql will produce an partly commented line. It appears that perhaps this line was intended to be entirely commented out, assuming that mysql cannot deal with this syntax. Please find the patch below:

Bug#491263: network-console, etch netinst, openssh

2008-07-17 Thread Frans Pop
reassign 491263 debian-installer 20070308etch2 thanks On Friday 18 July 2008, Mike Edwards wrote: A few issues relating to network-console on etch netinst 4.0r3: * Keys generated by network-console are found on the blacklist included with newer versions of openssh-server. * If

<    1   2   3   4