vcswatch reports that
this package seems to have a new changelog entry (version
1.6.0-3, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 54e87afc88151556c5fad0ba1df6951b6a10c05b
Author: Andreas Metzler <ametzler@bebt.de>
Date: Thu Jan 20 18:10:36 2022 +0100
Document -ffile-prefix-map=. change in changelog.
commit d300690b756c2a44f4948de7dc114300e4726e01
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Wed Jan 19 03:36:50 2022 +0000
debian/rules: Pass -ffile-prefix-map via CFLAGS in WIN_FLAGS.
WIN_FLAGS does not include the standard CFLAGS from dpkg-buildflags,
which includes -ffile-prefix-map to avoid embedding the build paths in
the binaries. Adding it makes the package build reproducibly
regardless of build path.