debian/0000755000000000000000000000000012246730467007201 5ustar debian/source/0000755000000000000000000000000012246730310010464 5ustar debian/source/format0000644000000000000000000000001412246730310011672 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000460412246730310011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: NFFT Upstream-Contact: Jens Keiner Source: http://www-user.tu-chemnitz.de/~potts/nfft/ Files: * Copyright: Copyright © 2002, 2012 Jens Keiner, Stefan Kunis, Daniel Potts License: GPL-2 Author: Prof. Dr. Daniel Potts Files: include/cycle.h Copyright: Copyright © 2003, 2007-8 Matteo Frigo Copyright © 2003, 2007-8 Massachusetts Institute of Technology License: MIT Author: Matteo Frigo Files: debian/* Copyright: Copyright © 2013 Ghislain Vaillant License: GPL-2 Author: Ghislain Vaillant License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with the Debian GNU/Linux distribution in /usr/share/common-licenses. If not, see . License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/rules0000755000000000000000000000033512246730310010245 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-portable-binary --enable-openmp --enable-all override_dh_strip: dh_strip --dbg-package=libnfft3-dbg debian/patches/0000755000000000000000000000000012246730310010613 5ustar debian/patches/fix-missing-lm.patch0000644000000000000000000000115312246730310014477 0ustar Description: Workaround for missing -lm flag in build system The correct fix is currently being worked on upstream. Forwarded: not-needed Author: Ghislain Vaillant Index: nfft-3.2.3/configure.ac =================================================================== --- nfft-3.2.3.orig/configure.ac 2013-10-07 14:34:52.621871961 +0100 +++ nfft-3.2.3/configure.ac 2013-10-07 14:40:36.817860434 +0100 @@ -364,6 +364,7 @@ saved_LIBS=$LIBS AC_CHECK_LIB(m, sin) LIBS=$saved_LIBS +LIBS="$saved_LIBS -lm" AC_CHECK_FUNCS([gethrtime read_real_time time_base_to_time clock_gettime mach_absolute_time]) debian/patches/series0000644000000000000000000000002512246730310012025 0ustar fix-missing-lm.patch debian/watch0000644000000000000000000000012112246730310010207 0ustar version=3 http://www-user.tu-chemnitz.de/~potts/nfft/download/nfft-(.*)\.tar\.gz debian/changelog0000644000000000000000000000023112246730310011032 0ustar nfft (3.2.3-1) unstable; urgency=low * Initial release (Closes: #725705) -- Ghislain Vaillant Mon, 07 Oct 2013 10:08:24 +0100 debian/libnfft3-1.install0000644000000000000000000000007312246730310012421 0ustar usr/lib/*/libnfft3.so.1* usr/lib/*/libnfft3_threads.so.1* debian/libnfft3-dev.install0000644000000000000000000000012712246730310013037 0ustar usr/include/nfft3*.h usr/lib/*/libnfft3*.a usr/lib/*/libnfft3*.so usr/lib/*/pkgconfig debian/compat0000644000000000000000000000000212246730310010362 0ustar 9 debian/control0000644000000000000000000000371512246730310010575 0ustar Source: nfft Maintainer: Ghislain Vaillant Section: libs Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, libfftw3-dev, pkg-config Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/nfft.git Vcs-Git: git://anonscm.debian.org/debian-science/packages/nfft.git Homepage: http://www-user.tu-chemnitz.de/~potts/nfft Package: libnfft3-1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Library for computing Non-uniform Fast Fourier Transforms NFFT is a C subroutine library for computing the nonequispaced discrete Fourier transform (NDFT) in one or more dimensions, of arbitrary input size, and of complex data. . This package contains the shared version of the library. . To get the static library and the header files, you need to install libnfft3-dev. Package: libnfft3-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libnfft3-1 (= ${binary:Version}), libfftw3-dev, ${misc:Depends}, ${shlibs:Depends} Description: Library for computing Non-uniform Fast Fourier Transforms - development NFFT is a C subroutine library for computing the nonequispaced discrete Fourier transform (NDFT) in one or more dimensions, of arbitrary input size, and of complex data. . This package contains the header files and static version of the library. Package: libnfft3-dbg Architecture: any Multi-Arch: same Section: debug Priority: extra Depends: libnfft3-1 (= ${binary:Version}), ${misc:Depends} Description: Library for computing Non-uniform Fast Fourier Transforms - debug symbols NFFT is a C subroutine library for computing the nonequispaced discrete Fourier transform (NDFT) in one or more dimensions, of arbitrary input size, and of complex data. . This package contains the detached debugging symbols of the library.