Your message dated Thu, 27 Dec 2007 08:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457893: fixed in eqonomize 0.5-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: eqonomize
Version: 0.5-3
Severity: important
Tags: patch
If you set up a scheduled transaction with a weekly recurrence, and then
save, the resultant XML for the recurrence is incorrect.
For example, if I set up a scheduled transaction that recurs every
Monday, the relevant XML element will be saved with the attribute
days=""
instead of
days="1".
When this faulty XML is reloaded, the weekly recurrence is lost.
A patch from upstream is attached. See
http://sourceforge.net/tracker/index.php?func=detail&aid=1777640&group_id=173799&atid=866832
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages eqonomize depends on:
ii kdelibs4c2a 4:3.5.8.dfsg.1-4 core libraries and binaries for al
ii libc6 2.7-4 GNU C Library: Shared libraries
ii libgcc1 1:4.2.2-4 GCC support library
ii libqt3-mt 3:3.3.7-9 Qt GUI Library (Threaded runtime v
ii libstdc++6 4.2.2-4 The GNU Standard C++ Library v3
Versions of packages eqonomize recommends:
ii eqonomize-doc 0.5-3 documentation for the Eqonomize! a
-- no debconf information
--- src/recurrence.cpp.old 2007-05-18 09:43:23.000000000 +0200
+++ src/recurrence.cpp 2007-08-20 16:15:57.000000000 +0200
@@ -542,13 +542,13 @@ void WeeklyRecurrence::save(QDomElement
Recurrence::save(e);
e->setAttribute("frequency", i_frequency);
QString days;
- if(b_daysofweek[0]) days += 1;
- if(b_daysofweek[1]) days += 2;
- if(b_daysofweek[2]) days += 3;
- if(b_daysofweek[3]) days += 4;
- if(b_daysofweek[4]) days += 5;
- if(b_daysofweek[5]) days += 6;
- if(b_daysofweek[6]) days += 7;
+ if(b_daysofweek[0]) days += '1';
+ if(b_daysofweek[1]) days += '2';
+ if(b_daysofweek[2]) days += '3';
+ if(b_daysofweek[3]) days += '4';
+ if(b_daysofweek[4]) days += '5';
+ if(b_daysofweek[5]) days += '6';
+ if(b_daysofweek[6]) days += '7';
e->setAttribute("days", days);
}
--- End Message ---
--- Begin Message ---
Source: eqonomize
Source-Version: 0.5-4
We believe that the bug you reported is fixed in the latest version of
eqonomize, which is due to be installed in the Debian FTP archive:
eqonomize-doc_0.5-4_all.deb
to pool/main/e/eqonomize/eqonomize-doc_0.5-4_all.deb
eqonomize_0.5-4.diff.gz
to pool/main/e/eqonomize/eqonomize_0.5-4.diff.gz
eqonomize_0.5-4.dsc
to pool/main/e/eqonomize/eqonomize_0.5-4.dsc
eqonomize_0.5-4_i386.deb
to pool/main/e/eqonomize/eqonomize_0.5-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Frank S. Thomas <[EMAIL PROTECTED]> (supplier of updated eqonomize package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 27 Dec 2007 08:52:54 +0100
Source: eqonomize
Binary: eqonomize-doc eqonomize
Architecture: source i386 all
Version: 0.5-4
Distribution: unstable
Urgency: low
Maintainer: Frank S. Thomas <[EMAIL PROTECTED]>
Changed-By: Frank S. Thomas <[EMAIL PROTECTED]>
Description:
eqonomize - personal accounting software for the small household economy
eqonomize-doc - documentation for the Eqonomize! accounting software
Closes: 457893
Changes:
eqonomize (0.5-4) unstable; urgency=low
.
* src/recurrence.cpp: Applied patch from upstream's bug tracker to save
weekly recurrences properly. (closes: #457893)
Files:
a15ed1065dc5147ad0938355cac43598 872 kde optional eqonomize_0.5-4.dsc
14ca14581c171647c8bd248a1419437e 10652 kde optional eqonomize_0.5-4.diff.gz
c7dc92f88c68eff830ea0ee20ac307e7 588464 doc optional
eqonomize-doc_0.5-4_all.deb
aa87c40a61112175636d7f50b41b5c4a 531282 kde optional eqonomize_0.5-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHc2BFft6HNdxCZCkRApxNAKCRwngOhlg/UuCJU8rROYtCiZxFagCfR9Wr
17Qd3N61/D52f9vCA7+LAu4=
=X4+I
-----END PGP SIGNATURE-----
--- End Message ---