pytorch (2.12.0+dfsg2-4) unstable; urgency=medium . * d/patches: add 2400-vulkan-spv-reproducible-order to sort Vulkan shader files in tools/gen_vulkan_spv.py to make build reproducible. pytorch (2.12.0+dfsg2-3) unstable; urgency=medium . * d/rules: drop -gsplit-dwarf to fix unreproducible builds. Under -gsplit-dwarf GCC emits a random DWARF dwo_id on every compile, which propagates into each shared object's GNU build-id and makes libc10, libshm and libtorch_cpu differ between builds. The flag was only there to reduce peak linker memory, but we link with mold (or lld), which mmap their inputs and whose RSS is independent of debug-info size, so it is not needed. pytorch (2.12.0+dfsg2-2) unstable; urgency=medium . * d/patches: drop unused six dependency from pyproject.toml so python3-torch no longer pulls python3-six back in via pybuild. Closes: #1136994 * d/tests/gencontrol: parameterize search root and stabilize output * d/tests: require dpkg-dev for the BLAS autopkgtests * d/tests/control: regenerate cpptest section against current upstream * d/rules: validate d/tests/control against staged test binaries pytorch (2.12.0+dfsg2-1) unstable; urgency=medium . * Upload to unstable. Fixes: - CVE-2025-46148, Closes: #1116543 - CVE-2026-24747, Closes: #1126723 pytorch (2.12.0+dfsg2-1~exp2) experimental; urgency=medium . * d/patches: link against system libmimalloc on arm64 * d/patches: gate qconv FP8 cpuinfo helper to x86 * d/copyright: relabel valgrind-headers as BSD-style, not GPL-2 pytorch (2.12.0+dfsg2-1~exp1) experimental; urgency=medium . * d/kineto: fix double-nested dynolog directory * d/patches: flip USE_FBGEMM default to OFF in 1020-dirtyhack * d/rules: move comments off export lines * New upstream version 2.12.0+dfsg2 * d/copyright: update to address concerns * d/lrc.config: new file, suppress lrc false positives on composite "X and Y" / "X or Y" declarations. pytorch (2.9.1+dfsg-1~exp2) experimental; urgency=medium . * Restore ppc64 build patch to fix FTBFS. pytorch (2.9.1+dfsg-1~exp1) experimental; urgency=medium . * New upstream version 2.9.1+dfsg * d/patches: drop merged patch for ppc64 builds * d/patches: refresh version patch pytorch (2.9.0+dfsg-1~exp2) experimental; urgency=medium . * d/patches: backport patch to fix ftbfs on ppcel64. * d/{control,patches}: compile with libkleidiai-dev on arm64. * d/tests: generate test stanza from latest upstream code. * d/rules: add requirements-build.txt when generating python dependencies. * d/patches: link all cpu tests against libsleef to fix ftbfs on ppcel64. pytorch (2.9.0+dfsg-1~exp1) experimental; urgency=medium . * d/copyright: exclude more bundled third-party sources from source tar. * New upstream version 2.9.0+dfsg. + bump SONAME to libtorch2.9. + update embedded version of kineto and pocketfft. + d/copyright: change path of embedded folders. + fix CVE-2025-2953 (closes: #1102229). + fix CVE-2025-2998 (closes: #1102230). + fix CVE-2025-2999 (closes: #1102231). + fix CVE-2025-3001 (closes: #1102233). + fix CVE-2025-3730 (closes: #1103455). + fix CVE-2025-55560 (closes: #1116531). + fix CVE-2025-55558 (closes: #1116532). + fix CVE-2025-55557 (closes: #1116533). + fix CVE-2025-55553 (closes: #1116535). + fix CVE-2025-55552 (closes: #1116536). + fix CVE-2025-46153 (closes: #1116538). + fix CVE-2025-46152 (closes: #1116539). + fix CVE-2025-46150 (closes: #1116540). + fix CVE-2025-46149 (closes: #1116541). + fix CVE-2025-46148 (closes: #1116542). + Update lintian-overrides patterns. * d/control: + bump std-ver to 4.7.3 (no changes required). + add libconcurrentqueue-dev in B-D. + add new Python B-Ds from pyproject.toml. * d/patches: + refresh existing patches, remove applied. + add missing gloo to libraries needed by tests. + do not link libtorch_python against libtorch. * d/: switch to llvm-21 toolchain (closes: #1124061). * Switch to PEP-517 build system: + d/control: add pybuild-plugin-pyproject in B-D. + d/rules: use pip to build instead of directly calling setup.py. pytorch-audio (2.11.0-1) unstable; urgency=medium . * New upstream version 2.11.0 pytorch-audio (2.11.0-1~exp1) experimental; urgency=medium . * New upstream version 2.11.0 pytorch-audio (2.9.1-1) experimental; urgency=medium . * Team upload. . [ Dylan Aïssi ] * New upstream version 2.9.1 * Refresh patches * Build-Depends: remove ffmpeg and sox (support removed upstream) * Build-Depends: bump minimal pytorch to 2.9.1 * d/rules: remove ffmpeg part * Add debian/salsa-ci.yml * salsa-ci: disable i386 and allow failure of blhc * salsa-ci: set RELEASE to experimental * Also generate correct dependency for rocm variant . [ Kentaro Hayashi ] * Use d/watch 5 pytorch-vision (0.27.0-3) unstable; urgency=medium . * d/tests: relax tolerance for xyxyxyxy+float32 rotated box IoU test on arm64 pytorch-vision (0.27.0-2) unstable; urgency=medium . * Team upload. * d/tests: skip earth GIF test * d/watch: update to use version 4, drop deprecated debian uupdate pytorch-vision (0.27.0-1) unstable; urgency=medium . * New upstream version 0.27.0 pytorch-vision (0.27.0-1~exp1) experimental; urgency=medium . * New upstream version 0.27.0 pytorch-vision (0.24.1-1) experimental; urgency=medium . * Team upload. * New upstream version 0.24.1 * Build-Depends: remove all ffmpeg packages, no longer supported upstream (Closes: #1115034) * Build-Depends: bump minimal pytorch version to 2.9.1 * Also generate correct dependency for rocm variant pytorch-vision (0.21.0-3) unstable; urgency=medium . * Skip tests that do not work on IBM architectures. pytorch-vision (0.21.0-2) unstable; urgency=medium . * Correctly Depends on python3-torch | python3-torch-cuda. Although not optimal, this at least allows the user to use the torchvision (compiled against the CPU variant) in conjunction with the CUDA variant of python3-torch. pytorch-vision (0.21.0-1) unstable; urgency=medium . * New upstream version 0.21.0 * Build-Depends on PyTorch >= 2.6.0. * autopkgtest: Mask image tests for avif and heic due to external dependency. pytorch-vision (0.20.1-1) unstable; urgency=medium . * New upstream version 0.20.1 This release corresponds to PyTorch 2.5.X * Add python3-torch-cuda as dependency. (Closes: #1077499) * Build against libwebp-dev for support of webp format. * Autopkgtest: skip test_io.py pytorch-vision (0.19.1-1) unstable; urgency=medium . * New upstream version 0.19.1 (Closes: #990483, #1065722) This release corresponds to PyTorch 2.4.1 * Remove outdated patches. * Drop Python3 version declaration from control. * Refresh d/copyright. * Update autopkgtest control file. (Closes: #1051811, #1063950) pytorch-vision (0.15.2-1) unstable; urgency=medium . * New upstream version 0.15.2 (Compatible w/ PyTorch 2.0.1) * Requires libtorch-dev >= 2.0.0~ for build depends. * Import upstream PR 7378 to fix FTBFS against ffmpeg 6. * Autopkgtest: add pytest. pytorch-vision (0.14.1-2) unstable; urgency=medium . * Team upload. * d/control: set X-Python3-Version to 3.11 only (Closes: #1030736). pytorch-vision (0.14.1-1) unstable; urgency=medium . [ Mo Zhou ] * dch: correction . [ Debian Janitor ] * debian/copyright: use spaces rather than tabs to start continuation lines. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. * Update standards version to 4.6.1, no changes needed. . [ Aron Xu ] * Team upload. * New upstream version 0.14.1. pytorch-vision (0.13.1-1) unstable; urgency=medium . * New upstream version 0.13.1 * d/watch: update regex to match correct tags. * B-D on python3-dev instead of -all-dev. * cme update dpkg-copyright. * Bump X-Python3-Version to 3.10 * Bump B-D to PyTorch 1.12.0. * Add new B-Ds: ffmpeg, png, jpeg, pyav. * Recommend python3-av for the binary package. * Skip dh_auto_configure due to upstream setup.py * Apply wrap-and-sort. pytorch-vision (0.8.2-1) unstable; urgency=medium . * New upstream version 0.8.2 pytorch-vision (0.8.1-1) unstable; urgency=medium . * New upstream version 0.8.1 * Specify X-Python3-Version: 3.9. pytorch-vision (0.7.0-2) unstable; urgency=medium . * Disable python 3.9; not yet enabled in B-D python3-torch 1.6.0. * Change maintainer mail address into debian-ai@l.d.o * Bump debhelper compat level to 13. * Upload to unstable. pytorch-vision (0.7.0-1) experimental; urgency=medium . * New upstream version 0.7.0 * Require libtorch-dev (>= 1.6.0) and python3-torch (>= 1.6.0) as B-D. pytorch-vision (0.6.1-1) experimental; urgency=medium . * New upstream version 0.6.1 * Add a bunch of missing build dependencies. pytorch-vision (0.6.0-1) experimental; urgency=medium . * Initial release. (Closes: #958892) r-cran-cmprsk (2.2-12-2) unstable; urgency=medium . * Team upload. * Packaging update (routine-update) * Standards-Version: 4.7.3 (routine-update) * Reflow Uploaders field (cme) * Remove Priority field (cme) * Restrict to 64-bits architectures (routine-update) * Restrict to little-endian architectures (routine-update) r-cran-earth (5.3.5-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-earth (5.3.4-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.0 (routine-update) r-cran-earth (5.3.3-1) unstable; urgency=medium . * New upstream version * dh-update-R to update Build-Depends (routine-update) r-cran-earth (5.3.2-1) unstable; urgency=medium . * Disable reprotest * New upstream version * Standards-Version: 4.6.2 (routine-update) * dh-update-R to update Build-Depends (routine-update) r-cran-earth (5.3.1-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.6.0 (routine-update) r-cran-earth (5.3.0-1) unstable; urgency=medium . * New upstream version r-cran-earth (5.2.0-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 13 (routine-update) * Testsuite: autopkgtest-pkg-r (routine-update) * Add salsa-ci file (routine-update) * Rules-Requires-Root: no (routine-update) r-cran-earth (5.1.2-1) unstable; urgency=medium . * New upstream version * debhelper-compat 12 * Standards-Version: 4.4.1 * Set upstream metadata fields: Archive. r-cran-earth (5.1.1-1) unstable; urgency=medium . * New upstream version * debhelper 12 * Standards-Version: 4.4.0 r-cran-earth (4.7.0-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.3.0 r-cran-earth (4.6.3-1) unstable; urgency=medium . * New upstream version * Standards-Version: 4.2.1 r-cran-earth (4.6.2-1) unstable; urgency=medium . * Initial release (closes: #894902) sphinx-gallery (0.21.0-1) unstable; urgency=medium . * New upstream version 0.21.0 * debian/control: - Added python3-sphinx-design to Build-Depends - Bumped Standards-Version to 4.7.4 * debian/rules: remove non-reproducible sphx_glr_plot_9* images * debian/patches: Refresh patch - doc-intersphinx.patch - adjusted-and-disabled-jupyterlite_sphinx.patch REMOVED: cheesecutter 2.9+git20211011-5