libksba (1.6.0-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.6.0-3 > 1.6.0-2
- Git: https://salsa.debian.org/gnutls-team/libksba.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/gnutls-team/libksba
- Last scan: 2022-05-13 19:48:22+00
- Next scan: 2022-05-19 22:58:00+00
- Debian changelog in Git:
libksba (1.6.0-3) UNRELEASED; urgency=medium
* Also build mingw with -ffile-prefix-map=$(CURDIR)=. for reproducibility.
(Thanks, Vagrant Cascadian!) Closes: #1003997
-- Andreas Metzler <ametzler@debian.org> Thu, 20 Jan 2022 18:08:13 +0100
- This branch is 2 commits ahead of tag 1.6.0-2
- Git log:
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.