nfft (3.5.3-5) unstable; urgency=medium

  * Team upload.
  * Move away from pkg-config into new pkgconf

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 26 Oct 2024 14:30:41 +0200

nfft (3.5.3-4) unstable; urgency=medium

  * Team upload.

  [ zhangdandan <zhangdandan@loongson.cn> ]
  * Add loong64 support to libnfft3-long4 (Closes: #1074255)

  [ Gianfranco Costamagna ]
  * Add Breaks/Replaces/Provides libnfft3-long2 (Closes: #1063922).
    Thanks Daniel Vacek and Helmut Grohne
  * Add patch to workaround a gcc-14 failure due to
    -Wincompatible-pointer-types (Closes: #1081084)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 26 Oct 2024 09:44:54 +0200

nfft (3.5.3-3) unstable; urgency=medium

  * Team upload.
  * Do not report RC candidates in watch file

 -- Andreas Tille <tille@debian.org>  Mon, 12 Feb 2024 12:37:39 +0100

nfft (3.5.3-2) unstable; urgency=medium

  * Team upload.
  * Do not build with -march=native
    Closes: #1016377
  * Rename packages according to SONAME change
    Closes: #1016379
  * Provide Julia interface in separate package
  * Fix watch file
  * Standards-Version: 4.6.2 (routine-update)
  * Fix doc installation
    Closes: #1016378

 -- Andreas Tille <tille@debian.org>  Mon, 22 Jan 2024 09:52:32 +0100

nfft (3.5.3-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Team upload.
  * Fix VCS fields
  * Standards-Version: 4.6.1 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Secure URI in copyright format (routine-update)
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * watch file standard 4 (routine-update)
  * Enable dh_missing --fail-missing
  * Enable running autopkgtest script on local machine

  [ Ileana Dumitrescu ]
  * New upstream version 3.5.3
  * Removed doxygen patch (fixed in upstream)
  * Removed patches folder (doxygen patch was the only patch before)

 -- Andreas Tille <tille@debian.org>  Fri, 29 Jul 2022 09:40:27 +0200

nfft (3.3.2-2) unstable; urgency=medium

  * Restrict testing to single- and double-precision builds on powerpc
    architectures.
    Thanks to Breno Leitao for the fix (Closes: #844403)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 14 Dec 2016 12:00:01 +0000

nfft (3.3.2-1) unstable; urgency=medium

  * New upstream version 3.3.2
  * Drop superfluous query for DEB_HOST_ARCH_CPU.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 31 Oct 2016 09:00:52 +0000

nfft (3.3.2~rc3-1) unstable; urgency=medium

  * New upstream version 3.3.2~rc3
  * Upgrade to debhelper 10.
    - Bump compat version to 10.
    - Bump versioned depends on debhelper to 10.
    - Drop explicit dependency on dh-autoreconf.
    - Drop explicit usage of `--with autoreconf` from dh command.
    - Drop explicit usage of `--parallel` from dh command.
  * Refactor and simplify content of rules file.
    - Use dh_listpackages to detect long-double precision availability.
    - Drop superfluous query for DEB_HOST_ARCH_CPU.
    - Drop explicit setup of precision suffix, use upstream's defaults.
    - Simplify all targets by looping through the available precisions.
  * Enable testing for long-double precision for all architectures.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 12 Oct 2016 11:20:07 +0100

nfft (3.3.2~rc2-2) unstable; urgency=medium

  * d/rules: disable long-double testing for powerpc and ppc64el.
  * d/rules: overall reformatting:
    - Add missing export command for DH_VERBOSE.
    - Re-order flags to follow debhelper signature.
    - Call dh_auto_build to build the documentation.
    - Clear unnecessary usage of --arch / --indep flags.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 02 Aug 2016 15:07:31 +0100

nfft (3.3.2~rc2-1) unstable; urgency=medium

  * New upstream release.
  * Drop -dbg packages in favor of autogenerated -dbgsym.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 30 Jun 2016 11:50:15 +0100

nfft (3.3.2~rc1-1) unstable; urgency=medium

  * New upstream release.
  * Update upstream metadata.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 26 May 2016 07:39:14 +0100

nfft (3.3.1-1) unstable; urgency=medium

  * d/gbp.conf: switch packaging branch to debian/master (DEP-14).
  * d/gbp.conf: disable patch numbering with gbp-pq.
  * Update patch queue:
    - Drop Use-configured-libdir-in-pkgconfig-file.patch, applied upstream.
    - Drop Disable-slow-tests.patch, fixed upstream.
  * Simplify install and lintian-overrides regexes.
  * d/rules: fix buggy clean target.
  * d/rules: detect long-double availability with pkg-config.
  * d/rules: enable testsuite for single and long-double precisions.
  * d/rules: s/COMMON_BUILD_OPTIONS/BUILD_OPTIONS.
  * d/rules: simplify call to doc target.
  * d/rules: comment out DH_VERBOSE.
  * d/control: add mips64el to list of architectures supporting long-double.
  * d/control: fix formatting of long description.
  * Bump standards version to 3.9.8, no changes required.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 05 May 2016 10:18:39 +0100

nfft (3.3.0-5) unstable; urgency=medium

  * Upload to unstable.
  * d/control:
    - use secure VCS-Git URI.
    - add missing Testsuite field.
    - cme fix, wrap and sort.
  * d/copyright: correct NFFT3 licensing from GPL-2 to GPL-2+.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 02 Feb 2016 23:55:10 +0000

nfft (3.3.0-4) experimental; urgency=medium

  * Disable testing for single and long-double precisions.
  * Add patch disabling slow tests.
    File: Disable-slow-tests.patch
  * Revert inhibition of tests for architectures which may timeout.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 16 Dec 2015 01:06:46 +0000

nfft (3.3.0-3) experimental; urgency=medium

  * Run testsuite for single and double precisions.
  * Disable testsuite for selected architectures due to potential timeout.
  * d/control: use more verbose and accurate package descriptions.
  * Simplify installation of documentation.
  * Use explicit list of architectures which supports long-double precision.
  * Drop patches fix-broken-destdir.diff, fix-hppa-build.patch and
    fix-missing-lm.patch, applied upstream.
  * Add patch fixing multiarch support in pkgconfig file.
    File: Use-configured-libdir-in-pkgconfig-file.patch
  * d/rules: use more indicative naming for fftwl detection.
  * Add autopkgtest testsuite.
  * d/rules: use existing nfft build directory for building the docs.
  * d/control: remove unnecessary ${Pre-Depends} in transitional package.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 12 Dec 2015 12:05:20 +0000

nfft (3.3.0-2) experimental; urgency=medium

  * Add d/p/doxygen-no-html-timestamps.patch. Disables usage of HTML
    timestamps in Doxygen documentation.
    Reason: improves package build reproducibility.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sun, 18 Oct 2015 20:04:30 +0100

nfft (3.3.0-1) experimental; urgency=medium

  * New upstream release.
  * d/control:
    - suggest -doc package in -dev package,
    - move doxygen to Build-Depends-Indep,
    - wrap and sort according to debmake template.
  * d/rules:
    - remove override on dh_strip, use global --dbg-package option instead,
    - use stricter hardening,
    - split rules between -arch and -indep, documentation can now be built
      independently,
    - surround testing rules with notest check,
    - make build of the long-double NFFT conditional on successful detection
      of the long-double FFTW.
  * d/watch:
    - track Github releases for upstream tarballs.
    - add dversion mangling for alpha / beta / rc.
  * Add gbp.conf file.
  * Add upstream metadata file.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 01 Jun 2015 10:59:19 +0100

nfft (3.3.0~alpha4-1) experimental; urgency=medium

  * New upstream development release
  * Add packages for multi-precision version of NFFT
  * Add documentation package, no more repack required
  * Run test suite during package build process
  * d/patches/*: drop all patches, fixed upstream

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 14 Jan 2015 12:23:32 +0000

nfft (3.2.3+dfsg-1) unstable; urgency=medium

  * Repack to exclude sourceless documentation
  * Fix FTBFS on hppa (Closes: #742753)

 -- Ghislain Vaillant <ghisvail@gmail.com>  Mon, 31 Mar 2014 11:43:05 +0100

nfft (3.2.3-1) unstable; urgency=low

  * Initial release (Closes: #725705)

 -- Ghislain Vaillant <ghisvail@gmail.com>  Mon, 07 Oct 2013 10:08:24 +0100
