summaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 14 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 4dbcf7f..811dcf8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,2 +1,14 @@
-Package: rit-fft
-Build-Depends: g++, clang, portaudio19-dev, googletest
+Source: fft
+Section: devel
+Priority: optional
+Maintainer: Roland Reichwein <mail@reichwein.it>
+Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.74-all-dev, libc++-dev | libc++-11-dev, libc++abi-dev | libc++abi-11-dev, lld | lld-11, clang | clang-11, portaudio19-dev
+Standards-Version: 4.5.0
+Homepage: http://www.reichwein.it/fft/
+
+Package: libfft-dev
+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.