Your message dated Tue, 16 May 2023 19:01:42 +0000
with message-id <[email protected]>
and subject line Bug#1036137: Removed package(s) from unstable
has caused the Debian Bug report #660305,
regarding beancounter: update fails because age cannot be calculated
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
660305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660305
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: beancounter
Version: 0.8.10
Severity: grave
Tags: upstream patch
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
I tried to use beancounter. Nothing worked.
   * What exactly did you do (or not do) that was effective (or
     ineffective)?

In /usr/share/perl5/Finance/BeanCounter.pm:1746
==
my $age = Delta_Format(DateCalc($hash{$key}{date}, $Config{lastbizday},undef, 
2), "approx", 0, "%dt");
==

failed because of the undef argument that according to the releasenotes
was added in 0.8.9

I changed it to:
==
my $nerr;
my $age = Delta_Format(DateCalc($hash{$key}{date}, $Config{lastbizday},\$nerr, 
2), "approx", 0, "%dt");
==

   * What was the outcome of this action?

I could run beancounter update

   * What outcome did you expect instead?

*** End of the template - remove these lines ***


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages beancounter depends on:
ii  libdate-manip-perl               6.30-1
ii  libdbd-mysql-perl                4.020-1+b1
ii  libdbd-pg-perl                   2.18.1-1+b1
ii  libdbi-perl                      1.616-1+b2
ii  libfinance-yahooquote-perl       0.24
ii  libstatistics-descriptive-perl   3.0300-1
ii  mysql-client-5.1 [mysql-client]  5.1.58-1
ii  perl                             5.14.2-7
ii  sqlite                           2.8.17-7
ii  sqlite3                          3.7.10-1

beancounter recommends no packages.

beancounter suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/perl5/Finance/BeanCounter.pm (from beancounter 
package)



--- End Message ---
--- Begin Message ---
Version: 0.8.11.1+rm

Dear submitter,

as the package beancounter has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1036137

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to