Bug#1067692: gcc-arm-none-eabi: inttypes.h fails to define PRIi64 on GCC 13.2.1 with newlib

2024-03-25 Thread Jonathan Neuschäfer
Package: gcc-arm-none-eabi Version: 15:13.2.rel1-2 Severity: normal After upgrading to Debian trixie (currently "testing") and thus GCC 13.2.1, inttypes.h doesn't define the 64-bit format specifiers such as PRIi64 anymore, as demonstrated and explained by the following program: // $

Bug#1061533: cmake: CMake doesn't find googletest

2024-01-25 Thread Jonathan Neuschäfer
Package: cmake Version: 3.28.1-1 Severity: normal X-Debbugs-Cc: s...@debian.org, hal...@debian.org Hello, I have installed cmake 3.28.1-1 and googletest 1.14.0-1 from Debian testing, and I'm trying to use GTest with CMake as follows: ``` # CMakeLists.txt cmake_minimum_required(VERSION 3.14)

Bug#1059347: flashrom doesn't know its own version

2023-12-22 Thread Jonathan Neuschäfer
Package: flashrom Version: 1.3.0-2.1 Severity: minor I don't know if it's due to an upstream bug, or a problem in the Debian packaging, but flashrom fails to report its own version when asked with --version: > $ flashrom --version > flashrom unknown on Linux 6.5.0-4-amd64 (x86_64) > flashrom is

Bug#1057736: rust-src: Ship Cargo.lock to enable "cargo -Z build-std" usecase

2023-12-07 Thread Jonathan Neuschäfer
Package: cargo Version: 0.66.0+ds1-1 Severity: wishlist Cargo has a new (nightly) feature, build-std[1], which rebuilds the standard library along with the target crate. This is especially useful when cross-compiling, as Debian doesn't ship the standard library pre-built for other architectures.

Bug#1028137: nextpnr: Support for more FPGA architectures (esp. ECP5)

2023-07-02 Thread Jonathan Neuschäfer
On Sat, Jun 24, 2023 at 10:28:07PM +0200, Daniel Gröber wrote: > Hi Jonathan, Hi Daniel. > Thanks for the detailed review and testing! > > On Sat, Jun 24, 2023 at 12:35:12PM +0200, Jonathan Neuschäfer wrote: > > [ Dropping the Debian mailing lists / bugtracker for now ] >

Bug#1028137: nextpnr: Support for more FPGA architectures (esp. ECP5)

2023-06-24 Thread Jonathan Neuschäfer
[ Dropping the Debian mailing lists / bugtracker for now ] On Tue, Jun 20, 2023 at 02:24:11PM +0200, Daniel Gröber wrote: > Hi Jonathan, > > On Mon, Jun 19, 2023 at 08:12:04PM +0200, Jonathan Neuschäfer wrote: > > > In the meantime I'm having a look at prjtrellis too,

Bug#1028137: [Pkg-electronics-devel] Bug#1028137: nextpnr: Support for more FPGA architectures (esp. ECP5)

2023-06-19 Thread Jonathan Neuschäfer
On Tue, Jun 13, 2023 at 05:40:17PM +0200, Daniel Gröber wrote: > Hi Jonathan, > > On Sat, Jan 07, 2023 at 06:01:11PM +0100, Jonathan Neuschäfer wrote: > > to increase the usefulness of nextpnr in Debian, it would be nice to > > package build nextpnr for more FPGA archi

Bug#1034087: afl++: Include afl-clang-lto(++) in package

2023-04-08 Thread Jonathan Neuschäfer
Package: afl++ Version: 4.04c-3 Severity: wishlist Hello, the AFL++ documentation recommends using afl-clang-lto(++) if possible[1]. Based on local tests, "PREFIX=/usr make" will produce an afl-clang-lto binary, if lld-14 is also installed (which should be the case, according to debian/rules).

Bug#1034004: afl++: afl-clang(-fast) does not support -m32 due to missing afl-compiler-rt-32.o

