Package: isync / 1.5.1-2

Metadata

Package Version Patches format
isync 1.5.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Change reference file for man page date stamps.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] change reference file for man page date stamps

using configure's timestamp makes builds non-reproducible if the build
process includes rebuilding configure, which is the case for downstreams
like debian.

i considered using the NEWS file, as it's now updated with every
release. however, that would be unsuitable for git builds.

so instead use VERSION's timestamp, which the build system tries to keep
constant unless something actually changes. it's also a semantically
obvious choice.