Package: swarp / 2.38.0+dfsg-3

Metadata

Package Version Patches format
swarp 2.38.0+dfsg-3 3.0 (quilt)

Patch series

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

man/Makefile.am | 2 1 + 1 - 0 !
man/swarp.1.in | 15 9 + 6 - 0 !
2 files changed, 10 insertions(+), 7 deletions(-)

 correct manpage hyphens

static_vars.patch | (download)

src/coadd.c | 3 2 + 1 - 0 !
src/resample.c | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 make multibuf and multiwbuf static.
reproducible_builds.patch | (download)

configure.ac | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 replace the build date with the last changed date of configure.ac
 This shall help to make the build reproducible.

fix weight_type map_rms.patch | (download)

src/coadd.c | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 remove suspicious threshold
 These lines did reset the variance (for the resampled weight image) to zero
 when they are below the configured threshold (which is, by default 1e10 (!)).
 .
 The code there is executed after the code from src/weight.c, where the threshold
 already was applied. Setting them to zero based on a lower limit seems not to
 be useful.
Bug: https://bugs.debian.org/812432