Bug#500446: mp3splt: include gtk+2 frontend

2008-09-28 Thread Andrew O. Shadoura
Package: klogic Version: 2.1c-4 Severity: wishlist Hello. http://mp3splt.sourceforge.net/mp3splt_page/ says that there's mp3splt-gtk, which is a graphical front-end for mp3splt. Please package it (as separate package with mp3splt dependency), and please upgrade both to 2.2 version. Thanks.

Bug#492435: ITP: lcdtest -- LCD Monitor Test Pattern Generator

2008-07-25 Thread Andrew O. Shadoura
Package: wnpp Severity: wishlist Owner: Andrew O. Shadoura [EMAIL PROTECTED] * Package name: lcdtest Version : 1.08 Upstream Author : Eric Smith [EMAIL PROTECTED] * URL : http://www.brouhaha.com/~eric/software/lcdtest/ * License : GPL Programming Lang: C

Bug#493927: kicker-applets: add support for Audacious

2008-08-05 Thread Andrew O. Shadoura
Package: kicker-applets Severity: wishlist Tags: patch Hello. I've just added Audacious support to mediacontrol applet. Here's the patch which enables this. Note that you have to re-generate configure script as I added modifications to kicker-applets/mediacontrol/configure.in.in and thus they

Bug#493927: kicker-applets: add support for Audacious

2008-08-18 Thread Andrew O. Shadoura
Hello Ana. On 14 August 2008, Ana Guerrero wrote: I am afraid this is a bit late for Debian Lenny, and after Lenny is released, we are switching to KDE 4. But you could submti this to bugs.kde.org to get it added in kde 3.5.10. Sorry, just to clarify. Do you mean KDE 3.* will be *excluded*

Bug#499724: klogic: garbage in about window

2008-09-21 Thread Andrew O. Shadoura
Package: klogic Version: 1.63-3 Severity: important Hello. About tab in about window shows 15 squares before (c) 2003 Andreas Rostin. Also, there's non-functional menu item maintenance in Help menu. -- WBR, Andrew signature.asc Description: This is a digitally signed message part.

Bug#484882: gtk-qt-engine: fix focus rect drawing routine

2008-07-20 Thread Andrew O. Shadoura
Hello. On 21 July 2008, Christopher Martin wrote: I'm running a patched gtk-qt-engine with Andrew Shadoura's collection of patches. They fix most of the theme issues I'm having with FF3. Indeed, these patches are totally wrong except for the first one. Others *can* works sometimes, or not

Bug#484882: gtk-qt-engine: fix focus rect drawing routine

2008-07-20 Thread Andrew O. Shadoura
Hello Bastian. On 21 July 2008, you wrote: Which one is the one I should include then? gtk-qt-engine.patch? Or also the second one in our BTS? Yes, you can include this: gtk-qt-engine.patch. I will work further to produce *correct* solution, but this patch can be applied. -- WBR, Andrew

Bug#484882: gtk-qt-engine: fix focus rect drawing routine

2008-07-20 Thread Andrew O. Shadoura
Hello. On 21 July 2008, Christopher Martin wrote: I guess I didn't test all the patches thoroughly; I just noted that the obvious visual glitch that I noticed at first went away, so I assumed that the other problems mentioned were covered as well... The most strange thing is that patches

Bug#498414: bind(2): change AF_* to PF_* where needed

2008-09-09 Thread Andrew O. Shadoura
Package: manpages-dev Severity: normal Tags: patch Hello. There's no such protocol family AF_UNIX, AF_INET etc., those are *address* families. Protocol families are PF_UNIX, PF_INET etc. as specified in socket(2) manpage. -- WBR, Andrew --- bind.2 2008-03-14 10:43:47.0 +0200 +++

Bug#359016: mc: Internal viewer/editor does not display 8-bit chars correctly

2008-06-04 Thread Andrew O. Shadoura
Hello. On 2 June 2008, Milan Straka wrote: With the same mc version I am experiencing the same problem. My system locale is ISO-8859-2, the files are encoded in ISO-8859-2, but mcview displays characters with code = 128 corrupted in asciiview. Hexview in mcview works fine with these

Bug#484882: gtk-qt-engine: fix focus rect drawing routine

2008-06-07 Thread Andrew O. Shadoura
Package: gtk-qt-engine Severity: important Tags: patch Hello. gtk-gt-engine's focus drawing routine re-draws background, and it prevents Firefox 3 from displaying some widgets normally (e.g., checkboxes and radiobuttons embedded into html). This patch fixes this behaviour. P.S. See also

Bug#359016: mc: Internal viewer/editor does not display 8-bit chars correctly

2008-05-16 Thread Andrew O. Shadoura
Hello. I can confirm this bug in lenny's mc 4.6.2~pre1-7. mcedit works correctly, mcview strips out most significant bit. I have be_BY locale which assumes cp1251 charset. Setting locale to be_BY.cp1251 doesn't change anything -- WBR, Andrew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#481539: [Syntax] NEW: vhdl.syntax