2023-04-06 Thread Jonathan Neuschäfer
Package: afl++ Version: 4.04c-3 Severity: normal Hello, When trying to use "afl-clang -m32" on amd64, it fails, even though clang itself supports -m32: $ clang -m32 hello.c -o hello $ ./hello hello $ afl-clang -m32 hello.c -o hello afl-cc++4.04c by Michal Zalewski, Laszlo Szekeres, Marc Heuse -

Bug#1028137: nextpnr: Support for more FPGA architectures (esp. ECP5)

2023-01-07 Thread Jonathan Neuschäfer
Source: nextpnr Severity: wishlist Hello, to increase the usefulness of nextpnr in Debian, it would be nice to package build nextpnr for more FPGA architectures, in addition to iCE40. ECP5 comes to mind, because it seems to be fairly usable by now. For ECP5 support, prjtrellis will have to be

Bug#1026902: RFP: gdbgui -- A browser-based frontend to gdb (gnu debugger)

2022-12-23 Thread Jonathan Neuschäfer
Package: wnpp Severity: wishlist * Package name: gdbgui Version : 0.15.1.0 Upstream Contact: Chad Smith * URL : https://www.gdbgui.com/ * License : GPLv3 Programming Lang: Python Description : A browser-based frontend to gdb (gnu debugger) >From the

Bug#1021052: /usr/share/man/man7/kernel_lockdown.7.gz: kernel_lockdown(7): Rule about "unencrypted hibernation" is unclear

2022-10-01 Thread Jonathan Neuschäfer
Package: manpages Version: 5.13-1 Severity: normal File: /usr/share/man/man7/kernel_lockdown.7.gz The kernel_lockdown(7) manpage states: • Unencrypted hibernation/suspend to swap are disallowed as the kernel image is saved to a medium that can then be accessed. I have a swap partition in

Bug#894724: ncmpc: Crash in chat screen when another client sends a long line

2018-04-03 Thread Jonathan Neuschäfer
bncursesw5 6.1-1 ii libtinfo56.1-1 ncmpc recommends no packages. Versions of packages ncmpc suggests: ii mpd 0.20.18-1 pn ncmpc-lyrics -- no debconf information commit 5f67215970ca89dd6940954e23854cb081e28227 Author: Jonathan Neuschäfer <j.neuschae...@gmx.net> Date:

Bug#882372: ohcount: Command injection through file names

2017-11-21 Thread Jonathan Neuschäfer
Package: ohcount Version: 3.0.0-8.3 Severity: grave Tags: upstream security Justification: user security hole When ohcount tries to determine the type of a file with a specially crafted name, it can execute arbitrary shell commands through improper quoting. Details below. ## PoC > $ echo hi >

Bug#785584: libmikmod: debugging symbols for libmikmod

2015-12-20 Thread Jonathan Neuschäfer
On Sun, Dec 20, 2015 at 12:03:12PM +0100, Stephen Kitt wrote: > Hi Jonathan, > > On Mon, 18 May 2015 04:53:10 +0200, Jonathan Neuschäfer > <j.neuschae...@gmx.net> wrote: > > It would be nice to have a libmikmod-dbg package, with debugging symbols > > for libmikmo

Bug#804238: RFP: trosh -- A game made in 20 hours for a friend. It has explosions.

2015-11-06 Thread Jonathan Neuschäfer
The game needs version 0.8 of the Love game programming framework, but the gzip'd and base64'd patch included below ports it to version 0.9, which is currently in Debian. I couldn't find any version or upstream email address on the homepage, so I set these fields to "unknown". Regards

Bug#803234: pandoc: LaTeX error when using single quote in a markdown code block

2015-10-28 Thread Jonathan Neuschäfer
red,framed]{mcode}" in the generated LaTeX code. Regards, Jonathan Neuschäfer [1] http://www.latex-community.org/forum/viewtopic.php?f=19=20923 -- System Information: Debian Release: stretch/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Arch

Bug#802272: ImportError: No module named z3

2015-10-18 Thread Jonathan Neuschäfer
ecent call last): File "", line 1, in ImportError: No module named Z3 >>> Do I need to import the module in a special way? If so, it should probably be written down in the package description and/or /usr/share/doc/python-z3, to avoid future confusion. Reg

