Package: rss2email / 1:3.9-1

Metadata

Package Version Patches format
rss2email 1:3.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
detect_v2_database.patch | (download)

rss2email/main.py | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 detect 2.x database

As noted in #752522, it is quite confusing to have "r2e list" display nothing
after an upgrade from 2.x to 3.x. Even though it is in NEWS.Debian, not all
users read it so it is better to display a message if a 2.x database exists and
no feeds are found.

This is specific to the wheezy -> jessie upgrade, so will probably be dropped
after jessie is released.


document config.patch | (download)

r2e.1 | 136 136 + 0 - 0 !
1 file changed, 136 insertions(+)

 [patch] document configuration items in manpage
Bug-Debian: https://bugs.debian.org/752458
content type warning.patch | (download)

rss2email/feed.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch] log a warning when content-type is not correct

When a feed is served with a wrong Content-Type, log a warning and not an error.
This prevents a "processing error" message from being displayed at the default
log level, which is confusing for a innocuous "error" like this.