Package: weather-util / 2.3-2

Metadata

Package Version Patches format
weather-util 2.3-2 3.0 (quilt)

Patch series

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

weatherrc | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fhs compliant paths by default
 Configure default file locations compliant with Filesystem Hierarchy
 Standard and Debian Python Policy section 9.1.1.
pypath.patch | (download)

weather | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make weather module private
 Configure the weather script to find its Python module named weather
 in a private /usr/share/weather-util directory, to avoid polluting
 the global module search path for other scripts.
py3k decompress.patch | (download)

weather.py | 24 19 + 5 - 0 !
1 file changed, 19 insertions(+), 5 deletions(-)

 [patch] fix py3k compatibility for compressed correlation

When run under Python 3.x, explicitly decode decompressed
bytestreams if reading pre-compressed correlation data files.