2008-05-16 Thread Andrew O. Shadoura
Package: mc Severity: wishlist Hello. Please add this VHDL syntax file by Adam Pribyl. The string for the Syntax file is: === cut === file ..\*\\.([Vv][Hh](([Dd]([Ll]?))|[Ww]))$ VHDL\sFile include vhdl.syntax === cut === -- WBR, Andrew # Adam Pribyl, based on ADA # missing # generate,

Bug#485446: kde juk dependencies

2008-06-09 Thread Andrew O. Shadoura
Package: kde Hello. Couldn't you remove juk from kde and kde-multimedia dependencies so I can uninstall it without removing whole kde? Thanks. -- WBR, Andrew signature.asc Description: This is a digitally signed message part.

Bug#484882: gtk-qt-engine: fix focus rect and arrow drawing routine

2008-06-12 Thread Andrew O. Shadoura
Hello. Recently discovered one more bug. Firefox 3 requires arrows to be drawn transparently just as focus rects. Attached are: - arrows in ff3 before applying the patch - arrows in ff3 after applying the patch - the patch itself (needs to be applied just after a patch for focus rect because

Bug#359016: [patch] mc: Internal viewer/editor does not display 8-bit chars correctly

2008-05-27 Thread Andrew O. Shadoura
Hello. This seems to work fro me. At least, it fixes mc viewer: it works both with my cp1251 and utf-8. But what is still not working is C-T charset switching in viewer. -- WBR, Andrew --- src/tty.c +++ src/tty.c @@ -139,7 +139,7 @@ * good for me. So please don't mess with Red Hat

Bug#484882: gtk-qt-engine: some more patches

2008-06-18 Thread Andrew O. Shadoura
Hello. I've done some more patches and published them here: http://hg.atheme.org/users/chrome/gtk-qt-engine-patches/ Patches available there were written against 1:0.8-2 version. Also I plan to fix many other issues with this engine. -- WBR, Andrew signature.asc Description: This is a

Bug#548248: tkgate: cannot start simulator

2009-09-24 Thread Andrew O. Shadoura
Package: tkgate Version: 1.8.7 Hello. TkGate looks for simulator in the wrong place. The patch fixes this behaviour. -- WBR, Andrew --- scripts/parms.tcl.orig 2008-02-18 22:19:45.0 +0200 +++ scripts/parms.tcl 2009-09-21 17:37:52.0 +0300 @@ -38,7 +38,7 @@ # # Executable for

Bug#570102: --data-urlencode

2010-12-11 Thread Andrew O. Shadoura
Hello, On Sun, 21 Feb 2010 23:26:18 +0100 (CET) Daniel Stenberg dan...@haxx.se wrote: See --data-urlencode curl supports urlencoding just fine. Daniel, have you read my message? Have you tried the code above? First, I'm speaking of cURL as library, not a separate program. But okay, let's

Bug#570102: --data-urlencode

2010-12-11 Thread Andrew O. Shadoura
Hello, On Sat, 11 Dec 2010 17:12:56 +0200 Andrew O. Shadoura bugzi...@tut.by wrote: That doesn't follow RFC1738. Oops, that's exactly RFC1738 but not application/x-www-form-urlencoded. cURL does RFC1738 but doesn't application/x-www-form-urlencoded, and that's what I'm really speaking about

Bug#570102:

2010-12-27 Thread Andrew O. Shadoura
Hello, On Mon, 27 Dec 2010 21:29:15 +0100 (CET) Daniel Stenberg dan...@haxx.se wrote: '+' MUST be supported. I need to decode it using curl. I'm unable to do this currently. Ah, now I think understand what you're saying. You say you want curl_easy_unescape() to convert '+' into space.

Bug#612896: apt-listbugs: cannot connect over IPv6

2011-02-11 Thread Andrew O. Shadoura
Package: apt-listbugs Version: 0.1.3 Hello, I have IPv6-only system, and apt-listbugs doesn't work there: Reading package fields... Done Reading package status... Done Retrieving bug reports... 0% Fail Error retrieving bug reports from the server with the following error message: W: Network is

Bug#612896: apt-listbugs: cannot connect over IPv6

2011-02-11 Thread Andrew O. Shadoura
Hello, On Fri, 11 Feb 2011 14:09:18 +0200 Andrew O. Shadoura bugzi...@tut.by wrote: Package: apt-listbugs Version: 0.1.3 Oops, I see the log is unreadable. Re-attaching. -- WBR, Andrew open(/lib/i686/cmov/libresolv.so.2, O_RDONLY) = 3 read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0

Bug#612896: apt-listbugs: cannot connect over IPv6

2011-02-11 Thread Andrew O. Shadoura
Hello, On Fri, 11 Feb 2011 21:32:00 +0100 Francesco Poli f...@firenze.linux.it wrote: Since apt-listbugs does not handle networking directly, but relies on libraries to do that, I think the actual bug is in the responsible library. I am reassigning the bug report to the (hopefully)

Bug#600474: some TrueType fonts are broken

2011-02-22 Thread Andrew O. Shadoura
Hello, On Tue, 22 Feb 2011 21:48:54 +0100 Cyril Brulebois k...@debian.org wrote: Package: xserver-xorg-video-intel Version: 2:2.13.0-1 Severity: important Some fonts are rendered incorrectly after the latest X update. Not sure what exact package caused that, but anyway. are you

Bug#600474: some TrueType fonts are broken

2011-02-22 Thread Andrew O. Shadoura
Hello, On Tue, 22 Feb 2011 22:20:04 +0100 Cyril Brulebois k...@debian.org wrote: No, it's not gone. Example's attached. Yay. Thanks. Please try the patch in #614296: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=0001-Tentative-fix-for-614296.patch;att=1;bug=614296 Exactly

Bug#615947: idn: license banner should be displayed in interactive mode only

2011-03-01 Thread Andrew O. Shadoura
Package: idn Version: 1.18-1 Severity: wishlist Tags: upstream GPLv2 says: 2 c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an

Bug#615947: idn: license banner should be displayed in interactive mode only

2011-03-01 Thread Andrew O. Shadoura
Hello, On Tue, 01 Mar 2011 13:55:57 +0100 Simon Josefsson si...@josefsson.org wrote: The 'idn' tool is licensed under GPLv3 which says: If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: program Copyright (C)

Bug#616049: hg-git: cannot import a repo: argument 1 must be string or read-only buffer, not None

2011-03-01 Thread Andrew O. Shadoura
Package: mercurial-git Version: 0.2.5-1 Severity: important Hello. First thing, though it is possibly not very important is that the extension doesn't work if I just put hggit= in my .hgrc. I have to specify the full path there. Second, when I try to hg clone git://..., it fails with the

Bug#616092: hg-git: unable to connect on IPv6-only host

2011-03-02 Thread Andrew O. Shadoura
Package: mercurial-git Version: 0.2.5-1 Severity: important Tags: ipv6 Fails to connect to the server through NAT64 on IPv6-only host: $ host github.com github.com has address 207.97.227.239 github.com has IPv6 address 2001:470:...::cf61:e3ef github.com mail is handled by 10

Bug#616121: tsocks: don't install utilities in /usr/bin

2011-03-02 Thread Andrew O. Shadoura
Package: tsocks Version: 1.8beta5-9.1 Severity: wishlist Hello. Please don't install validateconf and saveme, and possibly inspectsocks too into /usr/bin, but better somewhere in /usr/lib/tsocks (afair, it's permitted by policy). Or, possibly, the binaries' names may be changed, as they are to

