Change log for arrayfire package in Debian

127 of 27 results
Deleted in buster-release (Reason: None provided.)
Published in stretch-release
Deleted in sid-release (Reason: None provided.)
arrayfire (3.3.2+dfsg1-4) unstable; urgency=medium

  * Build with compute library from Boost 1.61.
  * d/rules: disable build of examples.
  * d/rules: remove superfluous nocheck guards.

 -- Ghislain Antony Vaillant <email address hidden>  Fri, 12 Aug 2016 13:05:13 +0100
Superseded in stretch-release
Superseded in sid-release
arrayfire (3.3.2+dfsg1-3) unstable; urgency=medium

  * d/rules: fix test exclusion regex.
  * d/rules: drop usage of AF_INSTALL_INC_DIR flag.
  * d/rules: use relative paths for AF_INSTALL* flags.

 -- Ghislain Antony Vaillant <email address hidden>  Wed, 03 Aug 2016 12:37:55 +0100

Available diffs

Superseded in sid-release
arrayfire (3.3.2+dfsg1-2) unstable; urgency=medium

  * d/rules: disable imageio testcase.
  * Drop auto_clean override, use clean file instead.
  * d/rules: use DEB_HOST_ARCH_CPU instead of DEB_HOST_ARCH.
  * d/rules: minor fixes:
    - Add missing export command to DH_VERBOSE.
    - Use documented formatting for dpkg-architecture queries.
    - Use cleaner layout for comments regarding dh_auto_test.

 -- Ghislain Antony Vaillant <email address hidden>  Tue, 02 Aug 2016 15:32:57 +0100

Available diffs

Superseded in sid-release
arrayfire (3.3.2+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patch queue.
  * Bump standards version to 3.9.8, no changes required.
  * d/*.lintian-overrides: simplify regexes.
  * d/rules: simplify formatting.

 -- Ghislain Antony Vaillant <email address hidden>  Wed, 27 Apr 2016 00:35:08 +0100

Available diffs

Superseded in sid-release
arrayfire (3.3.1+dfsg1-2) unstable; urgency=medium

  * Refresh Fix-LAPACKE-detection.patch.
  * Add patch fixing FTBFS on hurd-i386.
  * d/rules: improve and simplify dh_auto_test override:
    - Replace explicit calls to ctest with dh_auto_test.
    - Enable running the testsuite in parallel.
    - Drop usage of explicit build directory.
  * Drop -dbg packages in favour of autogenerated -dbgsym.

 -- Ghislain Antony Vaillant <email address hidden>  Tue, 12 Apr 2016 16:32:59 +0100

Available diffs

Superseded in sid-release
arrayfire (3.3.1+dfsg1-1) unstable; urgency=medium

  * Release to unstable.
  * d/gbp.conf: use recommended packaging repository layout (DEP-14):
    - change upstream branch from dfsg-clean to upstream/latest.
    - change debian branch from debian/sid to debian/master.

 -- Ghislain Antony Vaillant <email address hidden>  Sat, 26 Mar 2016 15:52:53 +0000
Deleted in experimental-release (Reason: None provided.)
arrayfire (3.3.1+dfsg1-1~exp1) experimental; urgency=medium

  * New upstream release.
  * Refresh patch Fix-LAPACKE-detection.patch.
  * Update copyright information.

 -- Ghislain Antony Vaillant <email address hidden>  Mon, 21 Mar 2016 09:14:54 +0000
Superseded in experimental-release
arrayfire (3.3.0+dfsg1-1~exp1) experimental; urgency=medium

  * New upstream release.
  * d/watch: add missing repacksuffix.
  * d/rules: build CPU backend without ASYNC support.
  * Update copyright information.
  * Bump standards version to 3.9.7, no changes required.
  * Add patch fixing LAPACKE detection.
  * d/t/control: add missing dependency on libarrayfire-unified-dev.

 -- Ghislain Antony Vaillant <email address hidden>  Wed, 02 Mar 2016 17:49:29 +0000
Superseded in experimental-release
arrayfire (3.3~alpha+dfsg1-1) experimental; urgency=medium

  * New upstream release.
  * d/gbp.conf: use recommended DEP-14 format for upstream tags.
  * d/copyright: update list of files excluded after dfsg-cleaning.
  * Drop Always-use-freeimage-flags-instead-of-hardcoded-offsets.patch,
    fixed upstream.
  * d/rules: remove usage of deprecated BUILD_GTEST option.
  * cme fix d/control:
    - use secure VCS- Git URI.
    - remove unnecessary versioned depends.
    - sort install dependencies.

 -- Ghislain Antony Vaillant <email address hidden>  Fri, 05 Feb 2016 18:47:28 +0000
Superseded in stretch-release
Superseded in sid-release
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 <email address hidden>  Fri, 08 Jan 2016 19:27:28 +0000
Superseded in sid-release
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 <email address hidden>  Tue, 05 Jan 2016 10:03:08 +0000

Available diffs

Superseded in sid-release
arrayfire (3.2.1+dfsg1-5) unstable; urgency=medium

  * Add missing maintainer CXXFLAGS.

 -- Ghislain Antony Vaillant <email address hidden>  Thu, 17 Dec 2015 14:24:00 +0000

Available diffs

Superseded in sid-release
arrayfire (3.2.1+dfsg1-4) unstable; urgency=medium

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

 -- Ghislain Antony Vaillant <email address hidden>  Wed, 16 Dec 2015 20:00:31 +0000

Available diffs

Superseded in sid-release
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 <email address hidden>  Wed, 16 Dec 2015 12:40:47 +0000

Available diffs

Superseded in sid-release
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 <email address hidden>  Sat, 12 Dec 2015 19:31:59 +0000

Available diffs

Superseded in sid-release
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 <email address hidden>  Mon, 07 Dec 2015 00:35:26 +0000

Available diffs

Superseded in stretch-release
Superseded in sid-release
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 <email address hidden>  Tue, 01 Dec 2015 16:03:33 +0000

Available diffs

Superseded in stretch-release
Superseded in sid-release
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 <email address hidden>  Sun, 22 Nov 2015 19:07:22 +0000

Available diffs

Superseded in sid-release
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 <email address hidden>  Wed, 18 Nov 2015 10:05:50 +0000

Available diffs

Superseded in sid-release
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 <email address hidden>  Tue, 17 Nov 2015 11:16:11 +0000

Available diffs

Superseded in stretch-release
Superseded in sid-release
arrayfire (3.1.3+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Add upstream metadata.

 -- Ghislain Antony Vaillant <email address hidden>  Tue, 20 Oct 2015 10:09:56 +0100
Superseded in sid-release
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 <email address hidden>  Thu, 01 Oct 2015 10:55:44 +0100
Superseded in sid-release
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 <email address hidden>  Sat, 26 Sep 2015 23:16:44 +0100
Superseded in sid-release
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 <email address hidden>  Wed, 23 Sep 2015 18:19:15 +0100
Superseded in sid-release
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 <email address hidden>  Wed, 16 Sep 2015 11:19:11 +0100
Superseded in stretch-release
Superseded in sid-release
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 <email address hidden>  Tue, 07 Jul 2015 12:05:32 +0100

Available diffs

Superseded in sid-release
arrayfire (3.0.1-1) unstable; urgency=low

  * Initial release (Closes: #785569)

 -- Ghislain Antony Vaillant <email address hidden>  Mon, 18 May 2015 10:41:05 +0100
127 of 27 results