Your message dated Mon, 12 Nov 2007 05:26:45 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361498: fixed in straw 0.27-0.1
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: straw
Version: 0.26-2
Severity: important


The headline says it all.  Even when I purge straw and all
related packages and reinstall, starting the app looks like:
http://www.bignose.org/~andreas/R/Straw/straw.png

Starting it with a console, there are a couple of:

Traceback (most recent call last):
  File "/usr/lib/straw/straw/Event.py", line 90, in emit_signal
    apply(handler, args)
  File "/usr/lib/straw/straw/Application.py", line 275, in 
_feed_selection_changed
    self._display_feed(self._curr_feed)
  File "/usr/lib/straw/straw/Application.py", line 305, in _display_feed
    self._feedinfo_presenter.display(feed)
  File "/usr/lib/straw/straw/Application.py", line 153, in display
    text = _("Next Refresh: %s") % utils.format_date(time.gmtime(next))
  File "/usr/lib/straw/straw/utils.py", line 97, in format_date
    return unicode(timestr, encoding)
LookupError: unknown encoding: 4-1968
Locals by frame, innermost last

[snip]

Traceback (most recent call last):
  File "/usr/lib/straw/straw/Event.py", line 90, in emit_signal
    apply(handler, args)
  File "/usr/lib/straw/straw/Application.py", line 275, in 
_feed_selection_changed
    self._display_feed(self._curr_feed)
  File "/usr/lib/straw/straw/Application.py", line 305, in _display_feed
    self._feedinfo_presenter.display(feed)
  File "/usr/lib/straw/straw/Application.py", line 153, in display
    text = _("Next Refresh: %s") % utils.format_date(time.gmtime(next))
  File "/usr/lib/straw/straw/utils.py", line 97, in format_date
    return unicode(timestr, encoding)
LookupError: unknown encoding: 4-1968


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages straw depends on:
ii  gconf2                        2.14.0-1   GNOME configuration database syste
ii  python2.4                     2.4.3-1    An interactive high-level object-o
ii  python2.4-egenix-mxdatetime   2.0.6-2    date and time handling routines fo
ii  python2.4-glade2              2.8.2-3    GTK+ bindings: Glade support
ii  python2.4-gnome2              2.12.3-2   Python bindings for the GNOME desk
ii  python2.4-gnome2-extras       2.12.1-2.1 Python bindings for the GNOME desk
ii  python2.4-gtk2                2.8.2-3    Python bindings for the GTK+ widge

Versions of packages straw recommends:
pn  python2.4-adns                <none>     (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: straw
Source-Version: 0.27-0.1

We believe that the bug you reported is fixed in the latest version of
straw, which is due to be installed in the Debian FTP archive:

straw_0.27-0.1.diff.gz
  to pool/main/s/straw/straw_0.27-0.1.diff.gz
straw_0.27-0.1.dsc
  to pool/main/s/straw/straw_0.27-0.1.dsc
straw_0.27-0.1_all.deb
  to pool/main/s/straw/straw_0.27-0.1_all.deb
straw_0.27.orig.tar.gz
  to pool/main/s/straw/straw_0.27.orig.tar.gz



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.
Kumar Appaiah <[EMAIL PROTECTED]> (supplier of updated straw 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: Wed, 31 Oct 2007 16:40:03 +0530
Source: straw
Binary: straw
Architecture: source all
Version: 0.27-0.1
Distribution: unstable
Urgency: low
Maintainer: Hanna Wallach <[EMAIL PROTECTED]>
Changed-By: Kumar Appaiah <[EMAIL PROTECTED]>
Description: 
 straw      - desktop news aggregator for GNOME
Closes: 183836 203821 216150 219349 228973 247806 266918 277191 277272 277862 
305841 359105 359223 361498 380964 402028 418051
Changes: 
 straw (0.27-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release:
     + Don't fail while converting database during upgrade. (Closes: #359105, 
#266918)
     + Don't corrupt encoding name, for title display. (Closes: #361498)
     + Allow copying URLs from context menu. (Closes: #183836)
     + Blank non-existent feeds, rather than break. (Closes: #228973)
     + Feeds now return to "Uncategorized" if associated group
       is deleted. (Closes: #277272)
     + Ensure feeds get loaded upon refresh. (Closes: #203821)
     + No errors on startup. (Closes: #216150, #277191, #219349)
     + Article bodies are displayed. (Closes: #247806)
     + Allow specification of custom browser in config. (Closes: #277862)
   * debian/control:
     + Update Build-Depends to newer package versions in unstable.
     + Add python-central to Build-Depends-Indep. (Closes: #402028)
     + Add XS-Python-Version and XB-Python-Version.
     + Add python-feedparser to Depends.
   * debian/patches:
     + Remove feedparser patch, made redundant by upstream update.
     + Add password_cfgimport.patch to fix config import
       with passwords. Thanks to Matthias Urlichs for the patch.
       (Closes: #418051)
     + opml_import_fix.patch: Don't break if OPML file lacks title. Thanks
       to Tom Parker for the patch. (Closes: #305841, #359223)
     + python-version.patch: No longer relevant, since pycentral takes care.
     + remove-local-feedparser.patch: Remove local feedparser.py.
   * debian/rules:
     + Use python-central.
     + Finally conform to the updated Python policy. (Closes: #380964)
     + Fix clean rule to prevent FTBFS if built twice.
   * debian/pycompat: Set to 2
   * debian/TODO: No longer relevant.
   * debian/compat: Bump to 5.
Files: 
 6732e4b1063f94e32332e84a6d5ae76e 762 gnome optional straw_0.27-0.1.dsc
 5c64c65158dab096e2077e4f91412b37 317178 gnome optional straw_0.27.orig.tar.gz
 708edaabee8fe28dc1480e977e53ffc0 40880 gnome optional straw_0.27-0.1.diff.gz
 d09953434468ad01a92399fa5273e9b3 241666 gnome optional straw_0.27-0.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHLGJIB01zfu119ZkRAiKdAJ9Suqo31Lgw7AKZv0qEBHfpt1gvBACgq7JQ
mULDtd8X921SNPPSoAWwj4k=
=I1dI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to