Bug#800428: libc6-dev-mips-cross: mips-linux-gnu-gcc-5 doesn't support -msoft-float

2015-09-29 Thread Jonathan Neuschäfer
sr/mips-linux-gnu/include/gnu/stubs.h:8:33: fatal error: > gnu/stubs-o32_soft.h: No such file or directory > compilation terminated. > : recipe for target 'hello' failed > make: *** [hello] Error 1 Best regards, Jonathan Neuschäfer -- System Information: Debian Release: stretch/s

Bug#799029: RFP: classicmenu-indicator -- ClassicMenu Indicator, a notification area applet

2015-09-14 Thread Jonathan Neuschäfer
Package: wnpp Severity: wishlist * Package name: classicmenu-indicator Version : 0.09 Upstream Author : Florian Diesch * URL : http://www.florian-diesch.de/software/classicmenu-indicator/ * License : GPLv3+ Programming Lang: Python

Bug#786573: ghc: GHC 7.6.3 generates binaries with executable stack and data sections

2015-05-26 Thread Jonathan Neuschäfer
On Sat, May 23, 2015 at 10:18:20PM +0200, Joachim Breitner wrote: Hi, Am Samstag, den 23.05.2015, 01:19 +0200 schrieb Jonathan Neuschäfer: GHC 7.6.3, which is included in Debian jessie (now stable), generates binaries with an executable stack and apparently with executable data sections

Bug#786573: ghc: GHC 7.6.3 generates binaries with executable stack and data sections

2015-05-22 Thread Jonathan Neuschäfer
Package: ghc Version: 7.6.3-21 Severity: normal Tags: security Hi, GHC 7.6.3, which is included in Debian jessie (now stable), generates binaries with an executable stack and apparently with executable data sections (on amd64; I didn't test anywhere else): $ echo 'main = print 1' test.hs $

Bug#772782: mutt: segfault in pgp_getkeybystr at pgpkey.c:997

2015-05-18 Thread Jonathan Neuschäfer
Package: mutt Version: 1.5.23-3 Followup-For: Bug #772782 Since this is technically a memory corruption bug (although probably hardly exploitable), is there a chance to have this patch included in a non-upstream release? Jonathan -- To UNSUBSCRIBE, email to

Bug#785418: [Pkg-mpd-maintainers] Bug#785418: mpd: port 6600 is exposed to non-localhost despite `bind_to_address localhost`

2015-05-18 Thread Jonathan Neuschäfer
Hi, On Mon, May 18, 2015 at 10:48:08AM +0200, Florian Schlichting wrote: you're obviously using systemd to start mpd via socket activation. The way systemd creates the socket and thus makes mpd available on the network is not determined by the mpd configuration, but through the systemd unit

Bug#785584: libmikmod: debugging symbols for libmikmod

2015-05-17 Thread Jonathan Neuschäfer
Source: libmikmod Severity: wishlist Hi! It would be nice to have a libmikmod-dbg package, with debugging symbols for libmikmod. Jonathan -- System Information: Debian Release: 8.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64)

Bug#785418: mpd: port 6600 is exposed to non-localhost despite `bind_to_address localhost`

2015-05-15 Thread Jonathan Neuschäfer
is available in the LAN via IPv4, too. This issue may be considered a security problem or not, but it certainly breaks the expectation that `bind_to_address localhost` makes mpd only locally accessible. Best regards, Jonathan Neuschäfer -- System Information: Debian Release: 8.0 APT prefers stable

Bug#784809: hexer: Assertion failure on :s/a/b/ followed by undo

