audacious (4.3.1-2) unstable; urgency=medium . * Team upload. * Build against Qt6. (Closes: #1050414) btm (0.9.6-2) unstable; urgency=medium . * update and unfuzz patches. * tighten build-dependencies for crate predicates btm (0.9.6-1) experimental; urgency=low . * initial Release; closes: bug#1054312 direwolf (1.7+dfsg-1) unstable; urgency=medium . * New upstream release * Refreshed patches - Drop python3 patch - Drop libgps patch * Updated lintian-overrides line 12 * Added hardening flags in d/rules * Added myself as Uploader in d/control django-cacheops (7.0.2-1) unstable; urgency=medium . * [cfb2d1c] d/watch: Add compression type gz * [b726b71] New upstream version 7.0.2 django-select2 (7.10.0-1) unstable; urgency=medium . * Team upload . [ Tom Teichler ] * New upstream release * Enable testsuite . [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on python3-django and python3-django-appconf. * Use secure URI in debian/watch. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. . [ Tom Teichler ] * Remove no longer needed patch * Refresh patch use-local-select2.patch * Add missing build dependency . [ Antonio Terceiro ] * use-local-select2.patch: fix typo django-select2 (7.7.2-1) unstable; urgency=low . * Initial release django-simple-captcha (0.5.20-1) unstable; urgency=medium . * Team upload * [a7d1b97] d/watch: Set compression to gz * [214cba8] d/gbp.conf: Add some more useful defaults * [2a3095f] New upstream version 0.5.20 django-tables (2.6.0-2) unstable; urgency=medium . * Team upload. [ s3v ] * [52c39aa] autopkgtest: Adjust test syntax (Closes: #1055106) . [ Carsten Schoenert ] * [707b808] d/rules: Remove potential symlink in dh_clean (Closes: #1044842) dynarmic (6.5.0+ds-1.1) unstable; urgency=medium . * Non-maintainer upload * Drop catch2 patch (Closes: #1054803) efivar (38-2) unstable; urgency=medium . * Don't compile with -march=native. Closes: #1055123 efivar (38-1) unstable; urgency=medium . [ Mario Limonciello ] * New upstream version (38) * Drop all patches, upstream * debian/*: - Create new binary packages for new library libefisec1 - Add efisecdb to efivar binary package * debian/control: - Add mandoc to build depends - add grub-common to build depends for unit tests * debian/rules: - disable link time optimization to fix FTBFS - turn off verbose builds by default - set prefix for *-editenv command for unit tests . [ Steve McIntyre ] * Add loong64 to arch lists for packages. Closes: #1055083 gap-congruence (1.2.5-2) unstable; urgency=medium . * Aligned with gap2deb output * Improved test failure detection gap-cryst (4.1.26-2) unstable; urgency=medium . * Aligned with gap2deb output * Improved test failure detection gkrelluim (0.3.2-2) unstable; urgency=medium . * QA upload. * Orphaned. Set maintainer field to QA Group. * Update Standards-Version to 4.6.2. glue (0.13-7) unstable; urgency=medium . * Use python3 -m sphinx insteat of setuptools helper. (Closes: #1042631) golang-github-jesseduffield-lazycore (0.0~git20221023.718a4ca-2) unstable; urgency=medium . * Team Upload. + Source-only upload golang-github-jesseduffield-lazycore (0.0~git20221023.718a4ca-1) unstable; urgency=medium . * Initial release (Closes: #1051500) golang-github-mrunalp-fileutils (0.5.1-1) unstable; urgency=medium . * Team upload * New upstream version 0.5.1 * Update section to golang * Update Standards-Version to 4.6.2 (no changes) golang-github-seancfoley-ipaddress-go (1.5.4-3) unstable; urgency=medium . * Team Upload. * Add patch to fix FTBFS on 32-bit archs golang-github-seancfoley-ipaddress-go (1.5.4-2) unstable; urgency=medium . * Team Upload. + Source-only upload for testing migration. golang-github-seancfoley-ipaddress-go (1.5.4-1) unstable; urgency=medium . [ M Hickford, Nilesh Patra ] * Initial release (Closes: #1037446) gromacs (2023.3-1) unstable; urgency=medium . * New upstream release. - Remove erfinv-portability.patch, included in this release. hamradio-files (20231103) unstable; urgency=medium . * Update country files to version 20231103. * Update supercheckpartial MASTER.SCP to version 2023.11.02.00. * Update WAG call file to version 20/Oct/2023. hannah-foo2zjs (1:6) unstable; urgency=medium . * debian/control: replace dependency on policykit-1 by pkexec (Closes: #1025572) hannah-foo2zjs (1:5) unstable; urgency=medium . * debian/control: add myself to Uploaders: (Closes: #653980) * debian/control: use dh13 * debian/control: bump standard to 4.6.2 (no changes) * debian/control: add Rules-Requires-Root: no hannah-foo2zjs (1:4) unstable; urgency=medium . * Adopt under the Debian Printing Team umbrella . * Some more cleanup: - Cleanup breaks/replaces against very old foo2zjs - Add Vcs-* fields for the repository on Salsa - Bump debhelper compat to 11 - Add debian/gbp.conf hannah-foo2zjs (1:3) unstable; urgency=medium . * QA upload. * Switch source format to "3.0 (native)". * Do not ship the generated hannah binary, and the Makefile, and make sure to remove them on clean. * Drop the menu file, since hannah-foo2zjs already provides a .desktop file. * Use an install file to install all the files, using dh-exec to rename the files: - add a new executable hannah-foo2zjs.install file - add the dh-exec build dependency * Rewrite rule to use the dh sequencer. * Bump the debhelper compatibility to 10: - bump compat to 10 - bump the debhelper build dependency to 10~ * Switch versioned conflict to versioned break. * Cleanup hannah.pro. * Build the application with Qt 5: (Closes: #874903) - set the QT modules in the .pro file - switch the libqt4-dev build dependency to qtbase5-dev - set QT_SELECT=5 in rules, to make sure to build even when Qt 4 is installed too * Various improvements to the application itself: - reindent code - forward-declare classes, including only what needed, and where needed - do not hardcode the font, use the default one - use better QMessageBox APIs - create & lay out widgets in the right order - add a checkbox -> firmware mapping, so there is not a separate list for the latter - turn the "Mark all" from a checkbox into a button, and add also a new "Unmark all" button - switch from QStatusBar to QLabel for the status messages - disable the download button while downloading - set the "printer" icon for the application - harden the build with extra defines, and fix the code accordingly (slot -> Q_SLOTS, QStringLiteral, etc) - group checkboxes & mark/unmark buttons in a group box, with the checkboxes laid in two columns - improve the text in the about dialog - add accelerators for buttons * Fix path of getweb to /usr/sbin/getweb. (Closes: #772447) * Use pkexec to run getweb, instead of su-to-root for the whole application: (LP: #1713311) - depend on policykit-1 - drop the gksu|kdebase-bin|kde-runtime|kdebase-runtime|ktsuss|sux dependency (Closes: #885545) - directly exec hannah-foo2zjs in the desktop file * Make hannah.desktop file valid: - set the value of the 'Terminal' key to false (as it is a boolean) - add the Qt category, and remove the Settings one * Link in as-needed mode. * Bump Standards-Version to 4.1.3, no changes required. * Add myself to copyright, for both code and packaging. hannah-foo2zjs (1:2) unstable; urgency=low . [ Didier Raboud ] * Orphan properly: set Maintainer to the QA group * Replace dependency against foo2zjs to printer-driver-foo2zjs as the former was transitional in latest stable . [ Pino Toscano ] * Allow kde-runtime as alternative to kdebase-runtime (Closes: #666683) . [ Ronny Standtke ] * Update desktop file (Closes: #631389) hannah-foo2zjs (1:1) unstable; urgency=low * Initial release. Separated out from foo2zjs package. (Closes: #449497, #503813, #503814). iotas (0.2.6+ds-1) unstable; urgency=medium . * New upstream version libdancer2-perl (1.0.0+dfsg-1) unstable; urgency=medium . * Import upstream version 1.0.0+dfsg. * Mention deprecations in debian/NEWS.Developer. * Follow doc renaming in debian/libdancer2-perl.docs. * Remove generated test files via debian/clean. (Closes: #1047307) libfiu (1.2-1) unstable; urgency=medium . * New upstream release. - Drop all local patches; applied upstream. libgd-barcode-perl (2.00-1) unstable; urgency=medium . * Import upstream version 2.00. * Add debian/upstream/metadata. * Drop fix-auto-Version.patch, fixed upstream. * Update test and runtime dependencies. * Update years of packaging copyright. * Declare compliance with Debian Policy 4.6.2. * Set Rules-Requires-Root: no. libgraphics-toolkit-color-perl (1.71-1) unstable; urgency=medium . * Import upstream version 1.71. * Update years of upstream copyright. * Update short description. libjs-jquery-jstree (3.3.16+dfsg1-1) unstable; urgency=medium . * New upstream version 3.3.16+dfsg1 * Migrate the build to debputy libmail-authenticationresults-perl (2.20231031-1) unstable; urgency=medium . * Team upload. * Import upstream version 2.20231031. linux-apfs-rw (0.3.5-1) unstable; urgency=medium . * New upstream version. (Closes: #1043112) linux-apfs-rw (0.3.3+git20230810+ds-1) unstable; urgency=medium . * New upstream version. (Closes: #1043112) linux-apfs-rw (0.3.3-2) unstable; urgency=medium . * Upload to unstable. linux-apfs-rw (0.3.3-1) experimental; urgency=medium . * New upstream version. * d/control: enable Vcs fields. linux-apfs-rw (0.3.2-1) experimental; urgency=medium . * New upstream version. linux-apfs-rw (0.3.1-1) experimental; urgency=medium . * New upstream version. linux-apfs-rw (0.3.0-1) unstable; urgency=medium . * New upstream version. * d/copyright: add license for LZFSE. * d/rules: also copy directory for module. linux-apfs-rw (0+git20230118+ds-1) unstable; urgency=medium . * New upstream version. (Closes: #1029115) * d/copyright: - bump years. - fix short license specifier. linux-apfs-rw (0+git20221028+ds-2) unstable; urgency=medium . * d/control: - switch from dkms to dh-sequence-dkms. (Closes: #1027880) - add Testsuite. linux-apfs-rw (0+git20221028+ds-1) unstable; urgency=medium . * New upstream version. linux-apfs-rw (0+git20220815+ds-1) unstable; urgency=medium . * New upstream version. (Closes: #1016770) linux-apfs-rw (0+git20220214+ds-2) unstable; urgency=medium . * Source only upload. linux-apfs-rw (0+git20220214+ds-1) unstable; urgency=medium . * Initial release (Closes: #995243) mkgmap (0.0.0+svn4916-1) unstable; urgency=medium . * New upstream SVN snapshot. mopidy (3.4.2-1) unstable; urgency=medium . * New upstream release. (Closes: #1042622) * Remove obsolete lsb-base from Depends nncp (8.10.0-3) unstable; urgency=medium . * Add prompt for Yggdrasil update. nncp (8.10.0-2) unstable; urgency=medium . * Require newer yggdrasil with updated dev dependencies nncp (8.10.0-1) unstable; urgency=medium . * New upstream release with new dependencies node-ava (5.3.1+dfsg+~cs46.3.10-3) unstable; urgency=medium . * Team upload * Build commonjs for p-event oxref (2.01.00-1) unstable; urgency=medium . [ tony mancill ] * Add debian/gbp.conf * Update d/copyright for upstream change from GNU Affero to GNU GPL-3+ . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. . [ Frank B. Brokken ] * New upstream version offers a new option --called-by and replaced the GNU Affero Public License with the GNU General Public License * Defined git branch debian/latest * Removed the patches/license.path * Bumped icmake's version in debian/control to 10.06.00 (for ICMAKE_CXXFLAGS) * New upstream version 2.01.00 phosh-mobile-settings (0.33.0-1) unstable; urgency=medium . * New upstream release php-getid3 (1.9.23+dfsg-1) unstable; urgency=medium . [ StudioMaX ] * Remove deprecated utf8_encode/utf8_decode . [ Tim Starling ] * Guard against division by zero . [ James Heinrich ] * basic .7z (7-zip) format detection * #413 Quicktime only use 'mp4a' for extracted audio metadata * #414 Bit rate for MP4 audio tracks * #418 fread length error in XMP * #419 Quicktime undefined index: time_scale * changelog v1.9.23-202310190849 . [ Brion Vibber ] * Fix for MPEG-1 video pixel aspect ratio . [ Namrata Patel ] * Update module.audio-video.riff.php . [ David Prévot ] * Update gbp.conf * Update standards version to 4.6.2 pointback (0.2-5) unstable; urgency=medium . * Team upload. . [ Nicholas D Steeves ] * Drop emacs24 and emacs25 from Enhances (packages do not exist in bullseye). . [ Debian Janitor ] * Bump debhelper from old 10 to 13. * Set debhelper-compat version in Build-Depends. . [ Xiyue Deng ] * Add patch migrate-from-removed-assoc-el.patch to migrate from obsoleted functions in assoc.el which has been removed since Emacs 29.1 (Closes: #1042900). * Drop Built-Using which should not be used for an "arch: all" package. * Update Standards-Version to 4.6.2. No change needed. * Drop emacs version in Recommends which is from oldoldstable. * Add d/watch with comments of no real upstream version control. * Update d/copyright year and add Upstream-Contact. pointback (0.2-4) unstable; urgency=medium . * Team upload . [ David Krauser ] * Update maintainer email address . [ Dhavan Vaidya ] * d/control: Change Vcs-{Browser,Git} URL to salsa.debian.org . [ David Bremner ] * Rebuild with dh-elpa 2.x pointback (0.2-3) unstable; urgency=medium . * Team upload. * Rebuild with current dh-elpa pointback (0.2-2) unstable; urgency=medium . * Team upload. * Rebuild with dh-elpa 1.13 to fix byte-compilation with unversioned emacs pointback (0.2-1) unstable; urgency=medium . * Initial release (Closes: #853026). python-netsnmpagent (0.6.0-2) unstable; urgency=low . * Change my email address to the debian one * Source only upload python-netsnmpagent (0.6.0-1) unstable; urgency=low . * Initial release. (Closes: #932925) python-openstackdocstheme (3.2.0-1) unstable; urgency=medium . [ Ondřej Nový ] * Running wrap-and-sort -bast. * d/copyright: Bump my copyright year. * Use debhelper-compat instead of debian/compat. * Bump Standards-Version to 4.4.1. . [ Thomas Goirand ] * New upstream release. * Rebased/remove-now-useless patches. * Use --in-tmp when calling pkgos-dh_auto_install. * Use symlinks to system fonts instead of embedding them. python-phx-class-registry (4.1.0-1) unstable; urgency=medium . * Team Upload. * New upstream version 4.1.0 * Bump Standards-Version to 4.6.2 (no changes needed) * Add B-D on python3-sphinx-rtd-theme * Move back and forth egg-info test directory to prevent pybuild from removing it (Closes: #1052821) * Remove pytest from B-D python-phx-class-registry (3.0.5-4) unstable; urgency=medium . * Team Upload. * Test-depends on python3-all to make autopkgtest work with all supported pyversions (Closes: #1025115) * Add d/salsa-ci.yml python-phx-class-registry (3.0.5-3) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Repository-Browse. * Set upstream metadata fields: Repository. python-phx-class-registry (3.0.5-2) unstable; urgency=medium . * Mark python-phx-class-registry-doc Multi-Arch: foreign * Add autopkgtest debian/tests/register.py python-phx-class-registry (3.0.5-1) unstable; urgency=medium . * Initial release (Closes: #1019928) python-pybedtools (0.9.1-1) unstable; urgency=medium . [ Lance Lin ] * Team upload. * New upstream version * d/control: Replace autopkgtest-pkg-python with autopkgtest-pkg-pybuild * d/rules: - Enable build tests - Deselect test_chromsizes test, needs internet - Build docs with sphinx-build for Sphinx 7.1 (Closes: #1042651) - Remove autogenerated files from build * d/python-pybedtools-doc.docs: Change sphinx docs location * d/source/options: Ignore modified source files (Closes: #1048006) * d/patches/yaml_safe_load.patch: Modify safe_load for full_load where needed . [ Andreas Tille ] * Remove unknown files in python module directory * Testsuite: autopkgtest-pkg-python (routine-update) * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) * Remove field Testsuite on binary package python-pybedtools-doc that duplicates source. radsecproxy (1.10.0-1) unstable; urgency=medium . * New upstream version 1.10.0 * Remove patches applied upstream * Add patch to fix spelling detected by lintian rednotebook (2.31+ds-2) unstable; urgency=medium . * Small improvements to d/watch. ros2-colcon-devtools (0.2.5-1) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. * Update standards version to 4.6.1, no changes needed. . [ Timo Röhling ] * New upstream version 0.2.5 * Bump Standards-Version to 4.6.2 * Reformat and update d/control ros2-colcon-parallel-executor (0.3.0-1) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. * Update standards version to 4.6.1, no changes needed. . [ Timo Röhling ] * New upstream version 0.3.0 * Update patches - Drop 0002-pass-with-flake8-3.8-21.patch (merged upstream) - Drop 0003-Suppress-deprecation-warnings-in-other-packages.patch (merged upstream) * Bump Standards-Version to 4.6.2 * Reformat and update d/control ros2-colcon-recursive-crawl (0.2.3-1) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. . [ Timo Röhling ] * New upstream version 0.2.3 * Update patches - Drop 0002-pass-with-flake8-3.8-20.patch (merged upstream) - Drop 0003-Suppress-deprecation-warnings-in-other-packages.patch (merged upstream) * Bump Standards-Version to 4.6.2 * Reformat and update d/control ros2-colcon-zsh (0.5.0-1) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. * Update standards version to 4.6.1, no changes needed. . [ Timo Röhling ] * New upstream version 0.5.0 * Update patches - Drop 0002-Suppress-deprecation-warnings-in-other-packages.patch (merged upstream) - Drop 0003-pass-with-flake8-3.8-24.patch (merged upstream) * Bump Standards-Version to 4.6.2 * Reformat and update d/control routine-update (0.1.2) unstable; urgency=medium . [ Andreas Tille ] * Simplify salsa-ci.yml * Add --experimental option to control target distribution for instance for r-bioc-* transitions * Fix default input . [ Michael R. Crusoe ] * Use the --branch override value more consitently * Apply shellcheck recommendations * For Section: python packages, don't overwrite 'Testsuite: autopkgtest-pkg-python'. ruby-dbf (4.2.4-1) unstable; urgency=medium . * Team upload. . [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on rake. * Update standards version to 4.6.2, no changes needed. . [ Daniel Leidert ] * New upstream version 4.2.0 . [ Aquila Macedo ] * New upstream version 4.2.4 * d/patches: Remove the obsolete '0002-Fix-Ruby-3-compatibility.patch' patch. rust-cargo-mutants (23.6.0-3) unstable; urgency=medium . * Team upload. * Package cargo-mutants 23.6.0 from crates.io using debcargo 2.6.0 * Drop older-toml and relax-whoami patches. Debian now has the versions upstream wants. rust-debian-changelog (0.1.10-2) unstable; urgency=medium . * Package debian-changelog 0.1.10 from crates.io using debcargo 2.6.0 * Drop patch older-whoami: a modern whoami is now available in Debian. rust-debian-changelog (0.1.10-1) unstable; urgency=medium . * Package debian-changelog 0.1.10 from crates.io using debcargo 2.6.0 rust-fiat-crypto (0.2.2-1) unstable; urgency=medium . * Team upload. * Package fiat-crypto 0.2.2 from crates.io using debcargo 2.6.0 . [ Fabian Grünbichler ] * Package fiat-crypto 0.1.20 from crates.io using debcargo 2.6.0 rust-js-sys (0.3.64-1) unstable; urgency=medium . * Team upload. * Package js-sys 0.3.64 from crates.io using debcargo 2.6.0 rust-ripasso (0.6.4-2) unstable; urgency=medium . * Team upload. * Package ripasso 0.6.4 from crates.io using debcargo 2.6.0 * Attempt to fix permission denied errors on debci. rust-ripasso (0.6.4-1) unstable; urgency=medium . * Team upload. * Package ripasso 0.6.4 from crates.io using debcargo 2.6.0 * Update relax-deps.patch for new upstream and current situation in Debian. * Drop disable-criterion.patch, no longer needed. * Fix finding test data in criterion_benchmark_load_4_passwords when run with an explicit target. rust-snow (0.9.3-3) unstable; urgency=medium . * add patch cherry-picked upstream to relax dependency on crate ring; temporarily relax (build-)dependencies for crate ring; closes: bug#1055320, thanks to Peter Green * add TODO note on autopkgtest architecture coverage rust-ucd (0.1.1-1) unstable; urgency=medium . * Package ucd 0.1.1 from crates.io using debcargo 2.6.0 rust-wasm-bindgen (0.2.87-1) unstable; urgency=medium . * Team upload. * Package wasm-bindgen 0.2.87 from crates.io using debcargo 2.6.0 rust-wasm-bindgen-backend (0.2.87-1) unstable; urgency=medium . * Team upload. * Package wasm-bindgen-backend 0.2.87 from crates.io using debcargo 2.6.0 rust-wasm-bindgen-macro (0.2.87-1) unstable; urgency=medium . * Team upload. * Package wasm-bindgen-macro 0.2.87 from crates.io using debcargo 2.6.0 rust-wasm-bindgen-macro-support (0.2.87-1) unstable; urgency=medium . * Team upload. * Package wasm-bindgen-macro-support 0.2.87 from crates.io using debcargo 2.6.0 rust-wasm-bindgen-shared (0.2.87-1) unstable; urgency=medium . * Team upload. * Package wasm-bindgen-shared 0.2.87 from crates.io using debcargo 2.6.0 rust-web-sys (0.3.64-1) unstable; urgency=medium . * Package web-sys 0.3.64 from crates.io using debcargo 2.6.0 * Update overridden debian/tests/control. * Update dependencies in overridden debian/control. . [ Fab Stz ] * Add provides librust-web-sys-0.3+navigator-dev and corresponding autopkgtest. . [ Alexander Kjäll ] * Team upload. * Package web-sys 0.3.60 from crates.io using debcargo 2.6.0 * Add more provides lines that is needed for librust-whoami-dev. rust-whoami (1.4.1-1) unstable; urgency=medium . * Team upload. * Package whoami 1.4.1 from crates.io using debcargo 2.6.0 . [ Alexander Kjäll ] * Package whoami 1.1.3 from crates.io using debcargo 2.4.4 sisu (7.3.0-1) unstable; urgency=medium . [ Ralph Amissah ] * [67a3368] version & changelog, open commit window * [e1082e5] changelog & urls housekeeping, more required - keep manual changelog? could rely on git changelogs - qi modified to match current urls - lots of url related stuff needs checking * [2767c04] bugfix, typo, variable duplicated * [c28f87a] version & changelog, tag for release * [4c43d00] version & changelog, open commit window * [615892d] nix flake, install & devShells etc. * [5ca3396] nix .env, add ./result/bin path * [830c43f] nix flake check * [09394d8] nix packages, added graphicsmagick - some fiddling with packages, determine what is needed where * [4573e88] nix flake shell ruby-3.2 update * [95628d2] sisu, update sisu links, (continue ...) * [1b7e9c7] texpdf address issue with texlive-2023 - reported on debian in relation to live-manual - make use of latex output for sisu.spine.d - was developed more recently, a comprehensive output update with focus on utf-8 improvements available in more recent version of texlive - tested forward does not appear to be similarly affected - other issues likely to appear as no attempt is made to fully backport the output for spine.d to sisu.rb * [254371a] updates nix flake & ruby 3.3, nix direnv 2.4.0 * [089b9b2] texpdf ... * [14ddc81] texpdf papersize & papermargins * [3a0bb67] texpdf, cjk issues not resolved - font rendition bugs where tested * [c93c52d] texpdf, cjk issues not resolved - ctex preferable to xeCJK? (if/when it works) - note: the current round of texpdf changes relate to a bug report on the old live-manual for debian-live to wit: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052693 - apparently sisu-pdf does not produce latex suitable for the latest texlive (texlive-2023) - some of the latex output changes here are from sisu:spine, the dlang version of sisu * [6d070b2] version & changelog, tag for release * [1cfc6b9] ./debian/ things - debian/control add sisu-pdf texlive deps, primarily cjk related - debian/control sisu git - debian/compat bumped up - debian/watch removed, source only upload sphinx-panels (0.6.0-3) unstable; urgency=medium . * Team upload. . [ Debian Janitor ] * Trim trailing whitespace. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. * Update standards version to 4.6.1, no changes needed. . [ Dmitry Shachnev ] * Add a patch to make the tests pass with Sphinx 7 (closes: #1042602). spopt (0.5.0-4) unstable; urgency=medium . * debian/rules: Added inclusion tests to the ignore list * debian/tests: Modified to fix runtime errors thunderbird (1:115.4.1-1) unstable; urgency=medium . * [c51ab77] New upstream version 115.4.1 Fixed CVE issues in upstream version 115.4.1 (MFSA 2023-47): CVE-2023-5721: Queued up rendering could have allowed websites to clickjack CVE-2023-5732: Address bar spoofing via bidirectional characters CVE-2023-5724: Large WebGL draw could have led to a crash CVE-2023-5725: WebExtensions could open arbitrary URLs CVE-2023-5728: Improper object tracking during GC in the JavaScript engine could have led to a crash. CVE-2023-5730: Memory safety bugs fixed in Firefox 119, Firefox ESR 115.4, and Thunderbird 115.4.1 tracker-miners (3.4.6-1) unstable; urgency=medium . * New upstream release * Drop patches applied in new release view3dscene (4.2.0-4) unstable; urgency=medium . * Remove dependency on gtkglext (Unblocks: #967491 #1054392) * Update patch header (forwarded) * Allow for missing file in clean target wf-shell (0.8.0+ds-1) unstable; urgency=medium . * New upstream release. * debian/control: Document that wf-shell enhances and suggests package wayfire. wf-shell (0.7.0+ds-1) unstable; urgency=medium . * Initial release. (Closes: #1053218) wp2latex (4.3+ds-1) unstable; urgency=medium . * New upstream release. * Bump to Standards version 4.6.2, no changes needed. xrootd (5.6.3-4) unstable; urgency=medium . * Move installed CMake files to LIBDIR since they are now arch dependent * Update patch for TCP_CORK on GNU/Hurd to the version accepted upstream xrootd (5.6.3-3) unstable; urgency=medium . * Fix test issues (Closes: #1054994) xrootd (5.6.3-2) unstable; urgency=medium . * Explicitly disable ceph support on hurd os xrootd (5.6.3-1) unstable; urgency=medium . * Update to version 5.6.3 * Drop patches accepted upstream or previously backported * Enable tests yggdrasil (0.5.1-3) unstable; urgency=medium . * Add pre-upgrade prompt yggdrasil (0.5.1-2) unstable; urgency=medium . * Add dependencies to -dev package yggdrasil (0.5.1-1) unstable; urgency=medium . * New upstream release 0.5.1. This release is network-incompatible with the 0.4.x series. * Removed some extraneous lines from the systemd service.