dart (6.13.2+ds-3) unstable; urgency=medium
 .
   * Team upload
   * Build-Depend on python3-setuptools (Closes: #1080583)

debputy (0.1.66) unstable; urgency=medium
 .
   * LSP/Lint:
     - Ensure `dh_assistant` is run from the current source package root.
       This could cause false positive and false negative diagnostics
       with the LSP mode (`debputy lint` was unaffected).
     - Properly detect unused debhelper config files under `full`
       integration.
     - Flag substvars as `macro` in the semantic tokens. Editors that use
       semantic tokens for highlighting can now highlight substvars distinctly
       from the surrounding text.
     - Emit comment tokens for comments inside unknown fields in the semantic
       token feature. For editors that use semantic tokens for syntax
       highlighting, these inline value comments are now properly highlighted.
     - Consider relations with arch or build profile restrictions as complex
       to reduce false positives (at the cost of false negative) for duplicated
       relations.
     - Do not consider hidden files as patches. This avoids triggering
       "Unused Patch" diagnostics for `debian/patches/series" for editor
       swap files that were hidden but did not match the previous known
       patterns.
     - Make severanl of the LSP features (diagnostics, semantic tokens, and
       inlay hints) asynchronous. These requests will no longer stall
       `debputy` until responded. This will make `debputy` seem more
       responsive on larger files like `linux` (its generated `d/control`
       is 0.5 MB).
       Note that other requests (completion, hover) are still synchronous
       and will block other requests (including ongoing asynchronous ones).
 .
   * debputy lsp server: Correctly track partial diagnostic reports
     internally. The previous version did not emit partial diagnostic
     reports, so this bug could not trigger any unintended behavio (
     but probably would have down the line).

dolfinx-mpc (0.9.1-1) unstable; urgency=medium
 .
   * New upstream release

dovecot-fts-xapian (1.9.1-1) unstable; urgency=medium
 .
   * New upstream version 1.9.1
   * fix linking of fts_xapian_settings
   * install fts_xapian_settings
   * add basic autopkgtest
   * fix cURL syntax
   * add missing mailbox to cURL request

dvisvgm (3.4.4+ds-1) unstable; urgency=medium
 .
   * New upstream release.

faudio (25.03+dfsg-2) unstable; urgency=medium
 .
   * Switch back to SDL2 to fix initialisation timeouts. Closes:
     #1099537.
faudio (25.03+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
   * Standards-Version 4.7.2, no change required.

gajim (2.0.2-1) unstable; urgency=medium
 .
   * Bug fix release, various improvements

libheif (1.19.7-1) unstable; urgency=medium
 .
   * New upstream version 1.19.7
   * Remove patch no longer necessary with new upstream version.

php-fruitcake-php-cors (1.3.0-4) unstable; urgency=medium
 .
   * Team upload
   * Revert "Force system dependencies loading"
   * Modernize PHPUnit syntax
   * Simplify build
   * Update Standards-Version to 4.7.2

php-gettext-languages (2.10.0-2) unstable; urgency=medium
 .
   * Team upload
   * Modernize PHPUnit syntax
   * Update Standards-Version to 4.7.2

pyhamtools (0.11.0-2) unstable; urgency=medium
 .
   * B-D on python3-setuptools. (Closes: #1080707)
pyhamtools (0.11.0-1) unstable; urgency=medium
 .
   * New upstream version 0.11.0.

python-git (3.1.44-1) unstable; urgency=medium
 .
   * New upstream version 3.1.44

python-globus-sdk (3.51.0-1) unstable; urgency=medium
 .
   * New upstream version 3.51.0
   * d/rules: skip flaky, time critical test on riscv64.
   * d/control: declare compliance to standards version 4.7.2.

python-passlib (1.7.4-6) unstable; urgency=medium
 .
   * Team upload.
   * Take patch from fork suggesting in #1099184
     to remove usage of python3-pkg-resources (Closes: #1083674)