From 4f03e74cb25dfe201dbae0cdf799577f25e11227 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Fri, 20 Dec 2019 10:15:39 +0200 Subject: [PATCH] debian: Require gnuradio version 3.8 or above to build package Signed-off-by: Vasilis Tsiligiannis --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 768bb7f..ecf06e9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: cmake, dh-python, doxygen, git, - gnuradio-dev, + gnuradio-dev (>=3.8), libboost-date-time-dev, libboost-dev, libboost-filesystem-dev,