faiss (1.8.0-6) unstable; urgency=medium

  * Team upload.
  * d/patches: cherry-pick upstream patch to fix FTBFS (closes: #1074944)
  * d/tests: fix dependency of cmaketest
  * d/: apply wrap-and-sort
  * d/patches: mark some patches as Forwarded: not-needed

 -- Shengqi Chen <harry-chen@outlook.com>  Fri, 13 Sep 2024 18:01:20 +0800

faiss (1.8.0-5) unstable; urgency=medium

  * Team upload.
  * Update GTest filter in autopkgtest

 -- Timo Röhling <roehling@debian.org>  Wed, 24 Apr 2024 10:54:33 +0200

faiss (1.8.0-4) unstable; urgency=medium

  * Team upload.
  * Clean source tree after build

 -- Timo Röhling <roehling@debian.org>  Mon, 22 Apr 2024 14:58:06 +0200

faiss (1.8.0-3) unstable; urgency=medium

  * Team upload.
  * Fix GTEST_FILTER composition in d/rules

 -- Timo Röhling <roehling@debian.org>  Mon, 22 Apr 2024 13:09:50 +0200

faiss (1.8.0-2) unstable; urgency=medium

  * Team upload.
  * Improve patch for 32 bit architectures
  * Add patch for big endian support
  * Skip broken testCppcontribSaDecode tests again
  * Build C API only once

 -- Timo Röhling <roehling@debian.org>  Mon, 22 Apr 2024 00:47:09 +0200

faiss (1.8.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.8.0
  * Reformat d/control
  * Bump Standards-Version to 4.7.0
  * Fix FTBFS with swig >= 4.2.0 (Closes: #1061741)
  * Build for all supported Python versions
  * Run autopkgtest with all supported Python versions

 -- Timo Röhling <roehling@debian.org>  Wed, 17 Apr 2024 18:05:40 +0200

faiss (1.7.4-3) unstable; urgency=medium

  * Team upload.
  * Drop broken Neon inlining patch

 -- Timo Röhling <roehling@debian.org>  Mon, 26 Jun 2023 16:06:31 +0200

faiss (1.7.4-2) unstable; urgency=medium

  * Team upload.
  * Install missing header file

 -- Timo Röhling <roehling@debian.org>  Sat, 24 Jun 2023 21:32:26 +0200

faiss (1.7.4-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

  [ Timo Röhling ]
  * Make package cross-buildable
  * Fix build with gcc-13 (Closes: #1037643)
  * New upstream version 1.7.4
  * Refresh patches
  * Bump Standards-Version to 4.6.2

 -- Timo Röhling <roehling@debian.org>  Thu, 22 Jun 2023 22:13:41 +0200

faiss (1.7.3-2) unstable; urgency=medium

  * Team upload.
  * Fix autopkgtest
  * Disable tests for buggy cppcontrib implementations

 -- Timo Röhling <roehling@debian.org>  Thu, 17 Nov 2022 23:31:23 +0100

faiss (1.7.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.7.3

 -- Timo Röhling <roehling@debian.org>  Thu, 10 Nov 2022 14:17:02 +0100

faiss (1.7.2-7) unstable; urgency=medium

  * Team upload.
  * Disable flaky MEM_LEAK.* tests in autopkgtest

 -- Timo Röhling <roehling@debian.org>  Fri, 05 Aug 2022 16:27:16 +0200

faiss (1.7.2-6) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.6.1
  * Drop unneeded build depend on libblis3-serial (Closes: #1012595)

 -- Timo Röhling <roehling@debian.org>  Fri, 10 Jun 2022 17:37:14 +0200

faiss (1.7.2-5) unstable; urgency=medium

  * Team upload.
  * Skip long-running MEAM_LEAK.* test during build

 -- Timo Röhling <roehling@debian.org>  Wed, 09 Feb 2022 08:00:49 +0100

faiss (1.7.2-4) unstable; urgency=medium

  * Team upload.
  * Fix implementation for 32 bit size_t
  * Enable unit tests unconditionally again
  * Fix floating point comparisons in unit tests

 -- Timo Röhling <roehling@debian.org>  Wed, 09 Feb 2022 01:38:46 +0100

faiss (1.7.2-3) unstable; urgency=medium

  * Team upload.
  * Fix CMake package export
  * Declare M-A: same for libfaiss-dev
  * Run full testsuite in autopkgtest
  * Fix dependencies

 -- Timo Röhling <roehling@debian.org>  Tue, 08 Feb 2022 12:23:14 +0100

faiss (1.7.2-2) unstable; urgency=medium

  * Team upload.
  * B-D on python3-dev
    - FAISS is built for the default Python version only (Closes: #998465)
  * Force inlining on simdlib helpers (Closes: #982100)

 -- Timo Röhling <roehling@debian.org>  Mon, 07 Feb 2022 08:17:20 +0100

faiss (1.7.2-1) unstable; urgency=medium

  * Team upload.

  [ Mo Zhou ]
  * New upstream version 1.7.2
  * Rebase existing patches.
  * Update buildflags for CMake.

  [ Timo Röhling ]
  * Fix SWIG FTBFS on 32 bit architectures
  * Bump Standards-Version to 4.6.0
  * Fix sections of binary packages
  * Fix package descriptions
  * Enable LFS
  * Use dh-sequence-* to run dh_python3 and dh_numpy3

 -- Timo Röhling <roehling@debian.org>  Sun, 06 Feb 2022 18:39:50 +0100

faiss (1.7.0-1) unstable; urgency=medium

  * New upstream version 1.7.0
  * Remove already upstreamed patches.
  * Clarify that this package is configured as CPU-only. (Closes: #982839)

 -- Mo Zhou <lumin@debian.org>  Wed, 17 Feb 2021 15:22:35 +0800

faiss (1.6.5-1) unstable; urgency=medium

  * Add the missing B-D libgtest-dev.
  * CMake: patch to use system GTest instead of downloaded one.
  * Rewrite the gtest patch and introduce FAISS_USE_SYSTEM_GTEST flag.
  * Enable hardening, and disable BUILD_TESTING on all non-amd64 arches.
  * Apply wrap-and-sort.
  * Upload to unstable.

 -- Mo Zhou <lumin@debian.org>  Wed, 25 Nov 2020 14:56:29 +0800

faiss (1.6.5-1~exp1) experimental; urgency=medium

  * New upstream version 1.6.5 (Closes: #975369)

 -- Mo Zhou <lumin@debian.org>  Tue, 24 Nov 2020 13:40:31 +0800
