Your message dated Mon, 12 Nov 2007 05:26:45 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#305841: 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-1 Severity: normal Tags: patch I also experienced #359105 but decided to go on with 0.26, so I downgraded to 0.25.1-4, exported my subscriptions, went back to 0.26, removed my ~/.straw/ and tried to import my subscriptions. It failed and displayed this traceback: Traceback (most recent call last): File "/usr/lib/straw/straw/Application.py", line 678, in _on_menu_import_subscriptions_activate dialogs.import_subscriptions(self._widget) File "/usr/lib/straw/straw/dialogs.py", line 112, in import_subscriptions OPMLImport.import_opml(filename, cat) File "/usr/lib/straw/straw/OPMLImport.py", line 92, in import_opml opml = read(fstream) File "/usr/lib/straw/straw/OPMLImport.py", line 78, in read entries = find_entries(o.outlines) File "/usr/lib/straw/straw/OPMLImport.py", line 70, in find_entries entries += _find_entries(o) File "/usr/lib/straw/straw/OPMLImport.py", line 48, in _find_entries e.text = title AttributeError: 'NoneType' object has no attribute 'text' I fixed OPMLImport.py so it works; please find the unified diff attached to this bug report. Regards, Frederic -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: LANG=fr_BE, LC_CTYPE=fr_BE (charmap=UTF-8) (ignored: LC_ALL set to fr_BE.UTF-8) Versions of packages straw depends on: ii gconf2 2.14.0-1 GNOME configuration database syste ii python2.4 2.4.2-2 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--- /tmp/OPMLImport.py.orig 2006-03-27 13:12:50.000000000 +0200 +++ /usr/lib/straw/straw/OPMLImport.py 2006-03-27 13:12:52.000000000 +0200 @@ -43,9 +43,8 @@ e.text = text if text == '': title = outline.get('title', '') - if title == '': - e = None - e.text = title + if title: + e.text = title if e != None: if xmlurl != '': # there's something in xmlurl. There's a good chance that's
--- 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 ---

