summaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-02-21 10:56:51 +0100
committerRoland Reichwein <mail@reichwein.it>2021-02-21 10:56:51 +0100
commit3b758009c7b1e945444ca3be746d05074bac0dab (patch)
treec89664e877fe695975336a53fc1c452f060d3d13 /debian/control
parent2b31c2bfa8b833b0837207b21d8738600f3f79d6 (diff)
Added debian package
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.