Bug#570102:

2010-12-27 Thread Andrew O. Shadoura
Hello, On Sat, 11 Dec 2010 19:10:45 +0100 (CET) Daniel Stenberg dan...@haxx.se wrote: I'm sorry but I'm completely missing the point here. What are you suggesting (lib)curl should do and when? HTML4 standard says: Space characters are replaced by `+', and then reserved characters are

Bug#570102:

2010-12-27 Thread Andrew O. Shadoura
Hello, On Mon, 27 Dec 2010 18:45:36 +0200 Andrew O. Shadoura bugzi...@tut.by wrote: I think the beast way would be making a curl option that enables Sorry, the BEST way, not the BEAST :) -- WBR, Andrew signature.asc Description: PGP signature

Bug#570102:

2010-12-27 Thread Andrew O. Shadoura
Hello, On Mon, 27 Dec 2010 19:18:09 +0100 (CET) Daniel Stenberg dan...@haxx.se wrote: So, you're saying that you have a server that doesn't understand %20 as space but insists on spaces to appear as '+'? Besides nitpicking, I'm trying to understand what problem you're trying to solve. No,

Bug#570102:

2010-12-27 Thread Andrew O. Shadoura
Hello, On Mon, 27 Dec 2010 19:31:36 +0100 (CET) Daniel Stenberg dan...@haxx.se wrote: The reverse? curl encodes the data, surely your server end needs to DECODE the data then? Curl has both encode and decode functions. I use decode. Also, some libraries depend on curl to perform this

Bug#608136: ITP: tayga -- userspace stateless NAT64

2010-12-27 Thread Andrew O. Shadoura
Package: wnpp Hello. Package name: tayga Version : 0.9 Upstream Authors: Nathan Lutchansky lutch...@litech.org URL : http://www.litech.org/tayga/ License : GPLv2+ Programming Lang: C Description : userspace stateless NAT64 TAYGA is an out-of-kernel stateless

Bug#616595: debian-maintainers: Please add Andrew O. Shadoura as Debian Maintainer

2011-03-05 Thread Andrew O. Shadoura
'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.36-trunk-686 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/bash Comment: Add Andrew O

Bug#504078: mc: Syntax: NEW: awk.syntax

2008-10-31 Thread Andrew O. Shadoura
Hello. Slightly modified patch version. -- WBR, Andrew diff -uN a/awk.syntax b/awk.syntax --- a/awk.syntax +++ b/awk.syntax @@ -0,0 +1,132 @@ +# This is Cooledit syntax-file for +# awk file. +# Created by Andres Farfan, [EMAIL PROTECTED] +# Feel free to copy modify this. +# 09/2004 +

Bug#484488: mc: special path names work also on the filesystem

2008-10-31 Thread Andrew O. Shadoura
Hello. I can confirm that this problem presents, at least on GNU Midnight Commander 4.6.1 Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish, smbfs With builtin Editor Using system-installed S-Lang library with terminfo database With subshell support as default With support for background

Bug#504078: mc: Syntax: NEW: awk.syntax

2008-10-31 Thread Andrew O. Shadoura
Package: mc Severity: wishlist Hello. Please add this AWK syntax file by Andres Farfan, [EMAIL PROTECTED] -- WBR, Andrew diff -uN a/awk.syntax b/awk.syntax --- a/awk.syntax +++ b/awk.syntax @@ -0,0 +1,132 @@ +# This is Cooledit syntax-file for +# awk file. +# Created by Andres Farfan, [EMAIL

Bug#570102: curl: doesn't support application/x-www-form-urlencoded

2010-02-16 Thread Andrew O. Shadoura
Package: curl Version: 7.19.5-1 Severity: normal Hello. cURL doesn't support application/x-www-form-urlencoded encoding, and this is stated explicitly nowhere in the documentation, thus causing much confustion As per http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1,

Bug#569018: openssh-client: recreate mux control socket

2010-02-09 Thread Andrew O. Shadoura
Package: openssh-client Version: 1:5.3p1-1 Hello. This patch enables re-creation of the control socket for multiplexing. Without it, if ssh dies, it leaves socket in place, and newly started ssh cannot bind to it. -- WBR, Andrew --- openssh-5.3p1.orig/mux.c 2010-02-09 14:35:32.0

Bug#569018: openssh-client: recreate mux control socket

2010-02-09 Thread Andrew O. Shadoura
On Tuesday 09 February 2010 18:22:45 Colin Watson wrote: On Tue, Feb 09, 2010 at 02:45:41PM +0200, Andrew O. Shadoura wrote: This patch enables re-creation of the control socket for multiplexing. Without it, if ssh dies, it leaves socket in place, and newly started ssh cannot bind

Bug#159884: a patch to support including files into /e/n/i

2010-01-06 Thread Andrew O. Shadoura
Hello. This patch adds source directive to ifupdown. The syntax is: source filename -- WBR, Andrew --- ifupdown-0.7~alpha3.orig/ifupdown.nw 2007-12-21 16:22:19.0 +0200 +++ ifupdown-0.7~alpha3/ifupdown.nw 2010-01-06 13:14:07.346693395 +0200 @@ -1233,14 +1233,20 @@ exported symbols=

Bug#504981: tk8.5-dev: add ttk includes

2008-11-08 Thread Andrew O. Shadoura
Package: tk8.5-dev Hello. Version 8.5 includes ttk, so their includes should be shipped with tk8.5-dev. -- WBR, Andrew --- a/debian/rules +++ b/debian/rules @@ -85,6 +85,8 @@ # Fix up the include files. install -d debian/tmp/usr/include/tcl$(v)/tk-private/generic cp generic/*.h

Bug#505241: mserv: tags are not read, .trk files have empty fields

2008-11-10 Thread Andrew O. Shadoura
Package: mserv Tags: patch Hello. This is a patch to mserv that fixes tag handling by using TagLib's C bindings. -- WBR, Andrew diff -ur mserv-0.35/configure.ac mserv-0.35-/configure.ac --- mserv-0.35/configure.ac 2003-08-03 17:57:19.0 +0300 +++ mserv-0.35-/configure.ac 2008-11-11

Bug#504144: htop: Does not filter non-printable characters in process names

2008-11-14 Thread Andrew O. Shadoura
Tags: patch Hello. Here's the patch that fixes this behaviour. -- WBR, Andrew diff -r d816b3b76b28 RichString.c --- a/RichString.c Sat Nov 15 04:42:09 2008 +0200 +++ b/RichString.c Sat Nov 15 05:09:32 2008 +0200 @@ -29,7 +29,7 @@ inline void RichString_appendn(RichString* this, int attrs,

Bug#540329: bash-completion: complete on invoke-rc.d, not only service

2009-08-07 Thread Andrew O. Shadoura
Package: bash-completion Severity: wishlist Version: 20080705 Hello. This patch adds completion on invoke-rc.d (same as for service). -- WBR, Andrew --- /etc/bash_completion +++ /etc/bash_completion @@ -622,7 +622,7 @@ # don't complete for things like killall, ssh and mysql if it's #

Bug#540329: bash-completion: complete on invoke-rc.d, not only service

2009-08-07 Thread Andrew O. Shadoura
fixed 540329 1:1.0-3 thanks Hello. Just tested version from testing, the bug is fixed there. -- WBR, Andrew -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#540815: ITP: abi-compliance-checker - backward and forward binary compatibility checker

2009-08-10 Thread Andrew O. Shadoura
Package: wnpp Severity: wishlist Hello. I intent to package the following software: * Package name: abi-compliance-checker Version: 1.2 Upstream Author: Andrey Ponomarenko susa...@ispras.ru * URL: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker * License: GPLv3

Bug#524202: ITP: gdigi - utility to control DigiTech effect pedals

2009-08-10 Thread Andrew O. Shadoura
retitle 524202 ITP: gdigi - utility to control DigiTech effect pedals owner 524202 ! thanks Hello. I'm going to package this software. Actually, some versions of the package are uploaded to mentors.debian.net already. -- WBR, Andrew -- To UNSUBSCRIBE, email to

Bug#540247: ITP: abi-compliance-checker -- tool for checking binary compatibility of shared libraries

2009-08-10 Thread Andrew O. Shadoura
Hello. Heh, I'm the third who tried packaging this tool :-) Btw, I've written a manpage, too. My version of this package is here: http://shadoura.com/~andrew/abi-compliance-checker/ -- WBR, Andrew -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#536417: gaphor: broken install

2009-07-09 Thread Andrew O. Shadoura
Package: gaphor Version: 0.13.0-1 Hello. Just tried to install gaphor from unstable. After some troubles with installing py2.4 and zope3, I finally have installed it, but here's what I've got: sh-3.2$ gaphor Traceback (most recent call last): File /usr/bin/gaphor, line 7, in ? sys.exit(

Bug#536419: zope3: broken install

2009-07-09 Thread Andrew O. Shadoura
Package: zope3 Version: 3.4.0-1 Hello. Just have tried to install gaphor which uses zope3, and install was completely broken: booq:~# apt-get install gaphor Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be

Bug#569018: openssh-client: recreate mux control socket

2010-03-29 Thread Andrew O. Shadoura
Hello Colin. On Tuesday 09 February 2010 18:22:45 Colin Watson wrote: (Also, it would be best for this to go upstream to bugzilla.mindrot.org. I can proxy for you if you like, but sometimes it's both better and quicker for upstream to be able to discuss the patch directly with the author

Bug#149395: Fwd: a patch to support including files into /e/n/i

2010-03-29 Thread Andrew O. Shadoura
---BeginMessage--- Hello. This patch adds source directive to ifupdown. The syntax is: source filename -- WBR, Andrew --- ifupdown-0.7~alpha3.orig/ifupdown.nw 2007-12-21 16:22:19.0 +0200 +++ ifupdown-0.7~alpha3/ifupdown.nw 2010-01-06 13:14:07.346693395 +0200 @@ -1233,14 +1233,20 @@

Bug#571186: smbfs: strange things happen if module removed from kernel

2010-02-23 Thread Andrew O. Shadoura
Package: smbfs Version: 2:3.4.0-3 Severity: normal Hello. Not sure if it is really a bug, but anyway. Imagine first, we have CIFS share mounted: //DOOMSTAR/kafedra on /home/andrew/smb4k/doomstar/kafedra type cifs (rw,mand,nosuid,nodev,user=andrew) Next, network link goes down forever: Feb

Bug#569018: openssh-client: recreate mux control socket

2010-09-24 Thread Andrew O. Shadoura
tags 569018 + fixed-upstream -- Hello. The bug is fixed by recent upstream commit: --- Comment #1 from Damien Miller d...@mindrot.org 2010-09-24 22:20:14 EST OpenSSH -current now atomically establishes a listening mux master socket at the specified location, so a client encountering a mux

Bug#159884: ifupdown: a patch to support including files into /e/n/i

2010-10-02 Thread Andrew O. Shadoura
Hello. This is the updated version of the patch above, supporting glob-like wildcards, tilde expansion and environment variable expansion as per wordexp(3). The syntax is still the same: source /etc/network/interfaces.d/* -- WBR, Andrew diff -pu ifupdown-0.7~alpha3.orig/ifupdown.nw

Bug#314819: The ifup eth0 or even ifup lo fails but the same command using strace -f works

2010-10-28 Thread Andrew O. Shadoura
Hello. On Monday 13 September 2010 11:52:51 Eric Valette wrote: As subject says, its a weird problem, as neither the config file is broken but changing timing slightly make it work. It fails alaos with lo so it is not a driver problem. I guess the way to determine the interface has chnaged

Bug#349148: ifupdown: up command fails if there is + character in it

2010-10-28 Thread Andrew O. Shadoura
Hello. On Saturday 21 January 2006 11:39:09 you wrote: Package: ifupdown Version: 0.6.7 Severity: important Dan, do you still experience this issue? I have 0.6.10 and cannot reproduce this bug. -- WBR, Andrew signature.asc Description: This is a digitally signed message part.

Bug#603743: brasero: cannot add directory with files starting with .

2010-11-16 Thread Andrew O. Shadoura
Package: brasero Version: 2.30.3-1 Severity: important I cannot add a directory with files/directories whose names start with . --- those files/directories just disappear. Adding those directories by hand works, though. This makes almost impossible for me to make a backup of my projects/

Bug#603747: brasero: segfaults when deleting a directory from the tree

2010-11-16 Thread Andrew O. Shadoura
Package: brasero Version: 2.30.3-1 Severity: normal Brasero segfaults sometimes when removing files and directories from the filetree: Nov 16 23:22:53 ileemo kernel: [ 2394.712453] brasero[4473] segfault at 4 ip b77a6d60 sp bf87f6e8 error 4 in libbrasero-burn.so.0.2.0[b7742000+7f000] --

Bug#603747: brasero: segfaults when deleting a directory from the tree

2010-11-17 Thread Andrew O. Shadoura
Hello. On Wednesday 17 November 2010 10:31:37 you wrote: Please provide a stack trace in order to debug this: http://wiki.debian.org/HowToGetABacktrace Yes, I will, but I haven't found a way to reproduce it yet :( -- WBR, Andrew signature.asc Description: This is a digitally signed message

Bug#599700: ITP: libguess -- a high-speed character set detection library

2010-10-10 Thread Andrew O. Shadoura
Package: wnpp Hello. Package name: libguess Version : 1.0 Upstream Authors: Shiro Kawai sh...@lava.net Yoshiki Yazawa y...@cc.rim.or.jp William Pitcock neno...@atheme.org URL : http://www.atheme.org/project/libguess License :

Bug#504078: mc: Syntax: NEW: awk.syntax

2009-05-11 Thread Andrew O. Shadoura
Hello. On 11 May 2009, Denis Briand wrote: Thank you very much Andrew for your great patch. But, sorry, I found an awk.syntax file in next upstream version. This file is attached to this message. Maybe you can improve it. It will be integrated in next mc Debian package. You can improve

Bug#519673: inkscape: non-valid XML output when input has utf-8 comments

2009-03-14 Thread Andrew O. Shadoura
Package: inkscape Version: 0.46-3 Severity: important Tags: fixed-upstream Hello. Inkscape 0.46 produces non-valid XML output when saving SVG if original file contained comments with utf-8 text. Steps to reproduce: 1. Open test.svg (attached) 2. Save as a copy. 3. In the output file, utf-8

Bug#509130: avrdude: add direct SPI mode

2008-12-18 Thread Andrew O. Shadoura
Package: avrdude Version: 5.5-4 Tags: patch Hello. This patch adds new commands to avrdude's terminal mode to support direct SPI transfers. Two commands are added: spi This command sets RESET# to inactive state allowing AVR to run. pgm This command returns AVR into programming mode

Bug#509397: pilrc: Should this package be removed?

2009-02-20 Thread Andrew O. Shadoura
Hello. On 15 February 2009, Moritz Muehlenhoff wrote: * Inactive upstream. (Last upstream tarball was 2004). It's not really a problem. * Depends on Gtk1.2 which is scheduled for removal. But there's a patch which removes this dependency. Plus, the package description says: | PilRC

Bug#521010: libmcs: add doxygen'ed documentation package

2009-03-24 Thread Andrew O. Shadoura
Package: mcs Version: 0.7.1-1 Hello. It would be good if libmcs maintainer could do doxygen and make a package libmcs-doc. Doxyfile is present in the upstream, sources are doxygen-aware. Thanks. -- WBR, Andrew signature.asc Description: This is a digitally signed message part.

Bug#587016: iceweasel: throbber isn't animated in 3.6.*

2010-06-24 Thread Andrew O. Shadoura
Package: iceweasel Version: 3.6.4~build2-1 Severity: normal Hello. I've just updated my Firefox (more precisely, Iceweasel) to 3.6.4~build2-1 version and noticed that throbber (see attachment) is not animating anymore. It just freezes, while page still seems to load. A month ago I've tested

Bug#587522: ITP: twms -- tiny WMS service

2010-06-29 Thread Andrew O. Shadoura
Package: wnpp Severity: wishlist Owner: Andrew O. Shadoura bugzi...@tut.by * Package name: twms Version : 0.01q Upstream Author : Darafei Praliaskouski m...@komzpa.net * URL : http://code.google.com/p/twms/ * License : GPL-3+ Programming Lang: Python

Bug#545367: acx100-source: module FTBFS with 2.6.31 kernel

2009-11-24 Thread Andrew O. Shadoura
reopen 545367 found 545367 20080210-1.1 thanks Hello. Just upgraded the kernel and did `m-a a-i acx100`. And it failed. The log is attached. -- WBR, Andrew touch config.mk \ /usr/bin/make -C /lib/modules/2.6.31-1-686/build M=/usr/src/modass/usr_src/modules/acx100 clean

Bug#519315: O: tclxml

2009-11-07 Thread Andrew O. Shadoura
Hello. I would like to become a new maintainer for this package. I've just prepared a new version, and it seems to work, and package appaers to be lintian-clean, even with --pedantic. -- WBR, Andrew signature.asc Description: This is a digitally signed message part.

Bug#545151: ITP: libnatspec -- a library for national and language-specific issues

2009-09-05 Thread Andrew O. Shadoura
Package: wnpp Severity: wishlist Owner: Andrew O. Shadoura bugzi...@tut.by * Package name: libnatspec Version : 0.2.4 Upstream Authors: Vitaly Lipatov l...@etersoft.ru, Pavel Vainerman p...@etersoft.ru * URL : http://natspec.sourceforge.net

Bug#550732: audacious: restore default output plugin

2009-10-12 Thread Andrew O. Shadoura
Package: audacious Version: 2.1-1+b1 Hello. Please remove the patch from Ubuntu changing default output to PulseAudio, and restore upstream version behaviour. -- WBR, Andrew signature.asc Description: This is a digitally signed message part.

Bug#619472: X.org with i915 produces garbage sometimes being run on Linux 2.6.38

2011-03-25 Thread Andrew O. Shadoura
Hello, On Thu, 24 Mar 2011 20:21:44 +0100 Cesare Leonardi celeo...@gmail.com wrote: On 24/03/2011 11:30, Andrew O. Shadoura wrote: After upgrading the kernel, X.org produces garbage in random screen areas. That garbage persists in the windows in which it appears (I'm able to take

Bug#619472: X.org with i915 produces garbage sometimes being run on Linux 2.6.38

2011-03-26 Thread Andrew O. Shadoura
Hello, On Sat, 26 Mar 2011 17:09:12 + Ben Hutchings b...@decadent.org.uk wrote: ** Command line: root=UUID=970a25e2-30c2-4cd0-b6b0-0cc69e297c52 ro quiet splash video=radeonfb:mode_option=1400x1050-24@60 [...] You're loading radeonfb on a system with an Intel GPU? Harmless but a

Bug#619472: X.org with i915 produces garbage sometimes being run on Linux 2.6.38

2011-03-26 Thread Andrew O. Shadoura
Hello all, The bugs is reported to be fixed here: http://cgit.freedesktop.org/~ickle/linux-2.6/commit/?h=2.6.38id=3b936797f5e4623ae1b80a5f0c4df30a17360bf5 -- WBR, Andrew signature.asc Description: PGP signature

Bug#619472: X.org with i915 produces garbage sometimes being run on Linux 2.6.38

2011-03-26 Thread Andrew O. Shadoura
Hello, On Sat, 26 Mar 2011 21:27:14 +0100 Sebastian Reichel s...@debian.org wrote: My previous laptop had Mobility Radeon 7500 (which by the way wasn't fully supported by X --- I had no hardware acceleration). That's not correct, my previous laptop also had a Radeon 7500 Mobility and I

Bug#620537: RFP: cm-unicode -- scalable PostScript and OpenType fonts based on Computer Modern with Unicode support

2011-04-02 Thread Andrew O. Shadoura
Package: wnpp Severity: wishlist * Package name: cm-unicode Version : 0.7.0 Upstream Author : Andrey V. Panov * URL : http://cm-unicode.sourceforge.net * License : OFL Description : scalable PostScript and OpenType fonts based on Computer Modern with

Bug#630137: check-network-cable should be able to run without ethtool or mii-tool installed

2011-06-13 Thread Andrew O. Shadoura
Hello, On Sun, 12 Jun 2011 22:16:51 +0200 Javier Fernández-Sanguino Peña j...@computer.org wrote: On Sat, Jun 11, 2011 at 02:13:56PM +0300, Andrew O. Shadoura wrote: This isn't really needed as it can use `ip link show` to determine the interface status. I'm afraid I'm not sure

Bug#623523: breaks when /run is used

2011-06-14 Thread Andrew O. Shadoura
Hello, Is this bug still present with the latest 0.7~alpha4? -- WBR, Andrew signature.asc Description: PGP signature

Bug#630501: ifupdown: the changelog says 'experimental' when the changelog is for sid/unstable

2011-06-14 Thread Andrew O. Shadoura
Hello, On Tue, 14 Jun 2011 14:51:08 + shirish शिरीष shirisha...@gmail.com wrote: I installed the new ifupdown for sid/unstable but the changelog shown by apt-listchanges says its for 'experimental' It's a known issue, will be fixed by the next upload. If you have any other issues about

Bug#630551: ifupdown: please don't include network and broadcast in example configurations

2011-06-15 Thread Andrew O. Shadoura
tags 630551 + pending thanks Hello, On Wed, 15 Jun 2011 01:30:13 -0400 Mike O'Connor s...@vireo.org wrote: I think we should be removing network and broadcast from these examples. These addresses should be calculated correctly except in cases where the user is doing sometihng so very

Bug#568479: any plans to apply this patch?

2011-06-17 Thread Andrew O. Shadoura
Hello, On Thu, 16 Jun 2011 20:14:50 +0200 Santiago Garcia Mantinan ma...@debian.org wrote: I'm the maintainer of bridge-utils and I find that this patch would indeed solve the problem of adding hotplug interfaces to a bridge. I'm wondering if there are any plans to add this to ifupdown in

Bug#630512: ifupdown on GNU/kFreeBSD

2011-06-17 Thread Andrew O. Shadoura
Hello, On Wed, 15 Jun 2011 13:32:38 +0200 (CEST) Petr Salinger petr.salin...@seznam.cz wrote: Forcing the upgrade does not seem to break DHCP interfaces. However, lo0 no longer works: IMHO, the best way to solve this is to have os-specific set of commands, which ifupdown execute. It

Bug#630512: ifupdown on GNU/kFreeBSD

2011-06-18 Thread Andrew O. Shadoura
Hello, On Sat, 18 Jun 2011 11:58:23 +0200 (CEST) Petr Salinger petr.salin...@seznam.cz wrote: Agree. The only problem is to find anyone who can write such a .defn file I do not know what is .defn file. This is the file which describes which actions should be performed to put some

Bug#623523: breaks when /run is used

2011-06-19 Thread Andrew O. Shadoura
Hello, Also, ~alpha5.1 has been released, you may want to try it if you haven't yet. Please report any news. -- WBR, Andrew signature.asc Description: PGP signature

Bug#616092: can you try `dulwich clone'?