2015-05-08 Thread Jonathan Neuschäfer
Package: hexer Version: 0.1.8-1 Severity: normal Tags: upstream When I substitute a string (with :s/a/b/) and try to undo that (with u), hexer aborts with an assertion failure: hexer: edit.c:132: he_refresh_lines: Assertion `hedit-refresh.parts = 64' failed. (As a sample file to edit I used

Bug#773308: ht: crashes on crafted ELF

2015-02-03 Thread Jonathan Neuschäfer
Hello Jakub, AFAICT this bug has been fixed upstream in commit c80fd144 (https://github.com/sebastianbiallas/ht/commit/c80fd144dd808ff7a4db80deef82801769331e29). Greetings, Jonathan Neuschäfer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#776537: bison++ 1.21.9-1 crashes on empty and missing input files

2015-01-28 Thread Jonathan Neuschäfer
Package: bison++ Version: 1.21.11-3.1 Severity: normal Hello maintainer, when running bison++ (version 1.21.9-1) on an empty grammar file or giving an invalid file name, it crashes: $ bison test.y test.y, line 1: no input grammar test.y, line 1: no input grammar *** Error in `bison':

Bug#623721: Bug:#623721 gitg: repository properties shows only one remote (with all addresses) [moreinfo]

2013-05-09 Thread Jonathan Neuschäfer
where I noticed it, though, so it might be just hiding. But unless it actually appears again, I'm for closing this bug. Thanks, Jonathan Neuschäfer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#679813: dir2ogg: mpg123 as MP3 decoder doesn't work anymore

2013-03-03 Thread Jonathan Neuschäfer
On Sun, Mar 03, 2013 at 02:55:09PM +0100, Julian Andres Klode wrote: I have committed a fix in my local repository to revert the change from 0.11.4 that causes this with recent mpg123 versions. This breaks older mpg123 versions, though [1]; so I'm not sure how I should continue here. [1]

Bug#679813: dir2ogg: mpg123 as MP3 decoder doesn't work anymore

2012-07-01 Thread Jonathan Neuschäfer
be changed/fixed. [ Using another decoder, it works just fine. ] Thanks, Jonathan Neuschäfer -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686

Bug#553206: libc6: sscanf segfaults with %d on large decimal input string

2012-01-05 Thread Jonathan Neuschäfer
Package: libc6 Version: 2.13-24 Followup-For: Bug #553206 This also happens with plain scanf. -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux

Bug#638830: ncmpc: crashs on the lyrics screen

2011-08-22 Thread Jonathan Neuschäfer
Package: ncmpc Version: 0.17-1 Severity: normal Tags: patch upstream Ncmpc can crash if loading lyrics on the lyrics screen is aborted. The following patch, which is also on its way upstream (i.e. will likely be included in ncmpc 0.20), fixes the crashs.

Bug#637583: /usr/share/guml/uml.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead

2011-08-12 Thread Jonathan Neuschäfer
Package: guml Version: 0.4 Severity: normal Tags: upstream When I start guml, I get this warning: /usr/share/guml/uml.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead It's probably trivial to fix, but I haven't looked at the code and I'm not much of a Python dev. --

Bug#632947: vorbisgain: double fclose()

2011-07-07 Thread Jonathan Neuschäfer
Package: vorbisgain Version: 0.36-3.1 Severity: minor Tags: upstream patch In vorbis.c there's a double fclose(). The patch below (which I've also sent upsteam) should fix it. -- commit 2b3c3a8b80f2d28a86f5f4443623bdbed501a215 Author: Jonathan Neuschäfer j.neuschae...@gmx.net Date: Thu Jul 7

Bug#623721: gitg: repository properties shows only one remote (with all addresses)

2011-04-22 Thread Jonathan Neuschäfer
Package: gitg Version: 0.1.0-1 Severity: normal Tags: upstream In the Remotes tab of the Repository Properties window only one branch is shown, which has the URLs of all remotes. This bug is still present in the current development version [1] of gitg. [1]

Bug#623732: gitg: new upstream versions 0.1.1 and 0.1.2

2011-04-22 Thread Jonathan Neuschäfer
Package: gitg Version: 0.1.0-1 Severity: wishlist The new upstream versions 0.1.1 [1] and 0.1.2 [2] are available at gitg's new git repository [3]. There's also a new gtk3 branch with upstream versions 0.2.*; Maybe they are worth packaging as a new Debian package. [1]

Bug#558669: 0verkill package

