summaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 15 insertions, 1 deletions
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.