Bug#341224: Additional Brother USB printer

2005-11-29 Thread Rainer Weikusat
Package: usbutils Version: 0.70-8 Severity: wishlist The patch below adds another Brother USB laser printer to the usb ID list -- as usual, the person listed as 'maintainer' doesn't care. --- usb.ids 2005-11-19 10:01:19.0 +0100 +++ usb.ids.new 2005-11-28 13:31:22.0 +0100 @@

Bug#502297: h2xs incorrectly treats enum values like macros

2008-10-15 Thread Rainer Weikusat
Package: perl Version: 5.8.8-7etch3 Tags: patch Severity: normal The h2xs program scans C headers for 'constants' either defined as preprocessor macros or via enum and builds a sorted list of names containing the macros and enum values found in this way. This list is then passed to

Bug#417605: asmail.c overwrites errno before looking at it

2007-04-03 Thread Rainer Weikusat
Package: asmail Version: 2.0-1 Severity: normal Tags: patch The asmail.c file from the asmail source distribution repeatedly contains the following two lines: printf(some custom error message); perror(asmail: routine name); For instance, as if ( ! tmp_pixfile ) {

Bug#357091: Issues w/ closed descriptors in dash

2006-03-15 Thread Rainer Weikusat
Package: dash Version: 0.5.2-5 dash does not handle initially closed descriptors in any way when redirecting, which leads to 'strange' anomalies and can be the cause of somehwat puzzling script misbehaviour. Two examples: Script 1: -- exec - exec 3bork printf x\n 3 printf 55

Bug#641730: pacemaker: attrd never updates CIB when attributes are updated more frequently than their timeout setting

2011-09-15 Thread Rainer Weikusat
Package: pacemaker Version: 1.0.9.1+hg15626-1 Severity: normal Tags: patch Whenever the attrd_local_callback routine in attrd.c is invoked with an updated value which differs from either the current value of the corresponding hash entry or its stored value it will copy the updated value to the

Bug#641730: Clarification.

2011-09-15 Thread Rainer Weikusat
The timeout mentioned in mentioned in my original report is the value provided for the attrd_updater -d parameter. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#954220: dialog: program aborts on resize (not fixed by 1.3-20190808-1)

2020-03-18 Thread Rainer Weikusat
Package: dialog Version: 1.3-20190211-1 Severity: normal Tags: patch As originally reported in #930775, the dialog program aborts with an exit status of 255 after resizing a widget. This is due to the dlg_win_resize function (util.c) configuring an input timeout of 0.02s which is then left in

Bug#954220: dialog: program aborts on resize (not fixed by 1.3-20190808-1)

2020-03-18 Thread Rainer Weikusat
Santiago Vila writes: > Hi. > > I'm several releases behind at this point. > > Can you tell me if version 1.3-20191210 improves things in any way? > Pre-release here: > > https://people.debian.org/~sanvila/dialog/ I can tell you wgat I already told you. But please feel free to assume that

Bug#954220: simpler way to trigger the problem with 1.3-20190808-1

2020-03-18 Thread Rainer Weikusat
Run dialog --msgbox Oh 0 0 resize the window, press a key which is not supposed to terminate the running program, eg, any letter.

Bug#954185: dialog: backtitle disappears on resize

2020-03-17 Thread Rainer Weikusat
Package: dialog Version: 1.3-20190211-1 Severity: normal Tags: patch When dialog is invoked with the --backtitle option and the window displaying the widget is resized, the window will be redrawn but the title will disappear. Example command: dialog --backtitle 'Back Title' --msgbox Text 0 0

Bug#954220: dialog: program aborts on resize (not fixed by 1.3-20190808-1)

2020-03-20 Thread Rainer Weikusat
Thomas Dickey writes: > From: Thomas Dickey > Subject: Re: Bug#954220: dialog: program aborts on resize (not fixed by > 1.3-20190808-1) > To: Rainer Weikusat , 954...@bugs.debian.org > Cc: sub...@bugs.debian.org > Date: Fri, 20 Mar 2020 15:46:44 -0400 (7 minutes, 7 seconds ag

Bug#954220: dialog: program aborts on resize (not fixed by 1.3-20190808-1)

2020-03-20 Thread Rainer Weikusat
Rainer Weikusat writes: [...] > Run > > dialog --yesno Text 0 0 > > resize window, press (or any other non-terminal key, eg, 'a') => > program exits with an exit code of 255 (aka -1) [*]. Addition: It's also possible to see that the program starts busy-waiting

Bug#970508: version in the bug report is wrong

2020-09-18 Thread Rainer Weikusat
It seems that reportbug picked up the dialog version installed on the machine it ran on which is a fork of the debian package. The bug is in 1.3-20190211 I've also checked that the latest upstream release still contains the buggy code.

Bug#970508: dialog: --aspect and --tab-len options don't work

2020-09-17 Thread Rainer Weikusat
Package: dialog Version: 1.3-20190211-ca-003-1 Severity: normal Tags: patch upstream The --aspect and --tab-len options are processed in the process_common_options subroutine called from main. The code changes the corresponding members of the dialog_state structure. After this has happened, the

Bug#1069846: dpkg: dpkg-deb fails to build package w/ incomplete changelog entry

2024-04-25 Thread Rainer Weikusat
Package: dpkg Version: 1.21.22 Severity: minor Tags: patch X-Debbugs-Cc: rweiku...@cyberadapt.com The /usr/share/dpkg/pkg-info.mk file invokes dpkg-parsechangelog to set the SOURCE_DATE_EPOCH environment variable to the date of the last changelog entry for the package being built. If this