From d30580c14316885e30e0de6a2c365f5623c2dc7f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 21 Feb 2021 16:24:55 +0100 Subject: Separate libfft0 from libfft-dev --- debian/control | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 811dcf8..b4091b1 100644 --- a/debian/control +++ b/debian/control @@ -11,4 +11,18 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} 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 C++20. + libfft is a Fast Fourier Transform library for C++. It supports C++17 and + C++20. + . + This is the package for developers for compiling code against libfft. It + includes the header files and static library. + +Package: libfft0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +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 + C++20. + . + This is the runtime library package including the shared library. -- cgit v1.2.3