File: reproducible-build.patch

package info (click to toggle)
dnssec-trigger 0.17%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,896 kB
  • sloc: ansic: 18,697; sh: 977; makefile: 494; xml: 444; objc: 421; cpp: 18
file content (15 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Make the build reproducible
Author: Chris Lamb <lamby@debian.org>
Last-Update: 2016-08-08

--- a/Makefile.in
+++ b/Makefile.in
@@ -61,7 +61,7 @@
 systemdsystemunitdir=@systemdsystemunitdir@
 FWD_ZONES_SUPPORT=@FWD_ZONES_SUPPORT@
 NMDISPATCHERCOMMAND=@NMDISPATCHERCOMMAND@
-DATE=$(shell date +%F -r $(srcdir)/Changelog)
+DATE=$(shell date -u +%F -r $(srcdir)/Changelog)
 
 do_subst = sed -e 's,[@]SHELL[@],$(SHELL),g' \
 	       -e 's,[@]PACKAGE[@],$(PACKAGE),g' \