2011-06-24 Thread Andrew O. Shadoura
Hello, On Fri, 24 Jun 2011 17:46:48 +0800 Qijiang Fan fqj1...@gmail.com wrote: Can you try $ dulwich clone git://github.com/schacon/hg-git.git and then report the result because I dont't have an IPv6 connection ? Sure. $ dulwich clone git://github.com/schacon/hg-git.git Traceback (most

Bug#622358: libxml2: global structured error handler data overrides sax context error handler data

2011-04-12 Thread Andrew O. Shadoura
Package: libxml2 Version: 2.7.8.dfsg-2 Severity: important Tags: patch The bug is actually fixed upstream: http://bugzilla.gnome.org/show_bug.cgi?id=638618 Patches can be found there. Bug also affects other packages which depend on libxml2:

Bug#620421: nfs-kernel-server: init script depends on non-existent ‘/dev/tcp/’

2011-04-13 Thread Andrew O. Shadoura
reopen 620421 thanks Hello, On Sun, 03 Apr 2011 05:29:12 +0100 Ben Hutchings b...@decadent.org.uk wrote: I'm describing (actually, repeating) what was in the initial bug report for that test, modulo my misunderstanding about Bash's special treatment of that path. The initial bug report

Bug#620421: nfs-kernel-server: init script depends on non-existent ‘/dev/tcp/’

