summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-01-23 11:55:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-01-23 11:55:35 +0100
commitba5f3e23f20931cb4c21f851b85f1c66f2ac7e35 (patch)
treef6e0b8aef26bc49c6303dd86b34b6737c831b464 /debian
parent406e1a16bff6ceedbf709dd72fb2ce8c16d5bdf3 (diff)
downloadinstallation-guide-ba5f3e23f20931cb4c21f851b85f1c66f2ac7e35.zip
rules: Set FORCE_SOURCE_DATE to 1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ecbe681d0..8837f14b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ installation-guide (20200716) UNRELEASED; urgency=medium
* control: Bump Standards-Version to 4.5.0 (no change).
* Mention that minimum hardware requirements are for non-liveCD images
(Closes: Bug#976255)
+ * rules: Set FORCE_SOURCE_DATE to 1.
[ Holger Wansing ]
* Some more UEFI updates. Closes: #905173
diff --git a/debian/rules b/debian/rules
index 35c638cf2..798f56c7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ ifneq (,$(DEB_PARALLEL_JOBS))
PARALLEL=-j$(DEB_PARALLEL_JOBS)
endif
+export FORCE_SOURCE_DATE=1
MANTMP=$(shell pwd)/debian/manual