arrayfire (3.2.2+dfsg1-2) unstable; urgency=medium

  * Refresh patch queue:
    - Delete Fixing-select-and-replace-tests.patch, already dropped.
    - Refresh Use-system-gtest.patch and Use-system-mathjax.patch.
    - Add cherry-picked upstream fix for ArrayFire image i/o on selected
      architectures.
      File: Always-use-freeimage-flags-instead-of-hardcoded-offsets.patch

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Fri, 08 Jan 2016 19:27:28 +0000

arrayfire (3.2.2+dfsg1-1) unstable; urgency=medium

  * d/control: add missing break / replace relationship.
    Thanks to Andreas Beckmann (Closes: #808320)
  * Refresh patch queue:
    - Drop Fix-CBLAS-detection.patch, fixed upstream.
    - Drop Fix-missing-includes-in-testsuite.patch, applied upstream.
    - Drop Use-custom-cflags-in-examples.patch, applied upstream.
  * d/control: cme fixed.
  * d/copyright: cme fixed.
  * d/rules: disable build of examples if nocheck requested.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 05 Jan 2016 10:03:08 +0000

arrayfire (3.2.1+dfsg1-5) unstable; urgency=medium

  * Add missing maintainer CXXFLAGS.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 17 Dec 2015 14:24:00 +0000

arrayfire (3.2.1+dfsg1-4) unstable; urgency=medium

  * d/rules: fix missing dpkg query for DEB_HOST_ARCH.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 16 Dec 2015 20:00:31 +0000

arrayfire (3.2.1+dfsg1-3) unstable; urgency=medium

  * Add upstream patch fixing the testsuite for i686 architecture.
    Thanks to Gianfranco Costamagna for reporting this issue.
  * Add missing copyright information.
    Thanks to Thorsten Alteholz for reporting this issue (Closes: #808011)
  * Build without AltiVec support on ppc64el, fixes FTBFS.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 16 Dec 2015 12:40:47 +0000

arrayfire (3.2.1+dfsg1-2) unstable; urgency=medium

  * Install common development files to new libarrayfire-dev package.
  * Install OpenCL backend to new libarrayfire-opencl packages.
  * Install unified backend to new libarrayfire-unified packages.
  * Add patch disabling calls to git when building the documentation.
    File: Disable-git-usage-in-Doxygen-settings.patch

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 12 Dec 2015 19:31:59 +0000

arrayfire (3.2.1+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Update patch queue:
    - Drop Fix-documentation-target.patch, Fix-examples-target.patch and
      Fix-missing-cstdio-include.patch, applied upstream.
    - Refresh Use-custom-cflags-in-examples.patch and Use-system-gtest.patch.
    - Refresh Fix-CBLAS-detection.patch, use upstream fix.
    - Add Fix-missing-includes-in-testsuite.patch, fix FTBFS in testsuite on
      Ubuntu 14.04.
  * Update installation of examples.
  * Update autopkgtest testsuite: add script building and running the upstream
    testsuite against the binary packages.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 07 Dec 2015 00:35:26 +0000

arrayfire (3.2.0+dfsg1-4) unstable; urgency=medium

  * Fixup autopkgtest testsuite:
    - Add missing dependency to build-essential.
    - Drop useless test- prefix for script names.
    - Use out-of-tree build in build-examples script.
  * Remove unnecessary CMAKE_BUILD_TYPE override.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 01 Dec 2015 16:03:33 +0000

arrayfire (3.2.0+dfsg1-3) unstable; urgency=medium

  * Remove jquery symlink in HTML documentation.
  * d/rules: set build directory explicitly.
  * d/rules: use correct cmake option for include install path.
  * Add example source code to documentation package.
  * d/rules: exclude examples and documentation from compression.
  * Add patch enabling usage of custom compile flags in examples.
  * Add autopkgtest testsuite.
  * Add patch fixing build of examples.
  * Use cmake options to inject documentation and example install paths.
  * d/control: cme fixed, wrap and sort.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sun, 22 Nov 2015 19:07:22 +0000

arrayfire (3.2.0+dfsg1-2) unstable; urgency=medium

  * d/rules: simplify targets.
  * d/rules: disable build of testsuite if no check requested.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 18 Nov 2015 10:05:50 +0000

arrayfire (3.2.0+dfsg1-1) unstable; urgency=medium

  * New upstream release. 
  * d/gbp.conf: use submodules with buildpackage.
  * d/gbp.conf: disable patch numbering with pq.
  * Refresh patch queue:
    - Drop bugfix-in-assign.patch, applied upstream.
    - Rename remaining patches to their corresponding commit message,
      following switch to gbp-pq.
  * d/control: add gtest to build dependencies.
  * Add patch allowing build of testsuite with Debian gtest.
  * Disable build of unified backend.
  * d/{*.install,rules}: use more specific regexes.
    Reason: in anticipation of other backends being packaged.
  * d/rules: move nocheck filter inside autotest-arch target.
  * d/copyright: add missing copyright information.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 17 Nov 2015 11:16:11 +0000

arrayfire (3.1.3+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Add upstream metadata.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 20 Oct 2015 10:09:56 +0100

arrayfire (3.1.2+dfsg1-2) unstable; urgency=medium

  * Use generic BLAS / LAPACK build dependencies instead of OpenBLAS:
    - d/control: replace libopenblas-dev with libblas-dev | libblas.so +
      liblapack-dev | liblapack.so,
    - d/p/fix-cblas-detection: detection of BLAS in upstream cmake find
      module.
    Reason: libopenblas-dev is not available for all architectures.
  * Remove source override on docs/highlight.pack.js.
    Reason: source file(s) no longer distributed.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 01 Oct 2015 10:55:44 +0100

arrayfire (3.1.2+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * d/patches:
    - refresh patch bugfix-in-assign.patch,
    - drop patch bugfix-cpuid-usage.patch, applied upstream.
  * d/rules: drop restriction of test suite to 64-bit architectures only.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 26 Sep 2015 23:16:44 +0100

arrayfire (3.1.1+dfsg1-2) unstable; urgency=medium

  * d/gbp.conf: use dfsg-clean branch as upstream branch.
  * Add upstream d/p/bugfix-cpuid-usage.patch, fixes FTBFS on several
    architectures.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 23 Sep 2015 18:19:15 +0100

arrayfire (3.1.1+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Add d/README.source, explains rationales behind DFSG cleaning.
  * Add d/README.Debian, explains packaging policy. 
  * d/control:
    - adjust format / content to debmake template,
    - modify the existing binary package descriptions, in anticipation of the 
      future introduction of the OpenCL backend packages. 
  * Update d/copyright.
  * d/patches:
    - refresh doxygen patch,
    - add upstream bugfix patch on assign, fixes memory corruption triggered 
      whilst running the test suite.
  * d/rules:
    - use stricter hardening,
    - enable test suite (only for 64-bit architecture due to a bug upstream),
    - remove extra license file from assets.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 16 Sep 2015 11:19:11 +0100

arrayfire (3.0.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop fix-unneeded-opengl-dep.patch, applied upstream.
  * d/rules: install upstream changelog. 

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 07 Jul 2015 12:05:32 +0100

arrayfire (3.0.1-1) unstable; urgency=low

  * Initial release (Closes: #785569)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Mon, 18 May 2015 10:41:05 +0100