2011-04-13 Thread Andrew O. Shadoura
Hello, On Wed, 13 Apr 2011 22:28:54 +0200 Luk Claes l...@debian.org wrote: If it's the only case, it should be specified explicitly. And, after all, why not use the utility that is supposed to be used, and not this hackish thing? The only reason it was implemented this way is because

Bug#623444: please ship imagetops script (formerly from kdelibs4c2a package)

2011-04-20 Thread Andrew O. Shadoura
Package: netpbm Version: 2:10.0-12 Severity: wishlist Tags: patch Please ship imagetops script which was formerly a part of kdelibs4c2a package, but now isn't provided by any package (and it is not really belong to KDE, as it's no KDE-specific). This would lead to additional dependency on 'file'

Bug#619209: ruby: disable lookup-order-hack (or fix it to collect all the addresses, not just AF_INET or AF_INET6 ones)

2011-03-21 Thread Andrew O. Shadoura
Package: ruby Version: 4.5 Severity: important Tags: ipv6 The lookup-order-hack must be either set to UNSPEC, or the code implementing it rewritten so it won't do 'break' after a successful gai() call, so all address families will be processed. Has just tested this with

Bug#628884: update to the newer upstream version

2011-06-01 Thread Andrew O. Shadoura
Package: radvd Version: 1:1.7-1 Severity: normal Please update to the newer upstream version: May 14, 2011 - Version 1.8 updates: * IgnoreIfMissing now defaults to on * Timer code replaced with poll * radvd now listens for interface state changes on a netlink socket * DecrementLifetimes

