summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-03 17:20:31 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-03 17:20:31 +0100
commit366bb20dd77e035b75df306eb3b33b0135bd1a91 (patch)
tree7b9429f9de961d68db9e79306e5eb5e96de43311
parentca3022b90df8966c937c638326496cd768ac80d9 (diff)
Fix dependency
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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