Debian Patches
Status for golang-github-muesli-mango/0.2.0-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-feat-honor-SOURCE_DATE_EPOCH-for-the-man-page-headin.patch | feat: honor SOURCE_DATE_EPOCH for the man page heading timestamp Distros that want reproducible builds need the man page's date stamp to be stable. time.Now() at build time means the binary's man pages drift on every rebuild even if the source didn't change. Pull the timestamp through a small buildTime() helper that checks SOURCE_DATE_EPOCH first (see the reproducible-builds.org spec) and falls back to time.Now() when it's unset or unparseable. Default behaviour stays the same for everyone who doesn't set the variable. Closes #16 |
Charlie Tonneslan <cst0520@gmail.com> | yes | 2026-05-17 |
