Package: pywavelets / 0.3.0-1

Metadata

Package Version Patches format
pywavelets 0.3.0-1 3.0 (quilt)

Patch series

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

doc/source/conf.py | 13 10 + 3 - 0 !
1 file changed, 10 insertions(+), 3 deletions(-)

 grab version from the source code instead of importing pywt to

 build documentation at package build time.
02 remove_privacy_offenders.patch | (download)

doc/source/_templates/page.html | 13 0 + 13 - 0 !
doc/source/dev/testing.rst | 8 0 + 8 - 0 !
2 files changed, 21 deletions(-)

 remove google analitics and travis build badge.

do_not_rewrite_git_revision_on_build.patch | (download)

setup.py | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 don't rewrite git revision during build

Upstream uses git revision to report it inside version string. In Debian
we want to take it from source distribution to show same revision as upstream,
not Debian packaging repository revision.

Patch-Name: do_not_rewrite_git_revision_on_build.patch