diff --git a/debian/changelog b/debian/changelog index fb55360..a027a8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ calamares (3.2.35-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. + * Add DEB_BUILD_MAINT_OPTIONS to debian/rules to make build paths + reproducible. -- Dan Simmons Sun, 06 Dec 2020 16:05:43 -0500 diff --git a/debian/rules b/debian/rules index c255054..e773fd9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ # Hardening options, see: https://wiki.debian.org/Hardening export DEB_BUILD_MAINT_OPTIONS=hardening=+all +# Help make build paths reproducible. +export DEB_BUILD_MAINT_OPTIONS=buildinfo+path + %: dh $@ --with kf5