clblas (2.12-1ubuntu2) hirsute; urgency=medium

  * No-change rebuild for boost soname change.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 12 Dec 2020 13:04:32 +0100

clblas (2.12-1ubuntu1) focal; urgency=medium

  * Build-depend on python2.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Sun, 09 Feb 2020 07:45:54 +0000

clblas (2.12-1build3) focal; urgency=medium

  * No change rebuild against new boost1.71 ABI

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 03 Feb 2020 20:05:45 +0000

clblas (2.12-1build2) cosmic; urgency=medium

  * No-change rebuild for boost soname change.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 17 Jul 2018 12:54:04 +0000

clblas (2.12-1build1) bionic; urgency=medium

  * No-change rebuild for boost soname change.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 26 Oct 2017 17:11:18 +0000

clblas (2.12-1) unstable; urgency=medium

  * New upstream release
  * Rebase patch queue
    - Update disable-multilib-cflags.patch
    - Refresh fix-pthread-linkage.patch
    - Refresh use-boost-dynamic-libs.patch
    - Drop Support-for-altivec-on-powerpc64-P8-systems-262.patch, applied
      upstream
  * Add patch fixing builds without tests
    - New patch Detect-CBLAS-when-building-the-client.patch
  * Add new build dependency on BLAS
  * Upgrade packaging to debhelper 10
  * Drop superfluous Testsuite field

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 21 Jan 2017 16:55:05 +0000

clblas (2.10-4) unstable; urgency=medium

  * Rename package libclblas-bin to clblas-client.
  * Update description of binary packages.
  * Disable build of examples.
  * Minor enhancements to rules file.
    - s/CMAKE_BUILD_OPTIONS/BUILD_OPTIONS.
    - Clear superfluous comments.
    - Wrap, sort and format.
  * Use HTTPS for Format field in copyright file.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 01 Sep 2016 13:30:30 +0100

clblas (2.10-3) unstable; urgency=medium

  * d/gbp.conf: no patch numbering with gbp-pq.
  * Cherry-pick upstream patch enabling altivec on ppc64. (Closes: #819091)
  * d/rules: drop usage of -mno-altivec compile flag with ppc64.
  * Drop debug package in favour autogenerated dbgsym packages.
  * Bump standards version to 3.9.8, no changes required.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 10 May 2016 18:31:46 +0100

clblas (2.10-2) unstable; urgency=medium

  * d/gbp.conf: change packaging branch to debian/master (DEP-14).
  * libclblas-dev: add install dependency on opencl-dev.
  * Use secure VCS-Git URI.
  * Bump standards version to 3.9.7, no changes required.
  * d/control: cme fix, wrap and sort.
  * d/copyright: update dates.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 16 Mar 2016 13:22:53 +0000

clblas (2.10-1) unstable; urgency=medium

  * Release to unstable.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 21 Jan 2016 17:49:25 +0000

clblas (2.10-1~exp1) experimental; urgency=medium

  * gbp.conf: use upstream tag format.
  * d/rules: use DEB_TARGET_MULTIARCH for multiarch paths.
  * d/rules: condtionally build examples on nocheck.
  * Use d/clean to remove doxygen build artefacts.
  * Install sample code via examples file.
  * Update patch queue:
    - Drop Fix-examples-install-target.patch, use dh instead.
    - Drop add-missing-stdlib-include.patch, applied upstream.
    - Refresh fix-pthread-linkage.patch.
  * Fix mismatch between patch name and description:
    - use-system-mathjax.patch -> fix-doxygen-output-dir.patch
    - fix-docs-output.patch -> use-system-mathjax.patch

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 14 Jan 2016 19:57:07 +0000

clblas (2.8+ds1-3) unstable; urgency=medium

  * d/rules: clean residual pyc files from build.
    Fixes FTBFS in reproducibility builds.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 17 Dec 2015 18:11:45 +0000

clblas (2.8+ds1-2) unstable; urgency=medium

  * Add missing maintainer CXXFLAGS.
    Thanks to YunQian Su for the suggestion.
  * Install examples to doc package.
  * Add autopkgtest testsuite.
  * Add -mxgot option to CFLAGS and CXXFLAGS for mips64* build.
    Thanks to YunQian Su for the fix. (Closes: #805893)
  * Remove unnecessary CMAKE_BUILD_TYPE override.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 01 Dec 2015 09:52:36 +0000

clblas (2.8+ds1-1) unstable; urgency=medium

  * Add non-dfsg repack suffix.
    Reason: trigger a new source tarball upload of v2.8.
  * d/copyright: update year.
  * d/watch: add dversionmangling due to repack.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 28 Oct 2015 19:27:03 +0000

clblas (2.8-2) unstable; urgency=medium

  * Revert involuntary patching of source tree.
  * Fix FTBFS due to missing dependency on Python.
  * d/p: add add-missing-stdlib-include.patch, fixes FTBFS error due to
     missing inclusion of stdlib. 

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 28 Oct 2015 15:44:38 +0000

clblas (2.8-1) unstable; urgency=medium

  * New upstream release.
  * d/patches:
    - Remove fix-missing-stdlib.patch, applied upstream.
    - Remove debian-enable-multiarch.patch, no longer needed.
    - Refresh disable-multilib-cflags.patch, fix-pthread-linkage.patch
      and use-boost-dynamic-libs.patch.
  * d/rules:
    - use SUFFIX_LIB cmake build option to enable multiarch.
    - add missing call to dh_doxygen.
  * Make build of documentation architecture independent:
    - Move doxygen dependency to Build-Depends-Indep,
    - Move call to doxygen to dh_auto_build-indep,
    - Clear doxygen artefacts in dh_auto_clean-indep.
  * Remove system jquery symlinks in HTML documentation:
    - Remove the install dependency on libjs-query,
    - Remove the .links file for the -doc package.
  * Run `cme fix` on d/control and d/changelog.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 27 Oct 2015 08:10:56 +0000

clblas (2.6-3) unstable; urgency=medium

  * d/rules: fix FTBFS on ppc64el. (Closes: #798024)
  * d/{control,rules}: now follows debmake layout.
  * add README.Debian, explains packaging policy and layout.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 19 Sep 2015 10:30:54 +0100

clblas (2.6-2) unstable; urgency=medium

  * d/control: remove ${shlibs:Depends} substitution from debug package
  * d/*-dev.install: use more generic expressions
  * d/rules: use stricter hardening
  * d/p: add patch to use Boost dynamic libraries
  * d/p: add patch fixing missing inclusion of stdlib

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Tue, 18 Aug 2015 19:55:19 +0100

clblas (2.6-1) unstable; urgency=medium

  * New upstream release.
  * d/patches: add patch fixing missing linkage with pthread.
  * Break fix-doxygen-settings.patch down to more specific patches:
    - fix-docs-output.patch,
    - use-system-mathjax.patch,
    - reproducible-build.patch.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 30 Jul 2015 17:29:37 +0100

clblas (2.4-3) unstable; urgency=medium

  * Add gbp.conf file.
  * Allow build with alternative OpenCL implementation. 

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Thu, 30 Jul 2015 11:49:05 +0100

clblas (2.4-2) unstable; urgency=medium

  * Make package build reproducible. (Closes: #790122)
    - Thanks to Maria Valentina Marin who provided the fix.

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Wed, 01 Jul 2015 13:59:39 +0100

clblas (2.4-1) unstable; urgency=low

  * Initial release. (Closes: #786505)

 -- Ghislain Antony Vaillant <ghisvail@gmail.com>  Sat, 23 May 2015 12:38:28 +0100