Bug#628953: O: mercurial-buildpackage -- Utillities for maintaining a deb package in Hg repository

2011-06-03 Thread Andrew O. Shadoura
Hello, On Thu, 02 Jun 2011 16:11:19 +0200 Jens Peter Secher j...@debian.org wrote: Native package written by yours truly. Pristine-tar part does not work anymore, reason unknown. Everything is written in haXe, which entails some problems wrt. Process control input/output, and I have

Bug#629836: ifupdown-0.7: set link down on ifdown

2011-06-08 Thread Andrew O. Shadoura
Hello, On Wed, 08 Jun 2011 21:20:55 +0200 Bernhard Schmidt be...@birkenwald.de wrote: Package: ifupdown Version: 0.7~alpha4 Severity: normal Tags: experimental ifdown executes 'ip addr flush dev $DEV', but does not set the link layer to down using ip link set eth0 down. This flushes the

Bug#520436: ifupdown/iproute handling of vlans...

2011-06-10 Thread Andrew O. Shadoura
Hello, On Thu, 9 Jun 2011 17:36:24 +0200 Andreas Henriksson andr...@fatal.se wrote: I just noticed that ifupdown now apparently has a new maintainer! This means that it's probably no longer impossible to add vlan support to ifupdown and the need to ship it from the iproute package as

Bug#520436: ifupdown/iproute handling of vlans...

2011-06-10 Thread Andrew O. Shadoura
Hello, On Fri, 10 Jun 2011 21:02:50 +0200 Marco d'Itri m...@linux.it wrote: On Jun 10, Andrew O. Shadoura bugzi...@tut.by wrote: Let's do it! :) The only problem is that I'm not really good in vlans as I don't have any application for them and therefore really have any real ability

  1   2   >