Control: tags -1 + patch Here is a possible patch
Sophie
>From d0c4e3e3c2b1d5b1863c701a3d11caa2d8f66447 Mon Sep 17 00:00:00 2001 From: Sophie Brun <sop...@offensive-security.com> Date: Thu, 22 Aug 2019 14:28:31 +0200 Subject: [PATCH] Use libvolk2* everywhere --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 392c171..badbbbd 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,7 @@ Vcs-Git: https://salsa.debian.org/bottoms/pkg-gnuradio.git Package: gnuradio Architecture: any -Depends: libvolk1-bin, +Depends: libvolk2-bin, python3-click, python3-click-plugins, python3-lxml, @@ -144,10 +144,10 @@ Depends: gnuradio (= ${binary:Version}), libcppunit-dev, libfftw3-dev, liblog4cpp5-dev, - libvolk1-dev, + libvolk2-dev, python3-dev, ${misc:Depends} -Suggests: cmake, qtbase5-dev, libqwt-qt5-dev, libvolk1-dev (>=1.3), pkg-config, swig +Suggests: cmake, qtbase5-dev, libqwt-qt5-dev, pkg-config, swig Description: GNU Software Defined Radio toolkit development Header files for the GNU Radio software defined radio system. Since GNU Radio is a framework for development of SDR -- 2.23.0.rc1