Add DEB_BUILD_MAINT_OPTIONS to d/rules.

This commit is contained in:
Dan Simmons 2020-12-06 16:11:24 -05:00
parent 752d3a4302
commit db78f077fa
2 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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 <kc2bez@lubuntu.me> Sun, 06 Dec 2020 16:05:43 -0500

3
debian/rules vendored
View File

@ -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