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/changelog | 2 +- debian/control | 16 +++++++++++++++- debian/copyright | 2 ++ debian/libfft-dev.install | 2 ++ debian/libfft0.install | 2 ++ 5 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 debian/libfft-dev.install create mode 100644 debian/libfft0.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e66003e..8969a9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ fft (1.0) unstable; urgency=medium * First version - -- Roland Reichwein Thu, 20 Jan 2021 18:59:59 +0200 + -- Roland Reichwein Sun, 21 Feb 2021 16:17:08 +0100 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. diff --git a/debian/copyright b/debian/copyright index 850d014..d1dbdca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,3 +3,5 @@ Author: Roland Reichwein , 2021 Both upstream source code and Debian packaging is available under the conditions of CC0 1.0 Universal https://creativecommons.org/publicdomain/zero/1.0/ + +I.e. the package is in the public domain, where applicable. diff --git a/debian/libfft-dev.install b/debian/libfft-dev.install new file mode 100644 index 0000000..7b868eb --- /dev/null +++ b/debian/libfft-dev.install @@ -0,0 +1,2 @@ +usr/include/fft.h +usr/lib/libfft.so diff --git a/debian/libfft0.install b/debian/libfft0.install new file mode 100644 index 0000000..00c98df --- /dev/null +++ b/debian/libfft0.install @@ -0,0 +1,2 @@ +usr/lib/libfft.so.0 +usr/lib/libfft.so.0.0.0 -- cgit v1.2.3