From 006f9bb7a7a2364b6dd21b719194c0ad1aac4e05 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 15 May 2017 18:15:06 +0200 Subject: [PATCH] repro --- debian/patches/series | 2 ++ debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 95a107c..0d52ab0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,4 @@ 02_nrpe.cfg_local-include_support_nrpe.d.patch 07_warn_ssloption.patch +10_reproducible_build.patch +11_reproducible_dh.h.patch diff --git a/debian/rules b/debian/rules index a795bed..e9a9436 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ export AUTOHEADER=true override_dh_auto_configure: # Save deterministic "openssl dhparam" output. - #cp include/dh.h include/dh.h.orig + cp include/dh.h include/dh.h.orig dh_auto_configure -- \ --prefix=/usr \ @@ -29,7 +29,7 @@ override_dh_auto_configure: --enable-command-args # Restore deterministic "openssl dhparam" output. - #cp include/dh.h.orig include/dh.h + cp include/dh.h.orig include/dh.h override_dh_auto_build: dh_auto_build -- all