b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | From: Jérémy Bobbio <lunar@debian.org> |
2 | Subject: Remove build date | ||||
3 | Bug-Debian: https://bugs.debian.org/782851 | ||||
4 | In order to make unzip build reproducibly, we remove the | ||||
5 | (already optional) build date from the binary. | ||||
6 | |||||
7 | --- a/unix/unix.c | ||||
8 | +++ b/unix/unix.c | ||||
9 | @@ -1705,7 +1705,7 @@ void version(__G) | ||||
10 | #endif /* Sun */ | ||||
11 | #endif /* SGI */ | ||||
12 | |||||
13 | -#ifdef __DATE__ | ||||
14 | +#if 0 | ||||
15 | " on ", __DATE__ | ||||
16 | #else | ||||
17 | "", "" |