From 366bb20dd77e035b75df306eb3b33b0135bd1a91 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 17:20:31 +0100 Subject: Fix dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b4091b1..9a859c1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.reichwein.it/fft/ Package: libfft-dev Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, libfft0 (= ${binary:Version}) Homepage: http://www.reichwein.it/unicode/ Description: FFT library for C++ libfft is a Fast Fourier Transform library for C++. It supports C++17 and -- cgit v1.2.3