diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
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 |