diff -Nru fever-1.0.5/debian/changelog fever-1.0.5/debian/changelog --- fever-1.0.5/debian/changelog 2019-02-14 10:18:01.000000000 +0000 +++ fever-1.0.5/debian/changelog 2019-02-15 10:08:46.000000000 +0000 @@ -1,3 +1,9 @@ +fever (1.0.5-2) unstable; urgency=medium + + * Re-introduce reduced test size to finish build on slow archs. + + -- Sascha Steinbiss Fri, 15 Feb 2019 11:08:46 +0100 + fever (1.0.5-1) unstable; urgency=medium * New upstream release. diff -Nru fever-1.0.5/debian/patches/decrease-testcases.patch fever-1.0.5/debian/patches/decrease-testcases.patch --- fever-1.0.5/debian/patches/decrease-testcases.patch 1970-01-01 00:00:00.000000000 +0000 +++ fever-1.0.5/debian/patches/decrease-testcases.patch 2019-02-15 10:08:46.000000000 +0000 @@ -0,0 +1,14 @@ +Description: decreate test cases +Author: Sascha Steinbiss +Last-Update: 2019-02-15 +--- a/processing/flow_extractor_test.go ++++ b/processing/flow_extractor_test.go +@@ -22,7 +22,7 @@ + ) + + const ( +- numFlowExtractorEvents = 100000 ++ numFlowExtractorEvents = 10000 + ) + + func makeFlowExtractorEvent(ipv6 bool) types.Entry { diff -Nru fever-1.0.5/debian/patches/series fever-1.0.5/debian/patches/series --- fever-1.0.5/debian/patches/series 2019-02-14 10:18:01.000000000 +0000 +++ fever-1.0.5/debian/patches/series 2019-02-15 10:08:46.000000000 +0000 @@ -1 +1,2 @@ reproducible-man.patch +decrease-testcases.patch