summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2020-02-12 19:40:39 +0100
committerNicolas Braud-Santoni <nicolas@braud-santoni.eu>2020-02-12 19:40:39 +0100
commita1b73af3812ffee0ad9da739ccf3599e0dbba541 (patch)
treef3c64dac880f7220b2ebd2fd4f3124c0d4606cba
parent5fef60866c3d598c56e11a0be699787e56a08b50 (diff)
Make the build deterministic
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 686f0dd..9a5dcaa 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 4.5.0
9Build-Depends: 9Build-Depends:
10 debhelper-compat (= 12), 10 debhelper-compat (= 12),
11 pkg-config, 11 pkg-config,
12 cmake, 12 cmake (>= 3.14),
13 mandoc, 13 mandoc,
14 libcbor-dev, 14 libcbor-dev,
15 libssl-dev, 15 libssl-dev,
diff --git a/debian/rules b/debian/rules
index 9e9bf6a..234840d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6 dh $@ 6 dh $@
7 7
8override_dh_auto_configure: 8override_dh_auto_configure:
9 dh_auto_configure -- -DUDEV_RULES_DIR=/lib/udev/rules.d 9 dh_auto_configure -- -DUDEV_RULES_DIR=/lib/udev/rules.d \
10 -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
10 11
11override_dh_missing: 12override_dh_missing:
12 dh_missing --fail-missing 13 dh_missing --fail-missing