abduco (0.6-1) unstable; urgency=medium . * Initial release (Closes: #900387). Reintroduces abduco, removed in 2016 over Bug #771102 (alleged dtach code reuse); see d/copyright for how the flagged loci have been rewritten or removed in abduco 0.6 and what remains shared. * d/rules: enable hardening=+all (adds bindnow), pulling the flags in via /usr/share/dpkg/buildflags.mk so the maint option is actually honoured; a direct $(shell dpkg-buildflags ...) did not see it and dropped bindnow. * d/control: drop comma-without-space synopsis (lintian odd-mark-in-description). * d/copyright: document the 2016 removal over Bug #771102 (alleged dtach code reuse), and how the loci flagged then have been substantively rewritten or removed in abduco 0.6 (packet struct field widths and buffer size, VSUSP / SIGTSTP suspend dance, "\033[999H" EOS constant, sigaction vs signal, multi-client server). Notes what remains shared (wire-protocol enum values, overall packet shape) and points at upstream's README acknowledgement of dtach as prior art. * d/copyright: use the full real name on the debian/* copyright line to match the Maintainer field. * d/control: point Vcs-* at salsa.debian.org/debian/abduco (the Debian-namespace packaging repo). * d/control: use a dedicated maintainer address (debian@jayenashar.org) to limit address harvesting from the published archive indices. * d/patches: add verbose-build.patch so the upstream Makefile prints the real compile/link commands; blhc reported NONVERBOSE BUILD and failed the Salsa CI hardening job. abduco (0.1-2) unstable; urgency=low . * Recommend dvtm. (Closes: #755577) abduco (0.1-1) unstable; urgency=low . * Initial release. (Closes: #755122) aiohttp-jinja2 (1.6-2) unstable; urgency=medium . * Team upload. * Use a typed aiohttp key for request context storage, avoiding aiohttp 3.14 NotAppKeyWarning failures while staying compatible with aiohttp 3.13. (Closes: #1139350) * Add my name to copyright file. alsa-lib (1.2.16-1) unstable; urgency=medium . * New upstream release. * Rename debian branch to upstream/latest, as per DEP14. * Update copyright years. * Update Standards-Version to 4.7.4. * Add minimal salsa-ci.yml. ansible (14.0.0+dfsg-1) unstable; urgency=medium . * New upstream version 14.0.0+dfsg * Update autopgtest deps (required by netbox) ansilove (4.2.2-1) unstable; urgency=medium . * New upstream version. * d/copyright: bump years. * d/control: drop RRR. * d/watch: update to version 5. * Bump standards version to 4.7.4. apvlv (0.7.0-final-3) unstable; urgency=medium . * d/doc: remove Startup.pdf file, upstearm version 0.7.0-alpha installed it * d/rules: don't need deal with Startup.pdf file for FTBFS DoubleBuild, as upstearm version 0.7.0-alpha don't change it on build apvlv (0.7.0-final-2) unstable; urgency=medium . * d/control: - delete Priority: optional line - delete Rules-Requires-Root: no line * Bump Standards-Version: 4.7.4 * add d/clean: clear share/doc/apvlv/Startup.pdf, Closes: #1043628, fix Fails to build source after successful build * d/watch: converted to version 5 avfs (1.3.0-1) unstable; urgency=medium . [ Alexandre Detiste ] * add debian/salsa-ci.yml * drop build-dep on quilt . [ Michael Meskes ] * New upstream version 1.3.0 * Bumped Standards-Version to 4.7.4, no changes needed * Updated watch file to version 5 * Do not explicitly specify priority optional byobu (7.13-1) unstable; urgency=medium . [ Dustin Kirkland ] * Major upstream release series 7.x — complete rewrite targeting tmux as the sole backend (GNU screen support removed). Covers all changes from 7.0 through 7.9, first upload of the 7.x series to Debian unstable. Closes: #1138925 * debian/rules: drop mobile/tests from dh_auto_test * trustmux: require TLS 1.3 minimum in --self-signed mode * trustmux.1: correct pairing code TTL from 5 min to 3 min * debian/po/sv.po: - replace the placeholder 2020 anonymous Swedish translation with the proper 2024 translation from Martin Bagge , submitted via Debian BTS; previous version had awkward phrasing and a typo ("t.e.x) konsol"); new version uses correct idiomatic Swedish and credits the debian-l10n-swedish team Closes: #1071729 * debian/po/zh_CN.po, debian/po/zh_TW.po: - remove spurious #, fuzzy flag from header (all msgstrs are complete and non-fuzzy; flag was auto-generated by Poedit for the header entry) * debian/po/zh_CN.po: - replace Unicode "smart quotes" around 'byobu-config' with ASCII single quotes to match debconf conventions and all other translations * debian/control: remove Antoine Beaupré from Uploaders per his request * usr/bin/byobu-ulevel: - replace awk %.*f with bash printf for busybox compatibility * usr/share/byobu/doc/byobu.1: - document URxvt Ctrl+Shift+Fn keysym fix in BUGS section * mobile/trustmux/static/app.js, mobile/trustmux/static/index.html: - add optional biometric/PIN re-authentication lock to the Trustmux PWA; uses the WebAuthn platform authenticator API (fingerprint, face unlock, or device PIN as fallback) to lock the app after 5 minutes of inactivity or 30 seconds of being backgrounded; on first launch after pairing, the user is offered to enable the lock (can choose Enable, Not now, or Never ask again); if enabled, the app locks on cold start and requires biometric or PIN to unlock; a Disable lock option is available from the lock screen itself; requires HTTPS (WebAuthn spec requirement) * usr/share/byobu/profiles/bashrc: - fix exit code always showing 0 in the PS1 prompt status indicator; byobu_prompt_status() was reading $? inside PS1 expansion, but byobu_prompt_runtime() ran first and reset $? to 0; fix by saving the real exit code into _byobu_exit_code via a new _byobu_save_exit() function prepended to PROMPT_COMMAND, which fires before PS1 rendering while $? still holds the exit code of the last user command * README.md, configure.ac, man pages, appdata: - update all byobu.org references from http:// to https://; the domain has required HTTPS for years and all source-tree links now reflect that; byobu.org is confirmed accessible at https://byobu.org; commit 0106e742 (May 2026) LP: #1837812, #1842990 * usr/bin/byobu-launch.in: - skip autolaunch when $TMUX is already set, preventing nested session warning "sessions should be nested with care" when opening a new pane or window inside an existing byobu/tmux session * usr/bin/purge-old-kernels: - print visible deprecation warning to stderr before delegating to apt-get autoremove, directing users to 'sudo apt autoremove' * usr/share/byobu/profiles/bashrc: - use >| for dircolors redirect to work correctly when the shell has set -o noclobber active (e.g. oh-my-bash) * debian/control, debian/rules, debian/byobu.install, debian/byobu.dirs, debian/byobu.manpages, debian/byobu.lintian-overrides, debian/docs: - fold trustmux into the byobu binary package; all trustmux files (daemon, CLI tools, Python library, static PWA assets, man pages) are now installed by the byobu package so that "dpkg -i byobu*.deb" brings trustmux along for the ride; the daemon does not start automatically — users must explicitly run trustmux-enable to opt in; pip install and brew install remain available for those who want trustmux without byobu; remove the separate trustmux binary package from the source package; add python3-cryptography and python3-tornado to byobu's Depends as they are now required at runtime; python3-cryptography is in Ubuntu/Debian main * * debian/po translations: - debian/po/fr.po: add French debconf translation (Grégoire Scano, 2019) - debian/po/nl.po: add Dutch debconf translation (Frans Spiesschaert, 2019) - debian/po/pt_BR.po: add Brazilian Portuguese debconf translation (Adriano Rafael Gomes, 2020) - debian/po/de.po: capitalisation fix + proper German quotation marks - debian/po/ru.po: replace incomplete 2010 translation with complete 2019 version from Lev Lamberov (Debian L10N Russian) * usr/share/byobu/profiles/tmuxrc: - fix tmux 3.6 startup syntax errors: replace #{BYOBU_ACCENT} and #{BYOBU_HIGHLIGHT} format strings with $VAR environment-variable expansion; tmux 3.6 no longer accepts #{} in style option values. GH: #105 * usr/share/byobu/include/colors: - drop historic \# backslash escape before hex colour values; tmux 3.6 explicitly rejects the \#RRGGBB form; plain #RRGGBB is accepted by all supported tmux versions. GH: #105 * debian/postinst: - update gnome-terminal server binary path check from the old /usr/lib/gnome-terminal/gnome-terminal-server to the current /usr/libexec/gnome-terminal-server (gnome-terminal 3.34.0+ migration); old path also checked for backward compatibility. Closes: #857223 * usr/lib/byobu/disk_io: - fix cache read failure causing incorrect I/O statistics; the Linux path wrote the cache file without a trailing newline, causing POSIX read to always fail and display cumulative totals instead of rates. Closes: #992984 * usr/bin/byobu.in: - prefer tmux-256color terminfo over screen-256color when available; screen-256color defines smso=\E[3m (italic escape) causing tmux to render standout as italic rather than reverse video. Closes: #760431 * usr/lib/byobu/include/select-session.py: - honour .always-select flag correctly: when ~/.byobu/.always-select exists the session-selection menu always appears, even with zero or one existing session. Closes: #1030283 * debian/po/sv.po: - add Swedish debconf template translation from Martin Bagge. Closes: #1071729 * debian/po/pt.po: - add complete Portuguese debconf translation from Américo Monteiro; the 2010 Tiago Silva version left two of three msgstr entries empty. Closes: #1107443 * debian/po/zh_CN.po, debian/po/zh_TW.po: - add Simplified and Traditional Chinese debconf template translations from Yangfl . Closes: #1124414 * Close obsolete bugs: - #735178 (tmux starts infinite threads): moreinfo requested in 2015, no response in over ten years; byobu-status substantially hardened. - #772221 (bashism fractional sleep): GNU coreutils sleep supports fractional arguments on all supported architectures; not a concern. Closes: #735178, #772221 * debian/control, debian/rules, debian/byobu.install: - fold trustmux mobile companion into the byobu binary package; all trustmux files (daemon, CLI tools, Python library, PWA assets, man pages) installed by the byobu package; daemon does not start automatically — users opt in via trustmux-enable. - add python3-tornado and python3-cryptography to Depends (required at runtime by the trustmux daemon). . [ Andreas Tille] * debian/control: - update Vcs-Git and Vcs-Browser to Salsa. - update Standards-Version to 4.7.4 (no changes required). * debian/watch: update from Launchpad to GitHub for upstream tarballs. * debian/control: dh-python → dh-sequence-python3 (modern debhelper); drop run-one from Recommends; drop apport from Suggests; ttf-ubuntu-font-family → fonts-ubuntu (package renamed); tmux (>= 1.5) → tmux (version constraint obsolete); debconf (>= 0.5) | debconf-2.0 → debconf | debconf-2.0; add ${perl:Depends}; Homepage → https://www.byobu.org * debian/rules: drop --with python3 (implied by dh-sequence-python3) * debian/watch: upgrade to version 5 git mode * debian/copyright: convert to DEP-5 machine-readable format * debian/upstream/metadata: new file with Bug-Database/Bug-Submit URLs * debian/salsa-ci.yml: add Salsa CI pipeline configuration * debian/source/lintian-overrides: drop now-resolved overrides for * debian-watch-does-not-check-openpgp-signature and no-dep5-copyright * Remove unused lintian-overrides * debian/salsa-ci.yml: do not fail test-uscan cairosvg (2.9.0-2) unstable; urgency=medium . * Team Upload * Add salsa-ci.yml * Update standards version to 4.7.4, no changes needed. * Annotate python3-pytest* as camlp5-buildscripts (0.07-1) unstable; urgency=medium . * New upstream release * Switch debian/watch to version 5 * Bump Standards-Version to 4.7.4 * Remove Rules-Requires-Root and Priority from debian/control canvenient (1.01-2) unstable; urgency=medium . * d/patches: Mark patch 0001 as forwarded upstream * d/libcanvenient1.symbols: add symbols file cmlxom (4.18-2) unstable; urgency=medium . * Depend on libxom-java >= 1.4.4 (Closes: #1139502) cmlxom (4.18-1) unstable; urgency=medium . * New upstream version 4.18 cryptmount (6.4.0-2) unstable; urgency=low . * Added "mount" as explicit build dependency dcmstack (0.9+git20260610.ed4d27c-1) unstable; urgency=medium . * Team upload. * New upstream version 0.9+git20260610.ed4d27c Closes: #1136864 * Removing patches merged from upstream. * insert fix-typo-in-modulimport.patch * d/control: Update B-D. * Standards-Version: 4.7.4 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) * Drop 'Rules-Requires-Root: no' from d/control (routine-update) * debputy lint --auto-fix (routine-update) * insert doc-base-registration * remove egg-info from package. * d/watch: Convert to version 5 * insert test depends on pint. * d/salsa-ci.yml: deactivate uscan test dh-ocaml (3.4) unstable; urgency=medium . * dh_ocamllibinstall: call find only once and handle arch:all builds dh-ocaml (3.3) unstable; urgency=medium . * dh_ocamllibinstall: add support for non standard package names dh-ocaml (3.2) unstable; urgency=medium . * Add support for dune layout version 1 dvisvgm (3.6+ds-2) unstable; urgency=medium . * We are back on salsa. - add d/salsa-ci.yml. * Lintian stuff, d/watch Version 5, etc. * Lintian override for groff-message, bug reported #1140008. * Bump Standards version, no changes needed. edenmath.app (1.2.2-2) unstable; urgency=medium . * debian/control (Build-Depends): Annotate xcode-tools with :native to fix the cross build. * debian/upstream/metadata: New file. fortunes-it (2.20-1) unstable; urgency=medium . * New upstream release gallery-dl (1.32.3-1) unstable; urgency=medium . * New upstream version 1.32.3. gnugo (3.9.1-1) unstable; urgency=low . * New upstream release, closes: #1139012. Due to the absence of an v3.9.1 upstream release tarball, the one presented here was aquired as follows: $ git clone --depth 1 --branch rel-3-9-1 \ https://git.savannah.gnu.org/git/gnugo.git $ cd gnugo-3.9.1/ $ git archive --format=tar --prefix=gnugo-3.9.1/ rel-3-9-1 \ | gzip -n -9 > ../gnugo_3.9.1.orig.tar.gz This tarball was byte-identical to the one created by uscan. * Updated watch file. * Replaced texi2html by texi2any --html. * Added debian/patches/gcc14.diff to silence (some) gcc14 warnings. * Removed quarry from dependencies. * Updated standards version. golang-github-antchfx-xmlquery (1.5.1-1) unstable; urgency=medium . * New upstream release * d/control: - Update Standards-Version to 4.7.4, drop Priority field - Add myself to Uploaders * Add myself to d/copyright golang-github-digitalocean-go-libvirt (0.0~git20260609.6254771-1) unstable; urgency=medium . * New upstream snapshot * Update Standards-Version to 4.7.4 in d/control (no changes needed) * Update years in d/copyright golang-github-go-rod-rod (0.116.2-2) unstable; urgency=medium . * Ignore flaky TestIdleCounter golang-github-go-rod-rod (0.116.2-1) unstable; urgency=medium . * Initial release (Closes: #1138588) golang-github-launchdarkly-go-jsonstream (3.0.0-1) unstable; urgency=medium . * Initial release (Closes: #1128943) golang-github-ysmood-leakless (0.9.0-3) unstable; urgency=medium . * Fix nocheck FTBFS to improve reproducibility golang-github-ysmood-leakless (0.9.0-2) unstable; urgency=medium . * Fix reproducibility * Attempt to fix ppc64el golang-github-ysmood-leakless (0.9.0-1) unstable; urgency=medium . * Initial release (Closes: #1138509) golang-go.yaml-yaml-v4 (4.0.0~rc5-2) unstable; urgency=medium . * Simplify d/copyright * Add missing Breaks in d/control golang-go.yaml-yaml-v4 (4.0.0~rc5-1) unstable; urgency=medium . * Team upload. * New upstream release golang-golang-x-net (1:0.56.0-1) unstable; urgency=medium . * Team upload * New upstream version 0.56.0 * Mention CVE-2026-33814 solved in 0.53.0 (Closes: #1136030) * Refresh d/copyright . golang-golang-x-net (1:0.55.0-2) unstable; urgency=medium . * Team upload * Adjust Breaks - golang-github-andybalholm-cascadia<<1.3.4 - golang-github-johanneskaufmann-dom<<0.3.1 golang-golang-x-tools (1:0.46.0+ds-1) unstable; urgency=medium . * Team upload * Silence lintian unused-override gunicorn (25.3.0-3) unstable; urgency=medium . * Team Upload * Mark python3-pytest* build-deps as * Set upstream metadata fields: Documentation, Security-Contact. hwloc (2.14.0-2) unstable; urgency=medium . * control: Re-disable libamd-smi-dev build-dependency. hwloc (2.14.0-1) unstable; urgency=medium . * New upstream release. hwloc (2.14.0~rc1-1) experimental; urgency=medium . * New upstream RC release. - control: Add libamd-smi-dev build dependency on amd64. incus (7.0.0-3) unstable; urgency=medium . * Cherry-pick upstream changes for go-yaml/v4 rc5 libconfig-inifiles-perl (3.000003-5) unstable; urgency=medium . [ Peter Pentchev ] * Declare Standards-Version 4.7.3, drop the implied Priority: optional. . [ gregor herrmann ] * Use Metacpan template in debian/watch. . [ Salvatore Bonaccorso ] * Add fix for CVE-2026-11527 (uses 2-arg open() in _make_filehandle) libcpan-perl-releases-perl (5.20260601-1) unstable; urgency=medium . * Import upstream version 5.20260601. libjson-validator-perl (5.19-1) unstable; urgency=medium . * New upstream version 5.19 libmodule-corelist-perl (5.20260601-1) unstable; urgency=medium . * New upstream version 5.20260601 libnet-cidr-set-perl (0.22-1) unstable; urgency=medium . * New upstream version 0.22. libppix-quotelike-perl (0.024-1) unstable; urgency=medium . * Team upload. * New upstream version 0.024. * Declare compliance with Debian Policy 4.7.4. * Remove <>, which is the current default. * Remove <>, which is the current default. * Add SECURITY to installed documentation. * Update upstream copyright. * Update Bug-Database and Bug-Submit in upstream metadata. libppix-regexp-perl (0.092-1) unstable; urgency=medium . * Team upload. * New upstream version 0.092. * Declare compliance with Debian Policy 4.7.4. * Update upstream copyright. * Update upstream email. * Update Bug-Database and Bug-Submit in upstream metadata. logwatch (7.14-4) unstable; urgency=medium . * Drop now unused Suggests * Cherrypick upstream patch for dovecot "Login aborted" failures * Remove redundant Priority: optional from source stanza. * Update standards version to 4.7.4, no changes needed. * Add ITP, RFP bugs in 5.0-1. lomiri-system-settings (1.3.2-3) unstable; urgency=medium . [ Roland Clobus ] * debian/patch: Add 0003_plugins-about-logo.patch * Apply the Debian logo magit-forge-el (0.6.6-1) unstable; urgency=medium . * Team upload * New upstream release * Add explicit elpa-compat dependency - To work around dh-elpa limitation on built-in addons. * Run `wrap-and-sort -ast' metview (5.26.3-6) unstable; urgency=medium . * Fix build-depends; should not use alternatives. Closes: #1139628 metview (5.26.3-5) unstable; urgency=medium . * d/rules: delete ecbuild files; forcing use of ecbuild proper * Drop unnecessary g++14.patch that changes ecbuild files metview (5.26.3-4) unstable; urgency=medium . * Fix build-deps on deprecated qt6 packages. Closes: #1139628 mpg123 (1.33.6-1) unstable; urgency=medium . * New upstream version 1.33.6 nanoflann (1.10.1+ds-1) unstable; urgency=medium . * New upstream version 1.10.1+ds * Update patches - Dropped: 0002-Avoid-assertion-error-in-L2_static_vs_dynamic.patch * Bump Standards-Version to 4.7.4 * Update autopkgtest with new test layout node-json5 (2.2.3+dfsg-6) unstable; urgency=medium . * Team upload * Increase tests timeout for slow platforms node-microtime (3.1.1-1) unstable; urgency=medium . * Initial release (Closes: #1139957) * convert from node-gyp-build to bindings; drop prebuildify ocaml-containers (3.18+dfsg-3) unstable; urgency=medium . * Team upload * Use dh-ocaml 3.2 (Closes: #1139475) * Bump Standards-Version to 4.7.4 ocaml-eio (1.3-3) unstable; urgency=medium . * Re-enable kcas-using test * Use dh-ocaml 3.3 * Bump Standards-Version to 4.7.4 * Remove Priority from debian/control ocaml-kcas (0.7.0-2) unstable; urgency=medium . * Use dh-ocaml 3.3 ocaml-multicore-bench (0.1.7-2) unstable; urgency=medium . * Team upload * Use dh-ocaml 3.2 (Closes: #1139477) * Bump Standards-Version to 4.7.4 * Remove Rules-Requires-Root and Priority from debian/control ocaml-multicore-magic (2.3.2-3) unstable; urgency=medium . * Add missing Breaks/Replaces (Closes: #1139963) ocaml-multicore-magic (2.3.2-2) unstable; urgency=medium . * Team upload * Use dh-ocaml 3.2 (Closes: #1139478) ocaml-saturn (1.0.0-3) unstable; urgency=medium . * Team upload * Use dh-ocaml 3.2 (Closes: #1139480) ocaml-visitors (20260520-1) unstable; urgency=medium . * Team upload * New upstream release * Use dh-ocaml 3.3 * Bump Standards-Version to 4.7.4 * Remove Priority from debian/control ocplib-simplex (0.5.1-5) unstable; urgency=medium . * Team upload * Use dh-ocaml 3.3 (Closes: #1139479) octave-data-smoothing (1.3.0-12) unstable; urgency=medium . * New release with correct date (Closes: #1139868) onboard (1.4.4.3+ds-1) unstable; urgency=medium . * New upstream version. openslide (3.4.1+dfsg-9) unstable; urgency=high . * Team upload. * CVE-2026-48977.patch: adjust to reverted logic. Thanks to Benjamin Gilbert openslide (3.4.1+dfsg-8) unstable; urgency=medium . * Team upload. * CVE-2026-48977.patch: new: fix CVE-2026-48977. The change lacks attempt to apply the test case, because the binary representation of a newly introduced test file is not possible in the patch. (Closes: #1140003) * d/control: drop redundant Rules-Requires-Root: no. * d/control: drop redundant Priority: optional. * d/control: declare compliance to standards version 4.7.4. * d/watch: convert to watch file version 5. * d/copyright: drop the old FSF mail address. osm2pgsql (2.3.0+ds-2) unstable; urgency=medium . * Reinstate opencv & potrace build dependencies for osm2pgsql-gen. osm2pgsql (2.3.0+ds-1) unstable; urgency=medium . * New upstream release. * Drop Rules-Requires-Root: no, default since dpkg 1.22.13. * Use test-build-validate-cleanup instead of test-build-twice. * Drop Priority: optional, default since dpkg 1.22.13. * Bump Standards-Version to 4.7.4, changes: priority. * Update copyright file. * Drop libopencv-dev & libpotrace-dev build dependencies. libopencv-dev and its dependencies are currently not installable. * Update lintian overrides. * Add patch to also install osm2pgsql-expire manpage. ovn (26.03.1-1) unstable; urgency=medium . * Team upload. * New upstream point release 26.03.1. * d/t: Drop skip for "Unsupported protocol message" test (LP: #2147468). * d/p/CVE-2026-5367_pinctrl_Unify_handling_of_DHCPv6_options.patch: Drop, included in upstream at 78f6ce612. * d/p/CVE-2026-5265_pinctrl_Limit_the_IP_packet_size_to_buffer_size_for_ICMP_Need_Frag.patch: Drop, included in upstream at 9d674c684. * d/copyright: Remove old fsf address from copyright file. php-nesbot-carbon (3.10.3-3) unstable; urgency=medium . * Team upload * Skip test failing with PHPUnit 13.2 pocketpy (2.1.8+ds-5) unstable; urgency=medium . * d/libpocketpy2.symbols: add symbols file prometheus-sql-exporter (0.9-3) unstable; urgency=medium . * Team upload. * Add golang-uber-automaxprocs-dev to Build-Depends. (Closes: #1139524) pygresql (1:6.2.3-1) unstable; urgency=medium . [ Dale Richards ] * New upstream version 6.2.3 * Bump Standards-Version to 4.7.4 - d/control: Remove Priority field since it is no longer required. * Bump copyright year. . [ Jeroen Ploemen ] * Control: remove redundant Rules-Requires-Root field. * Watch: bump to v5. * Control: add Built-Using: ${sphinxdoc:Built-Using} to documentation pkg. * Control: remove unused dependency on libjs-jquery from the doc pkg. pyro5 (5.16-2) unstable; urgency=medium . * Team upload. * Use more conventional Build-Depends spacing (closes: #1139431). * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13. * Drop "Priority: optional", default as of dpkg-dev 1.22.13. * Standards-Version: 4.7.4. python-asyncinject (0.7-1) unstable; urgency=medium . * New upstream release. * Remove 'Priority: optional', now the default. * Update Standards-Version. * Update copyright year. python-nameparser (1.2.0-1) unstable; urgency=medium . * New upstream release. * Use pybuild-plugin-pyproject. * Remove 'Priority: optional', now the default. * Remove 'Rules-Requires-Root: no', now the default. * Update Standards-Version. * Update debian/watch to format version 5. * Simplify debian/rules. * Add debian/salsa-ci.yml. python-slowapi (0.1.10-1) unstable; urgency=medium . * Team Upload * New upstream version 0.1.10 * Refresh patches * Patch-out usage of old python3-mock r-cran-batchtools (0.9.18+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.2 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) * dh-update-R to update Build-Depends (routine-update) Set upstream metadata fields: Repository, Repository-Browse. r-cran-batchtools (0.9.17+dfsg-1) unstable; urgency=medium . * New upstream version r-cran-batchtools (0.9.16+dfsg-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.2 (routine-update) * dh-update-R to update Build-Depends (routine-update) * More generic lintian-overrides * Fix permissions r-cran-batchtools (0.9.15+dfsg-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.5.1 (routine-update) r-cran-batchtools (0.9.14+dfsg-1) unstable; urgency=medium . * New upstream version * debhelper-compat 13 (routine-update) * Remove autogenerated HTML docs since it is including compressed JS r-cran-batchtools (0.9.13-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.5.0 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) r-cran-batchtools (0.9.12-1) unstable; urgency=medium . * New upstream version * debhelper-compat 12 * Standards-Version: 4.4.1 * rename debian/tests/control.autodep8 to debian/tests/control * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository, Repository-Browse. r-cran-batchtools (0.9.11-2) unstable; urgency=medium . * Team upload. * Add r-cran-ranger to test-depends. r-cran-batchtools (0.9.11-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.2.1 r-cran-batchtools (0.9.8-2) unstable; urgency=medium . * Rebuild for r-api 3.5 * Standards-Version: 4.2.0 r-cran-batchtools (0.9.8-1) unstable; urgency=medium . * Initial release (closes: #898063) r-cran-bigmemory (4.6.6-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.4 (routine-update) * Drop 'Rules-Requires-Root: no' from d/control (routine-update) r-cran-callr (3.8.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.4 (routine-update) * Refresh patch. * Drop 'Rules-Requires-Root: no' from d/control (routine-update) r-cran-deoptimr (1.2-0-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version * debian/watch: Update to version 4 r-cran-future.batchtools (0.22.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.4 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Drop 'Rules-Requires-Root: no' from d/control (routine-update) r-cran-future.batchtools (0.21.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.3 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) Set upstream metadata fields: Repository, Repository-Browse. r-cran-future.batchtools (0.12.1+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * dh-update-R to update Build-Depends (routine-update) r-cran-future.batchtools (0.12.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * dh-update-R to update Build-Depends (routine-update) r-cran-future.batchtools (0.11.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.6.2 (routine-update) * Reorder sequence of d/control fields by cme (routine-update) * Update lintian override info format in d/r-cran-future.batchtools.lintian-overrides on line 3-4. * Set upstream metadata fields: Bug-Submit. * Add more lintian-overrides false positives r-cran-future.batchtools (0.10.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.5.1 (routine-update) * debhelper-compat 13 (routine-update) r-cran-future.batchtools (0.9.0+dfsg-2) unstable; urgency=medium . * Team upload. r-cran-future.batchtools (0.9.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.5.0 (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) r-cran-future.batchtools (0.8.1+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.4.1 * Trim trailing whitespace. * Set upstream metadata fields: Archive, Bug-Database, Repository. * Remove autogenerated HTML docs since it is including compressed JS r-cran-future.batchtools (0.8.0-1) unstable; urgency=medium . * Initial release (closes: #934695) r-cran-gdtools (0.5.1-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.4 (routine-update) * Drop 'Rules-Requires-Root: no' from d/control (routine-update) r-cran-igraph (2.3.2-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-rappdirs (0.3.4-2) unstable; urgency=medium . * Team upload. * Build everywhere as it does not perform scientific computations. * Standards-Version: 4.7.4 (routine-update) * Reflow Uploaders field (cme) r-cran-rappdirs (0.3.4-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.3 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) * Remove Priority field to comply with Debian Policy 4.7.3 (routine- update) Set upstream metadata fields: Repository, Repository-Browse. r-cran-rappdirs (0.3.3-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-rappdirs (0.3.2-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.5.1 (routine-update) r-cran-rappdirs (0.3.1-2) unstable; urgency=medium . * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 13 (routine-update) * rename debian/tests/control.autodep8 to debian/tests/control (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) * Trim trailing whitespace. * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository, Repository-Browse. r-cran-rappdirs (0.3.1-1) unstable; urgency=medium . * Initial release (closes: #898059) r-cran-thematic (0.1.8-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.3 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) * dh-update-R to update Build-Depends (routine-update) r-cran-thematic (0.1.6-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) r-cran-thematic (0.1.4-1) unstable; urgency=medium . * New upstream version * dh-update-R to update Build-Depends (routine-update) * Drop unneeded patch r-cran-thematic (0.1.3-1) unstable; urgency=medium . * New upstream version r-cran-thematic (0.1.2.1-4) unstable; urgency=medium . * Rebuild with r-graphics-engine set by r-base Closes: #1039671 * Standards-Version: 4.6.2 (routine-update) * dh-update-R to update Build-Depends (routine-update) * Remove trailing whitespace in debian/changelog (routine-update) r-cran-thematic (0.1.2.1-3) unstable; urgency=medium . * Team upload. * Re-build with new R 4.2.0-1 * Change versioned dep on ggplot2 to ease migration * Version test deps to ease migration r-cran-thematic (0.1.2.1-2) unstable; urgency=medium . * Packaging update r-cran-thematic (0.1.2.1-1) unstable; urgency=medium . * Initial release (closes: #998630) r-cran-yulab.utils (0.2.4-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.3 (routine-update) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) * Add autopkgtests. * Reorder sequence of d/control fields by cme (routine-update) r-cran-yulab.utils (0.2.0-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-yulab.utils (0.1.9-1) unstable; urgency=medium . * Team upload. * New upstream version r-cran-yulab.utils (0.1.7-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. r-cran-yulab.utils (0.1.4-1) unstable; urgency=medium . * Source-only upload * New upstream version Trim trailing whitespace. Mark debian/rules as executable. Set upstream metadata fields: Archive. r-cran-yulab.utils (0.1.3-1) unstable; urgency=medium . * Initial release (closes: #1061506) rlottie (0.1+dfsg-5) unstable; urgency=medium . * Add Fix-uninitialized-arena-allocator.patch and remove -Os build flag. * Add Remove-unused-variables.patch to fix build with GCC 16. (Closes: #1133621) * Fix off-by-one error in Fortify-FreeType-raster.patch. * Add Fixed-vpath-potential-issue.patch to fix CVE-2026-47319. (Closes: #1138919) * Add Limit-recursion-in-LOTLayerItem.patch to fix CVE-2026-47320. (Closes: #1138920) * New Fixed-signed-shift-issue.patch probably fixes CVE-2026-10305. (Closes: #1139179) * Update standards version to 4.7.4. - Remove no longer needed Priority and Rules-Requires-Root fields. * Remove broken debian/watch file. * Emit ignore regexp in build log to silence blhc. rust-breezyshim (0.7.24-1) unstable; urgency=medium . * Package breezyshim 0.7.24 from crates.io using debcargo 2.8.3 * Add patch to initialize breezy in test_controldir_to_pycontroldir_conversion, fixing a flaky KeyError('default') test failure. rust-const-field-offset-macro (0.2.0-1) unstable; urgency=medium . * Package const-field-offset-macro 0.2.0 from crates.io using debcargo 2.8.2 rust-function-name-proc-macro (0.3.0-1) unstable; urgency=medium . * Package function_name-proc-macro 0.3.0 from crates.io using debcargo 2.8.2 rust-icu-segmenter-data (2.2.0-1) unstable; urgency=medium . * Package icu_segmenter_data 2.2.0 from crates.io using debcargo 2.8.2 rust-source-location (0.3.0-1) unstable; urgency=medium . * Package source-location 0.3.0 from crates.io using debcargo 2.8.2 rust-tinystr (0.8.3-1) unstable; urgency=medium . * Package tinystr 0.8.3 from crates.io using debcargo 2.8.2 rust-webauthn-attestation-ca (0.5.2-2) unstable; urgency=medium . * Team upload. * Package webauthn-attestation-ca 0.5.2 from crates.io using debcargo 2.8.2 rust-webauthn-attestation-ca (0.5.2-1) experimental; urgency=medium . * Package webauthn-attestation-ca 0.5.2 from crates.io using debcargo 2.7.10 rust-zerofrom-derive (0.1.7-1) unstable; urgency=medium . * Package zerofrom-derive 0.1.7 from crates.io using debcargo 2.8.2 shoelaces (1.4.0-3) unstable; urgency=medium . * Capture wget diagnostics in testbind and only print them on failure. Successful requests otherwise make autopkgtest fail due to stderr output. (Closes: #1140021) shoelaces (1.4.0-2) unstable; urgency=medium . * Add a Debian patch to force Go 1.22 HTTP ServeMux semantics. dh-golang builds in GOPATH mode, so Go 1.26 otherwise enables the legacy ServeMux and method-aware routes return 404. * Run the upstream integration test suite as an autopkgtest against the installed binary and web assets. * Close the Bootstrap migration bug fixed by removing the obsolete Bootstrap 4 and jQuery dependencies in 1.4.0-1. (Closes: #1088601) * Depend on adduser, which is required by the postinst to create the service account, and do not ignore account creation failures. * Fix debian/watch version 5 syntax. * Improve testbind autopkgtest diagnostics and retry service startup. shoelaces (1.4.0-1) unstable; urgency=medium . * New upstream version 1.4.0. * d/watch, d/copyright: Stop repacking upstream sources. Upstream no longer bundles Bootstrap, jQuery or fonts, so a +ds repack and Files-Excluded are no longer necessary. * d/control: Drop dependency on libjs-bootstrap4 and libjs-jquery. Upstream replaced Bootstrap and jQuery with local CSS and vanilla JS. * Remove d/shoelaces.links. It symlinked the system Bootstrap and jQuery into the web directory, which upstream no longer ships nor references. * d/control: Trim Build-Depends to upstream's simplified dependency set. Upstream replaced go-kit/log, gorilla/mux, alice, namsral/flag with stdlib equivalents, and yaml.v2 with yaml.v3. * d/copyright: Update copyright years. * Remove d/shoelaces.lintian-overrides. The old spelling-error-in-binary overrides are unused since the Go dependencies that contained those strings have been replaced by stdlib. * d/control: Bump Standards-Version to 4.7.4. No changes required. * d/control: Add Static-Built-Using field for Go binNMU tracking. * d/control: Remove now-redundant Priority and Rules-Requires-Root fields (defaults since dpkg 1.22.13). * d/watch: Update to watch file standard version 5. sndfile-tools (1.5-5) unstable; urgency=medium . * Team upload . [ Aron Xu ] * Non-maintainer upload. * Disable autopkgtest on riscv64 (Closes: #1138852) . [ Sebastian Ramacher ] * debian/control: - Drop RRR: no - Drop Priority: optional - Bump Standards-Version - Remove now longer necessary Breaks+Replace+Provides for samplerate-programs stunnel (3:5.78-5) unstable; urgency=medium . * Use `dpkg-maintscript-helper` to remove the conffiles that were dropped in stunnel4 3:5.78-1. Closes: #1139190, #1139682 u-boot (2025.01-3.2) unstable; urgency=high . * Non-maintainer upload by the LTS Team. * CVE-2024-42040 (Closes: #1081557) * CVE-2026-46728 (Closes: #1136954) ukiboot (0.2.1+git20260604.ec869c7-2) unstable; urgency=medium . * d/control: drop Multi-Arch: same from ukiboot ukiboot (0.2.1+git20260604.ec869c7-1) unstable; urgency=medium . * Initial release. (Closes: #1138530) uriparser (1.0.1+dfsg-1) unstable; urgency=medium . * New upstream release (Closes: #1123086, #1135109, CVE-2025-67899, CVE-2026-42371): - Refresh debian/patches/0001-missing_pthread.patch. * debian/copyright: - Fix old FSF address. - Add year 2026 to myself. - Refresh for new release. * Declare compliance with Debian Policy 4.7.4.1 (No changes needed). * debian/control: - Remove redundant Priority and Rules-Requires-Root. * Rebuild debian/liburiparser1.symbols. vips (8.18.3-1) unstable; urgency=medium . * New upstream release. whisper.cpp (1.8.6+dfsg-2) unstable; urgency=medium . [ Claudio Ferreira ] * Enable WHISPER_COMMON_FFMPEG for broader audio format support - Old WHISPER_FFMPEG is deprecated in v1.8.6, renamed upstream - Adds libavcodec-dev, libavformat-dev, libavutil-dev, libswresample-dev to Build-Depends for ffmpeg linking . [ Mathieu Baudier ] * Fix Replaces and Breaks version, in order to support backports. (Closes: 1139595) xmpp-dns (0.6.3-1) unstable; urgency=medium . * New upstream version 0.6.3 * d/control: - Bump standards version to 4.7.4 (no change required). - Remove redundant priority optional. - Remove redundant rules requires root field. xom (1.4.4-1) unstable; urgency=medium . * Team upload. * Upload to unstable. * Update debian/copyright. xom (1.4.4-1~exp2) experimental; urgency=medium . * Team upload. * Do not fail builds due to the absence of network. xom (1.4.4-1~exp1) experimental; urgency=medium . * Team upload. * Build depends on libtagsoup-java. xom (1.4.4-1~exp) experimental; urgency=medium . * Team upload. * New upstream version 1.4.4 * Modernise debian/watch, switch monitoring from releases to tags. * Update Files-Excluded stanza. yq-go (4.53.3+ds-1) unstable; urgency=medium . * Team upload * New upstream release: - Drop d/p/0001-fix-32bit-test.patch, no longer needed - Cherry-pick upstream fix for short merge tags * d/control: - Update Standards-Version to 4.7.4, drop Priority field - Set minimum required version of golang-go.yaml-yaml-v4-dev zigpy (1.6.0-1) unstable; urgency=medium . * New upstream release. REMOVED: python-prettylog 0.1.0-6 REMOVED: sass-grass 0.13.4-4 REMOVED: node-shebang-regex 3.0.0-2 REMOVED: rust-miniserve 0.35.0-1