2010-09-13 Thread Jonathan Neuschäfer
On Mon, Sep 13, 2010 at 12:32:42PM +0200, Joachim Breitner wrote: Dear Marek, [...] it’s been a while, and I did not hear any news. The git repo at hackndev is dead, the savanna site has been removed... is there still someone working on overkill? I have a Git repo at

Bug#588051: mpg321: should not depend on libaudio-scrobbler-perl

2010-07-04 Thread Jonathan Neuschäfer
Package: mpg321 Version: 0.2.11-3 Severity: normal Mpg321 should not depend on libaudio-scrobbler-perl, as many users (of mpg321) never use Last.fm. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386

Bug#588051: mpg321: should not depend on libaudio-scrobbler-perl

2010-07-04 Thread Jonathan Neuschäfer
On Sun, Jul 04, 2010 at 04:32:12PM +0300, Nanakos Chrysostomos wrote: Hi, On Sun, Jul 04, 2010 at 02:41:51PM +0200, Jonathan Neuschäfer wrote: Package: mpg321 Version: 0.2.11-3 Severity: normal Mpg321 should not depend on libaudio-scrobbler-perl, as many users (of mpg321) never

Bug#584295: dir2ogg: doesn't work with a directory of WMAs

2010-06-02 Thread Jonathan Neuschäfer
Package: dir2ogg Version: 0.11.8-1 Severity: normal When I tried to invoke dir2ogg with the name of a directory containing some WMA files, it just printed me the usage message, instead of doing something, while passing all file names to it leads to the correct result (having all audio converted).

Bug#580844: less -F doesn't work well with -c

2010-05-09 Thread Jonathan Neuschäfer
Package: less Version: 436-1 Severity: normal `echo foo|less -F' just prints `foo' and a newline character, as I think it should, but `echo foo|less -F -c' fills the whole screen, like this: foo ~ ~ ~ ~ ~ ~ [...] ~ Thank you. -- System Information: Debian Release: squeeze/sid APT prefers

Bug#574524: git-status: please use a pager

