Your message dated Sun, 13 Feb 2005 09:49:41 -0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#275165: fixed in gtodo 0.14-2
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Oct 2004 11:34:06 +0000
>From [EMAIL PROTECTED] Wed Oct 06 04:34:05 2004
Return-path: <[EMAIL PROTECTED]>
Received: from scrat.cs.umu.se [130.239.40.18] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CFA3Z-0000nn-00; Wed, 06 Oct 2004 04:34:05 -0700
Received: from localhost (localhost [127.0.0.1])
by amavisd-new (Postfix) with ESMTP
id EECFE180239; Wed, 6 Oct 2004 13:34:02 +0200 (CEST)
Received: from miff0.cs.umu.se (miff0.cs.umu.se [130.239.40.62])
by scrat.cs.umu.se (Postfix) with ESMTP
id 3D1F3180214; Wed, 6 Oct 2004 13:34:01 +0200 (CEST)
Received: by miff0.cs.umu.se (Postfix, from userid 999999)
id 2A147390F; Wed, 6 Oct 2004 13:34:01 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============0760810926=="
MIME-Version: 1.0
From: =?iso-8859-1?q?Tomas_=D6gren?= <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gtodo: Typo in notification.c ("spam" vs "span") causes notifications
to fail
X-Mailer: reportbug 2.63
Date: Wed, 06 Oct 2004 13:34:01 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new at cs.umu.se
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============0760810926==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: gtodo
Version: 0.14-1
Severity: normal
Tags: patch
A typo in notification.c causes notifications to just give a blank dialog
and some error messages on stderr. <span weight="...> ... </span> is
written <spam weight="...> ... </span> instead.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_US, LC_CTYPE=en_US
Versions of packages gtodo depends on:
ii gconf2 2.6.4-2 GNOME configuration database syste
ii libatk1.0-0 1.6.1-3 The ATK accessibility toolkit
ii libbonobo2-0 2.6.2-6 Bonobo CORBA interfaces library
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libgconf2-4 2.6.4-2 GNOME configuration database syste
ii libglib2.0-0 2.4.6-2 The GLib library of C routines
ii libgnomevfs2-0 2.6.2-1 The GNOME virtual file-system libr
ii libgtk2.0-0 2.4.4-2 The GTK+ graphical user interface
ii liborbit2 1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.4.1-2 Layout and rendering of internatio
ii libxml2 2.6.11-3 GNOME XML library
ii zlib1g 1:1.2.1.1-5 compression library - runtime
-- no debconf information
--===============0760810926==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="notification.c.patch"
--- notification.c.orig 2004-10-06 13:30:26.000000000 +0200
+++ notification.c 2004-10-06 13:30:41.000000000 +0200
@@ -62,7 +62,7 @@
}
if(gtodo_todo_item_check_due(item) == 0 &&
gtodo_todo_item_check_due_time_minutes_left(item) > 0 )
{
- buffer = g_strdup_printf(_("<spam weight=\"bold\"
size=\"larger\">The following item is due in %i minutes:</span>\n
%s"),gtodo_todo_item_check_due_time_minutes_left(item),
gtodo_todo_item_get_summary(item));
+ buffer = g_strdup_printf(_("<span weight=\"bold\"
size=\"larger\">The following item is due in %i minutes:</span>\n
%s"),gtodo_todo_item_check_due_time_minutes_left(item),
gtodo_todo_item_get_summary(item));
}
else buffer = g_strdup_printf(_("<span weight=\"bold\"
size=\"larger\">The following item is due:</span>\n\"%s\""),
gtodo_todo_item_get_summary(item));
/* create image and more stuff in dialog */
--===============0760810926==--
---------------------------------------
Received: (at 275165-done) by bugs.debian.org; 13 Feb 2005 11:49:46 +0000
>From [EMAIL PROTECTED] Sun Feb 13 03:49:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c90634e4.virtua.com.br (localhost) [201.6.52.228]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D0IG1-0005IV-00; Sun, 13 Feb 2005 03:49:45 -0800
Received: from localhost ([127.0.0.1])
by localhost with esmtp (Exim 4.44)
id 1D0IFy-0001Fx-5c
for [EMAIL PROTECTED]; Sun, 13 Feb 2005 09:49:42 -0200
Date: Sun, 13 Feb 2005 09:49:41 -0200
From: "Guilherme de S. Pastore" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Bug#275165: fixed in gtodo 0.14-2
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: gtodo
Source-Version: 0.14-2
We believe that the bug you reported is fixed in the latest version of
gtodo, which is due to be installed in the Debian FTP archive:
gtodo_0.14-2.diff.gz
to pool/main/g/gtodo/gtodo_0.14-2.diff.gz
gtodo_0.14-2.dsc
to pool/main/g/gtodo/gtodo_0.14-2.dsc
gtodo_0.14-2_i386.deb
to pool/main/g/gtodo/gtodo_0.14-2_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.
Guilherme de S. Pastore <[EMAIL PROTECTED]> (supplier of updated gtodo 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: Fri, 11 Feb 2005 23:25:13 -0200
Source: gtodo
Binary: gtodo
Architecture: source i386
Version: 0.14-2
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Changed-By: Guilherme de S. Pastore <[EMAIL PROTECTED]>
Description:
gtodo - GNOME to-do list manager
Closes: 278206
Changes:
gtodo (0.14-2) unstable; urgency=low
.
* debian/control:
- Update to Standards-Version 3.6.1.1
* debian/rules:
- Include simple-patchsys.mk from CDBS
* debian/patches/00_spam-span.patch:
- Fix typo that caused notification to fail (Closes: #275165)
Files:
97a19b218468bfc475185e4cb6745214 1564 x11 optional gtodo_0.14-2.dsc
d8ac40e674c29a893dd4849f5f7cc167 7757 x11 optional gtodo_0.14-2.diff.gz
705d42ab6a304e663f7595830b1bceb3 87064 x11 optional gtodo_0.14-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCDkSst1anjIgqbEsRAk4jAJ9VOwGIutqMfq6B42y23HMnF/ojTACcCspL
ntp3boOPNavnczuLd8KSlLk=
=alLi
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]