diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-06 01:35:49 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-06 01:35:49 -0500 |
commit | ea68550eccf1195a1022b2af99aebf4e8c78666b (patch) | |
tree | 44295ec08cd89375b5fbf4b07604e653f93b8023 /lib/ffts/debian/control | |
parent | 14d918151bd447d854c3d0b34a9d542a5dff38ff (diff) | |
download | ulab-ea68550eccf1195a1022b2af99aebf4e8c78666b.tar.gz ulab-ea68550eccf1195a1022b2af99aebf4e8c78666b.zip |
Add Debian packaging for FFTS
Diffstat (limited to 'lib/ffts/debian/control')
-rw-r--r-- | lib/ffts/debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/ffts/debian/control b/lib/ffts/debian/control new file mode 100644 index 0000000..13b84e4 --- /dev/null +++ b/lib/ffts/debian/control @@ -0,0 +1,23 @@ +Source: libffts +Section: libs +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: debhelper (>= 5), cdbs, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: libffts +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: The Fastest Fourier Transform in the South shared library + Shared objects for the Fastest Fourier Transform in the South + . + libffts contains the library of libffts. + +Package: libffts-dev +Architecture: any +Depends: libffts (= ${binary:Version}) +Description: The Fastest Fourier Transform in the South shared library + Shared objects for the Fastest Fourier Transform in the South + . + libffts-dev contains development files and documentation. |