Add DEB_BUILD_MAINT_OPTIONS to d/rules.

ubuntu/hirsute
Dan Simmons 3 years ago
parent 752d3a4302
commit db78f077fa

2
debian/changelog vendored

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

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

Loading…
Cancel
Save