Bug#819071: xml2: 2csv fails if the record element name is a substring of some element above it

2016-03-23 Thread Panu Kalliokoski
Package: xml2 Version: 0.4-3.1 Severity: normal Tags: upstream To reproduce: $ echo -e '/fooa/foo/a=mesh\n/fooa/foo/b=desh'|2csv foo a b (no output) $ echo -e '/fooa/foo/a=mesh\n/fooa/foo/b=desh'|2csv fooa/foo a b mesh,desh The output should be the same in both situations. (Except that the docu

Bug#744802: ucblogo: keyp doesn't work because of wrong ioctl argument type

2014-04-14 Thread Panu Kalliokoski
Package: ucblogo Version: 5.5-2.1 Severity: normal Tags: patch upstream Sometimes keyp returns true even if there's no input waiting: Welcome to Berkeley Logo version 5.5 ? pr keyp true This seems to be due to the fact that in lkeyp, nc is declared to be a long, but ioctl(stdin, FIONREAD, &nc) on

Bug#685919: guile-1.6: SIGALRM signal handler does not get called when guile blocks on I/O

2012-08-26 Thread Panu Kalliokoski
Package: guile-1.6 Version: 1.6.8-10 Severity: normal While playing with guile on my system, I discovered a weird anomaly which I could not reproduce on other systems running guile. If I install a signal handler for SIGALRM, it won't get called while guile is making an I/O system call. To demon

Bug#681975: python-pygame: pygame.sprite.collide_circle misses (a lot of) collisions due to incorrect arithmetic

2012-07-18 Thread Panu Kalliokoski
Package: python-pygame Version: 1.8.1release-2+b1 Severity: normal Tags: upstream There is an error in how circle collisions are calculated in pygame.sprite.collide_circle. It checks whether distance^2 < radius1^2 + radius2^2, where it should check whether distance^2 < (radius1 + radius2)^2. Th

Bug#671841: mpage presumes input to be ISO-8859-1

2012-05-07 Thread Panu Kalliokoski
Package: mpage Version: 2.5.6-1 Severity: important Tags: l10n mpage is not very well suited to be used under current, utf-based systems, since it treats all of its input as ISO-8859-1. For instance, if I give the command echo šidiltä | mpage -1toPlp the print will have a word resembling "Å¡id

Bug#563698: Fix available

2010-09-24 Thread Panu Kalliokoski
There seems to be a fix available for this, at http://pka.engr.ccny.cuny.edu/~jmao/node/26 Basically, it seems to add crypt(3) as one of the hash methods. It is arguably the sensible thing to do on a Linux system, anyway. -- personal contact: ate...@iki.fi, +35841 5323835 technical contac

Bug#466862: sed: documentation bug: no mention of semicolon as command terminator

2008-02-21 Thread Panu Kalliokoski
Package: sed Version: 4.1.5-1 Severity: minor As far as I know, GNU sed (and other sed implementations) allow a semicolon to be used instead of a newline character, as a command terminator. This feature is pretty important, since without the semicolon alternative all complex sed one-liners must b

Bug#401243: cdparanoia: --never-skip=x only works if x is divisible by 5

2006-12-01 Thread Panu Kalliokoski
Package: cdparanoia Version: 3.10+debian~pre0-3 Severity: normal paranoia_read_limited has this: --- snip --- if(retry_count%5==0){ if(p->dynoverlap==MAX_SECTOR_OVERLAP*CD_FRAMEWORDS || retry_count==max_retries){ if(!(p->enable&PARANOIA_MODE_NEVERSKIP))verify_s

Bug#384170: bluez-utils: missing dependency on dbus?

2006-08-22 Thread Panu Kalliokoski
Package: bluez-utils Version: 3.1-3.1 Severity: important Hello, after upgrading my testing system I found out that hcid does not start anymore. Running /etc/init.d/bluetooth start gives the following in /var/log/syslog: hcid[6471]: Can't open system message bus connection: Failed to connect to

Bug#380439: [EMAIL PROTECTED]: Bug#380439: tinyscheme: Segmentation fault on (let (x 1))]

2006-08-15 Thread Panu Kalliokoski
> Resent-To: [EMAIL PROTECTED] X-Sieve: CMU Sieve 2.2 Subject: Bug#380439: tinyscheme: Segmentation fault on (let (x 1)) Reply-To: Volker Grabsch <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Resent-From: Volker Grabsch <[EMAIL PROTECTED]> Resent-To: debian-bugs-dist@lists.debian.org Resent-CC:

Bug#380574: stx2any: man pages missing a bit of formatting.

2006-08-15 Thread Panu Kalliokoski
On Sun, Jul 30, 2006 at 03:09:33PM -0700, Robin Lee Powell wrote: > Ideally, there would be a man-page specific Diversion that would > define that section and could have in it the stuff catman needs, > i.e.: > foo \- build foo files While looking for this, I noticed that the only "standard" dash i

Bug#379836: stx2any contains watch file which doesn't work

2006-08-14 Thread Panu Kalliokoski
On Tue, Jul 25, 2006 at 09:48:49PM +0200, Sven Mueller wrote: > The stx2any package contains a watch file which you seem to have > adjusted to your needs (at least it looks a bit like it), however, it Now I'm wondering. The watch file should be in debian/, yes? I could find no mention of it in t

Bug#380439: tinyscheme: Segmentation fault on (let (x 1))

2006-08-14 Thread Panu Kalliokoski
On Sat, Aug 12, 2006 at 01:42:30PM +0200, Volker Grabsch wrote: > > (Just to make sure: you do know it should probably be (let ((x 1)))?) > > Of course I do. This was just a typo. :-) > Nevertheless, a program should never segfault, no matter how bad > the input was. Yes, granted. Panu -- pers

Bug#380574: stx2any: man pages missing a bit of formatting.

2006-08-09 Thread Panu Kalliokoski
On Sun, Jul 30, 2006 at 03:09:33PM -0700, Robin Lee Powell wrote: > The man macros do not include .SH Name at the top, which means that > we get errors like: > mandb: warning: /usr/man/man3/mooix-long.scm.3: whatis parse for > mooix-long.scm(3) failed Good point, but I never intended stx2any to i

Bug#379836: stx2any contains watch file which doesn't work

2006-08-09 Thread Panu Kalliokoski
On Tue, Jul 25, 2006 at 09:48:49PM +0200, Sven Mueller wrote: > To be honest: Since you are upstream yourself, I would just remove the > watch file. Yup, will do. I don't remember why I included it in the first place. Panu -- personal contact: [EMAIL PROTECTED], +35841 5323835 technical

Bug#380439: tinyscheme: Segmentation fault on (let (x 1))

2006-08-09 Thread Panu Kalliokoski
On Sun, Jul 30, 2006 at 10:19:54AM +0200, Volker Grabsch wrote: > $ tinyscheme > TinyScheme 1.37 > > (let (x 1)) > Segmentation fault I verified this. Actually, it seems tinyscheme will segfault if the let assignment list contains any numbers. I will forward this upstream. (Just to make sure:

Bug#374641: stx2any: FTBFS: Missing Build-Depends on 'm4'

2006-06-20 Thread Panu Kalliokoski
On Tue, Jun 20, 2006 at 01:58:04PM +0200, Andreas Jochens wrote: > When building 'stx2any' in a clean 'unstable' chroot, > I get the following error: [...] > Please add the missing Build-Depends on 'm4' to debian/control. Dang. Added. (I used your patch, which also removes debhelper version dep.

Bug#355549: checksecurity: Checking for incorrect md5sums

2006-03-06 Thread Panu Kalliokoski
Package: checksecurity Version: 2.0.7-6 Severity: wishlist Could / should checksecurity add a plugin to check the files in the distribution against their checksums in /var/lib/dpkg/info/*.md5sums? This provides an easy way to improve the security of the system a little. Maybe combined with a diff

Bug#354803: Long description

2006-03-06 Thread Panu Kalliokoski
The full description of the package is as follows: Converter from structured plain text to other formats stx2any is a converter from structured text (Stx), which is plain text written in a standardised way, into other formats. Formats available currently include (X)HTML, man, raw text, PostSc

Bug#354952: ITP: sokoedit -- A curses-based Sokoban level editor

2006-03-02 Thread Panu Kalliokoski
Thank you for your comments. On Thu, Mar 02, 2006 at 01:01:15PM +0100, Thomas Viehmann wrote: > Allow me a general comment on your descriptions: please do try to adapt > them better to the situation of the average Debian user trying to decide > whether to install the described package. I'm attemp

Bug#354952: ITP: sokoedit -- A curses-based Sokoban level editor

2006-03-02 Thread Panu Kalliokoski
Package: wnpp Severity: wishlist Owner: Panu Kalliokoski <[EMAIL PROTECTED]> * Package name: sokoedit Version : 1 Upstream Author : Panu Kalliokoski <[EMAIL PROTECTED]> * URL : http://sange.fi/~atehwa/sokoedit/ * License : BSD-like Description

Bug#354950: ITP: gauche-readline -- A readline-like library for the Gauche Scheme implementation

2006-03-02 Thread Panu Kalliokoski
Package: wnpp Severity: wishlist Owner: Panu Kalliokoski <[EMAIL PROTECTED]> * Package name: gauche-readline Version : 0.1 Upstream Author : Julian Fondren, Shiro Kawai * URL : http://www.shiro.dreamhost.com/scheme/gauche/packages.html * License :

Bug#354832: Wrong upstream author field

2006-03-02 Thread Panu Kalliokoski
The upstream author should be: Brian Raiter <[EMAIL PROTECTED]> -- personal contact: [EMAIL PROTECTED], +35841 5323835 technical contact: [EMAIL PROTECTED], http://www.iki.fi/atehwa/ PGP fingerprint:0EA5 9D33 6590 FFD4 921C 5A5F BE85 08F1 3169 70EC -- To UNSUBSCRIBE, email

Bug#354831: ITP: bfc -- Brainfuck compiler

2006-03-01 Thread Panu Kalliokoski
On Thu, Mar 02, 2006 at 06:08:56AM +0100, Lionel Elie Mamane wrote: > > * Package name: bfc > > Description : Brainfuck compiler > You really think that thing should be priority optional? I'd say > extra. Oh, definitely. This also applies to some other of my packages, so thanks for poin

Bug#354803: ITP: stx2any -- A converter from structured plaintext to multiple formats

2006-03-01 Thread Panu Kalliokoski
On Wed, Mar 01, 2006 at 12:07:05PM -0700, Hubert Chan wrote: > > * URL : http://sange.fi/~atehwa/Stx/README.html > 404 Not Found Sorry, that should have been http://sange.fi/~atehwa/Stx/examples/README.html Panu -- personal contact: [EMAIL PROTECTED], +35841 5323835 technical

Bug#354840: ITP: b5 -- A macro processor and functional language

2006-03-01 Thread Panu Kalliokoski
Package: wnpp Severity: wishlist Owner: Panu Kalliokoski <[EMAIL PROTECTED]> * Package name: b5 Version : x.y.z Upstream Author : Panu Kalliokoski <[EMAIL PROTECTED]> * URL : http://sange.fi/~atehwa/b5/ * License : BSD-like Description

Bug#354835: ITP: python-selecting -- An object-oriented wrapper library around the system call select()

2006-03-01 Thread Panu Kalliokoski
Package: wnpp Severity: wishlist Owner: Panu Kalliokoski <[EMAIL PROTECTED]> * Package name: python-selecting Version : 0.92 Upstream Author : Panu Kalliokoski <[EMAIL PROTECTED]> * URL : http://sange.fi/~atehwa/selecting/ * License : BSD-like

Bug#354832: ITP: cgames -- A collection of curses-based puzzle games

2006-03-01 Thread Panu Kalliokoski
Package: wnpp Severity: wishlist Owner: Panu Kalliokoski <[EMAIL PROTECTED]> * Package name: cgames Version : 2.2 Upstream Author : Panu Kalliokoski <[EMAIL PROTECTED]> * URL : http://www.muppetlabs.com/~breadbox/software/cgames.html * License

Bug#354831: ITP: bfc -- Brainfuck compiler

2006-03-01 Thread Panu Kalliokoski
Package: wnpp Severity: wishlist Owner: Panu Kalliokoski <[EMAIL PROTECTED]> * Package name: bfc Version : 1.0 Upstream Author : Panu Kalliokoski <[EMAIL PROTECTED]> * URL : http://sange.fi/~atehwa/bf/ * License : BSD-like Description

Bug#354808: reportbug insists on CC'ing debian-devel on ITP's

2006-03-01 Thread Panu Kalliokoski
bugrc: reportbug_version "3.8" mode standard ui text realname "Panu Kalliokoski" email "[EMAIL PROTECTED]" -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Ver

Bug#354803: ITP: stx2any -- A converter from structured plaintext to multiple formats

2006-03-01 Thread Panu Kalliokoski
Package: wnpp Severity: wishlist Owner: Panu Kalliokoski <[EMAIL PROTECTED]> * Package name: stx2any Version : 1.53 Upstream Author : Panu Kalliokoski <[EMAIL PROTECTED]> * URL : http://sange.fi/~atehwa/Stx/README.html * License : BSD-like

Bug#347191: aspell: Dumps core with when (r)eplacing with 00

2006-01-12 Thread Panu Kalliokoski
On Mon, Jan 09, 2006 at 09:31:45AM -0800, Brian Nelson wrote: > What versions of aspell, libaspell15, and aspell-fi do you have > installed? $ dpkg -l aspell-bin libaspell15 aspell-fi Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installe

Bug#347191: aspell: Dumps core with when (r)eplacing with 00

2006-01-09 Thread Panu Kalliokoski
Package: aspell Severity: normal I'm using aspell with the finnish dictionary. When I run aspell on a file containing the three characters "OO\n" (that is, big Oh, big Oh, newline, and use the (r)eplace functionality to replace "OO" with "00" (zero, zero), aspell dumps core. -- System Informatio

Bug#324802: libc-client2002edebian: libc-client is compiled with modifications that severely restrict its usability

2005-08-23 Thread Panu Kalliokoski
Package: libc-client2002edebian Version: 7:2002edebian1-11 Severity: important libc-client has a patch in Debian (debian/patches/10_disallow_escaping_home.diff) that sets the restrictBox variable to maximum restriction by default. While probably OK in the context of uw-imapd, this patch breaks l