[pve-devel] [PATCH manager 1/5] add SOURCE_DATE_EPOCH to Makefile
Dominik Csapak
d.csapak at proxmox.com
Fri Jun 9 09:55:24 CEST 2017
to get consistent timestamps for most files in the package
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 00341827..0b7cf3e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
include defines.mk
+export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -l debian/changelog.Debian -STimestamp)
+
DESTDIR=
SUBDIRS = aplinfo PVE bin www po
--
2.11.0
More information about the pve-devel
mailing list