2010-03-18 Thread Jonathan Neuschäfer
Package: git-core Version: 1:1.7.0-1 Severity: wishlist Please make git status use a pager, as (almost) any other command does. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-3-686 (SMP w/1

Bug#574524: git-status: please use a pager

2010-03-18 Thread Jonathan Neuschäfer
On Thu, Mar 18, 2010 at 03:19:34PM -0500, Jonathan Nieder wrote: tags 574524 + upstream thanks Hi, Jonathan Neuschäfer wrote: Please make git status use a pager, as (almost) any other command does. A bit of a thorny issue: some people would really like this, others hate it. See

Bug#570158: urjtag: new upstream version available: 0.10

2010-02-16 Thread Jonathan Neuschäfer
Package: urjtag Version: 0.0+r1476-1 Severity: normal A new upstream version is available: 0.10 You can download it at http://sourceforge.net/projects/urjtag/files/. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#568308: subversion: please add undo command to undo the latest revision

2010-02-04 Thread Jonathan Neuschäfer
On Wed, Feb 03, 2010 at 04:55:09PM -0600, Peter Samuelson wrote: [Jonathan Neuschäfer] Please add an undo command to undo the latest revision. This is an upstream request, and I'm pretty sure it won't happen. Then please tag the wish as `wontfix'. Jonathan Neuschäfer -- To UNSUBSCRIBE

Bug#568308: subversion: please add undo command to undo the latest revision

2010-02-03 Thread Jonathan Neuschäfer
Package: subversion Version: 1.6.9dfsg-1 Severity: wishlist Please add an undo command to undo the latest revision. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686

Bug#567725: mplayer: gets SIGILL on Pentium II when playing an MPEG video with -vo caca

2010-01-30 Thread Jonathan Neuschäfer
Package: mplayer Version: 1.0~rc3+svn20090405-1 Severity: normal I tried to play an MPEG video like this: mplayer -vo caca foo.mpg I hope this bug report helps. -- some programs' outputs $ file foo.mpg foo.mpg: MPEG sequence, v1, system multiplex # cat /proc/cpuinfo processor : 0

Bug#566927: beav: segfault in buffers-display (^X ^B)

2010-01-25 Thread Jonathan Neuschäfer
Package: beav Version: 1:1.40-18 Severity: normal How to reproduce: Invoke beav beav randomfile use the buffers-display command CTRL-X CTRL-B or ESC x buffers-display This allways produces a segfault on my machine. -- System Information: Debian Release: squeeze/sid APT

Bug#566263: O: ysmv7 -- Powerful console ICQ client

2010-01-22 Thread Jonathan Neuschäfer
Package: wnpp Severity: normal I intend to orphan the ysmv7 package. The current maintainer hasn't uploaded the latest upstream version for about three years. The upstream web page is ysmv7.sf.net The package description is: A Free, open source (GPL license) console based ICQ client. Full of

Bug#564896: update-apt-xapian-index: consumes 40MB of RAM

2010-01-12 Thread Jonathan Neuschäfer
Package: apt-xapian-index Version: 0.22 Severity: normal Update-apt-xapian-index consumes a lot of Memory. This is what top shows: [...] PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 5118 root 39 19 96648 39m 1112 D 5.2 67.4 4:15.39 update-apt-xapi [...] There

Bug#564896: update-apt-xapian-index: consumes 40MB of RAM

2010-01-12 Thread Jonathan Neuschäfer
. Okay, I will now remove it, thank you for your help. Jonathan Neuschäfer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#564076: /usr/bin/cacaview: cacaview: loading an image from a pipe

2010-01-07 Thread Jonathan Neuschäfer
Package: caca-utils Version: 0.99.beta16-3 Severity: wishlist File: /usr/bin/cacaview I think cacaview should have an option to read images from stdin. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel:

Bug#563869: lynx: colorfull mess on some pages

2010-01-05 Thread Jonathan Neuschäfer
Package: lynx Version: 2.8.8dev.2-1 Severity: minor On some pages I get ugly formatting problems when looking around. e.g.: lynx https://savannah.gnu.org/maintenance/CvSToSvN -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture:

Bug#559542: lynx: CTRL-R (reload) does not work with # (hash) in URL

2009-12-05 Thread Jonathan Neuschäfer
Package: lynx Version: 2.8.8dev.1-1 Severity: normal The hash is used to point to a section of the document. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.6.26-2-486 Locale: LANG=de_DE.UTF-8,

Bug#556287: conquest: Planet list does not disappear on pressing an other key than the spacebar

2009-11-15 Thread Jonathan Neuschäfer
Package: conquest Version: 8.4.1-1 Severity: minor when I press '?' during the game, the first page of the planet list shows up, as expected. It says press [SPACE] to continue, any other key to quit, but, no matter which key I press, the next page is shown. -- System Information: Debian

Bug#553059: ario: update music database menu entry would be nice

2009-10-29 Thread Jonathan Neuschäfer
Package: ario Severity: wishlist An update music database menu entry would be nice. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8,

Bug#553063: ncmpc-lyrics: should check lyricwiki before checking leoslyrics

2009-10-29 Thread Jonathan Neuschäfer
Package: ncmpc Version: 0.15-1 Severity: wishlist There are three files in /usr/lib/ncmpc/lyrics/: 01-hd.sh 02-lyricwiki.rb 03-leoslyrics.py And because lyricwiki is 02 and leoslyrics is 03, I think lyricwiki should be checked first, but I experienced leoslyricks being checked first. -- System

Bug#553063: lyricwiki lookup doesn't seem to work

2009-10-29 Thread Jonathan Neuschäfer
I've run the script with some titles that definetly exist on lyrics.wikia.com, but it didn't give me the lyrics. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#553238: mutt: incorrect german translation for No undeleted messages.

2009-10-29 Thread Jonathan Neuschäfer
Package: mutt Version: 1.5.20-4 Severity: minor Tags: l10n No undeleted messages. should be translated as Keine weiteren ungelöschten Nachrichten. instead of Alle Nachrichten gelöscht.. -- Package-specific info: Mutt 1.5.20 (2009-06-14) Copyright (C) 1996-2009 Michael R. Elkins and others. Mutt

Bug#548266: ncmpc: fixed

2009-10-29 Thread Jonathan Neuschäfer
Package: ncmpc Severity: normal This bug is fixed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#384287: please internationalize the software

2009-10-26 Thread Jonathan Neuschäfer
Package: reportbug Version: 4.8 Severity: normal What's the point as long as the BTS is not internationalised? Chicken and egg? I would like an internationalized reportbug, people who really don't like it translated could simply put an alias reportbug='LANG=C reportbug' into their

Bug#552492: ysm: internationalization would be nice

2009-10-26 Thread Jonathan Neuschäfer
Package: ysm Version: 2.9.9-2 Severity: wishlist I would like an internationalized YSMicq. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8,

Bug#552503: reportbug: could not open display with no $DISPLAY defined

2009-10-26 Thread Jonathan Neuschäfer
Package: reportbug Version: 4.8 Severity: minor On starting reportbug I get this message while the DISPLAY environment variable is not defined: /usr/lib/pymodules/python2.5/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) -- Package-specific

Bug#475044: missing some modern acronyms

2009-10-25 Thread Jonathan Neuschäfer
Package: bsdgames Version: 2.17-16 Severity: normal I think GNU (GNU is not UNIX) and GPL (General Public License) would be cool, too, because they are important for free software people. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing')

Bug#474629: wtf in Debian must know about WIR and SIYH

2009-10-25 Thread Jonathan Neuschäfer
Package: bsdgames Version: 2.17-16 Severity: normal What do WIR and SIYH mean? -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8,

Bug#440168: please add NIMB (and/or NIMBY) to the acronym list

2009-10-25 Thread Jonathan Neuschäfer
Package: bsdgames Version: 2.17-16 Severity: normal Tags: patch I made a patch against wtf/acronyms. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale:

Bug#552306: play: file handler for directories

2009-10-25 Thread Jonathan Neuschäfer
Package: sox Version: 14.3.0-1.1 Severity: wishlist If play is invoked with a directory name, it should play everything that is in that directory, in sorted order. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686)

Bug#552305: play: no handler for file extension `*' should be a warning

2009-10-25 Thread Jonathan Neuschäfer
Package: sox Version: 14.3.0-1.1 Severity: wishlist When i try to play an album like that $ ls album cover.jpg 01_song1.ogg 02_song2.ogg 03_song3.ogg $ play album/* play quits, because it can't play jpg files, but I think it should warn the user and play the other files. -- System

Bug#549558: mutt: German translation for 'show Mutt documentation' missing

2009-10-04 Thread Jonathan Neuschäfer
Package: mutt Version: 1.5.20-4 Severity: minor Tags: l10n The entry 'show Mutt documentation' on the help screen that is reached by pressing '?' just after startup is not translated in to German. It could be translated as 'Mutt-Dokumantation aufrufen'. -- Package-specific info: Mutt 1.5.20

Bug#549421: ysm: save command does not seem to work

2009-10-03 Thread Jonathan Neuschäfer
Package: ysm Version: 2.9.9.1 Severity: normal When I type 'save friend' on the command prompt I get this message: YSM POLITICAL ASYLUM FOR SLAVES Please wait.. Saving [friend] [123456789] [OK] SLAVE SAVED When I type it again I get that message (as expected): YSM POLITICAL ASYLUM FOR SLAVES

Bug#549310: overkill: long player names can corrupt data on the server machine

2009-10-02 Thread Jonathan Neuschäfer
Package: overkill Version: 0.16-14 Severity: grave Tags: patch security Justification: user security hole Players with names longer than 24 characters have been able to corrupt data on the machine where the server is run. This is made possible by not always checking wether the name of a

Bug#548563: overkill: bot should have -n (name) option

2009-09-27 Thread Jonathan Neuschäfer
Package: overkill Version: 0.16-14 Severity: wishlist Tags: patch With this patch you can use 'bot -n name' to specify the name of the bot. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux