bleak (2.1.1-1) unstable; urgency=medium . * New upstream release. * Upstream now uses Bumble (a full Bluetooth stack implemented in Python). * Drop CLI and manpage, removed upstream. * No longer need python3-tomlkit or python3-argparse-manpage to build. * Update copyright year. fenics (2:0.10.0.1) unstable; urgency=medium . * New FEniCS-X suite 0.10. - uses ufl 2025.2.0 * fenicsx Suggests: python3-dolfinx-mpc * report version of auxiliary components (scifem only, dolfinx_mpc does not provide its version) fenics (2:0.9.0.3) unstable; urgency=medium . * fenicsx Suggests: python3-scifem * debian/tests/test-fenicsx tests that scifem imports successfully fenics (2:0.9.0.2) unstable; urgency=medium . * Team Upload * Fix Team name to show up properly on https://udd.debian.org/cgi-bin/autoremovals.cgi * Standards-Version: 4.7.2 fenics (2:0.9.0.1) unstable; urgency=medium . * fenicsx loads dolfinx 0.9.0 with ufl 2024.2 * Add Francesco Ballarin to uploaders fenics (2:0.8.0.1) unstable; urgency=medium . * update versions for the v0.8 release (including ufl 2024.1.0) * debian/tests: test all supported python versions * fenicsx Suggests: python3-adios4dolfinx (note Adios2 is available on 64-bit arches only) * Standards-Version: 4.7.0 fenics (2:0.7.0.1) unstable; urgency=medium . * fenicsx loads dolfinx 0.7 with ufl 2023.2 * fenicsx Suggests: fenicsx-performance-tests ("advertising" the benchmark tests) fenics (2:0.6.0.3) unstable; urgency=medium . * no epoch version with Suggests: python3-dolfinx-mpc (0.6 not 1:0.6) fenics (2:0.6.0.2) unstable; urgency=medium . * fenicsx Suggests: python3-dolfinx-mpc - debian/tests tests import of python3-dolfinx-mpc (not mips64el, mipsel) fenics (2:0.6.0.1) unstable; urgency=medium . * fenicsx loads dolfinx 0.6 with UFL 2023 * fenics loads legacy dolfin patched to use ufl_legacy (UFL 2022) - debian/tests tests import of ufl_legacy * remove redundant debian/README.source fenics (2:0.5.0.1) unstable; urgency=medium . [ Debian Janitor ] * Trim trailing whitespace. * Use secure URI in Homepage field. . [ Drew Parsons ] * present FEniCS-X (dolfinx) 0.5 - uses UFL 2022.2.0 * Standards-Version: 4.6.2 fenics (2:0.4.1.1) unstable; urgency=medium . * reorganise automated versioning to read FENICS-X version from source package version, set ufl version to 2022.1.0, and fenics legacy version to 2019.2.0 * new source package epoch bump to manage version jump from FEniCS-X 2019.2.0 back down to 0.4.1. * use ~ with package versions to facilitate backporting * dolfinx now uses basix instead of FIAT * update list of mshr-supported arches. mshr now builds on all arches except armel mips mipsel. * Standards-Version: 4.6.1 fenics (1:2019.2.0.5) unstable; urgency=medium . * Depend on common packages, don't enforce "real" builds. fenics (1:2019.2.0.4) unstable; urgency=medium . * fenicx: Depends: libdolfinx-real-dev, python3-dolfinx-real (to ensure full installation installing Recommends) fenics (1:2019.2.0.3) unstable; urgency=medium . * fenics Depends: python3-dolfin-real (Depend alongside python3-dolfin to ensure full installation) * debhelper compatibility level 13 fenics (1:2019.2.0.2) unstable; urgency=medium . * mark fenicsx as Architecture: all (arch-specificity in fenics was due to availability of mshr) * update arch list for mshr (now available on powerpc) * Suggests: not Recommends: python3-mshr where not available fenics (1:2019.2.0.1) unstable; urgency=medium . * add test-fenicsx to debian/tests * update debian/copyright to modern format fenics (1:2019.2.0.0) experimental; urgency=medium . * link to new upstream release 2019.2.0 * provide fenicsx for the next-generation implementation FEniCX-X, using python3-dolfinx, python3-ffcx. * Standards-Version: 4.5.0 fenics (1:2019.1.0.3) unstable; urgency=medium . * set OMPI_MCA_btl_base_warn_component_unused=0 in debian/tests to avoid warning about missing OpenFabrics (openib) importing dolfin * Standards-Version: 4.4.1 fenics (1:2019.1.0.2) unstable; urgency=medium . * Standards-Version: 4.4.0 fenics (1:2019.1.0.1exp1) experimental; urgency=medium . * New upstream release. * Standards-Version: 4.3.0 * debhelper compatibility level 12 * Depends: python3-mshr for armhf i386 hppa (now building ok) fenics (1:2018.1.0.6) unstable; urgency=medium . * mark the fenics package as Multi-Arch: same fenics (1:2018.1.0.5) unstable; urgency=medium . * add debian/tests (autopkgtest) to check that FEniCS components import successfully in python3 fenics (1:2018.1.0.4) unstable; urgency=medium . * Recommends: python3-mshr on 32 bit arches [armel armhf i386 mips mipsel hppa m68k powerpc x32] fenics (1:2018.1.0.3) unstable; urgency=medium . * use correct url for Vcs-Git in debian/control * exclude 32 bit arches from mshr dependency (they don't have enough memory available to build mshr): Depends: python3-mshr [!armel !armhf !i386 !mips !mipsel !hppa !m68k !powerpc !x32] * "Architecture: any" instead of "all", to accommodate architecture restrictions on mshr. fenics (1:2018.1.0.2) unstable; urgency=medium . * Depends: python3-mshr. mshr is now available. Closes: #851183. * Standards-Version: 4.2.0 fenics (1:2018.1.0.1) unstable; urgency=medium . * New upstream version - no longer depends on python-instant - now supports Python 3 only * Standards-Version: 4.1.5 fenics (1:2017.2.0.1) unstable; urgency=medium . [ Johannes Ring ] * Remove python-scitools from Recommends. . [ Drew Parsons ] * New upstream version 2017.2.0. * Standards-Version: 4.1.3 * debhelper compatibility level 11 * update VCS tags to https://salsa.debian.org * Priority: optional not extra fenics (1:2017.1.0.1) unstable; urgency=medium . * Team upload. . [ Johannes Ring ] * debian/control: - Update VCS fields after the move to Git (closes: #854624). . [ Drew Parsons ] * New upstream version 2017.1.0 * Standards-Version: 4.1.0 * debhelper compatibility level 10 * Identify in the long description that fenics is a dummy metapackage depending on all FEniCS components. * Use minimal dh in debian/rules instead of cdbs. * Suggests: python-mshr (>= 2016.2.0) - mshr (python-mshr) may be built from https://anonscm.debian.org/git/debian-science/packages/fenics/mshr.git/ (reported in README.Debian) fenics (1:2016.2.0.1) unstable; urgency=medium . * debian/control: - Update Depends field to DOLFIN 2016.2.0, FFC 2016.2.0, FIAT 2016.2.0, Instant 2016.2.0 and UFL 2016.2.0. - Add python-dijitso to Depends. - Remove Christophe Prud'homme from Uploaders (closes: #835014). fenics (1:1.5.0.1) unstable; urgency=medium . * debian/control: - Update Depends field to DOLFIN 1.5.0, FFC 1.5.0, FIAT 1.5.0, Instant 1.5.0 and UFL 1.5.0. - Bump Standards-Version to 3.9.6 (no changes needed). fenics (1:1.4.0.1) unstable; urgency=medium . * debian/control: - Update Depends field to DOLFIN 1.4.0, FFC 1.4.0, FIAT 1.4.0, Instant 1.4.0 and UFL 1.4.0. - Remove ufc, python-ufc and python-ferari from Depends field (closes: #755728, LP: #1353018). - Remove libsyfi1.0-dev, python-syfi, syfi-doc and sfc from Suggest. fenics (1:1.3.0.1) unstable; urgency=low . * debian/control: - Update Depends field to DOLFIN 1.3.0, FFC 1.3.0, FIAT 1.3.0, Instant 1.3.0, UFC 2.3.0 and UFL 1.3.0. - Bump Standards-Version to 3.9.5. * Remove unused lintian override no-upstream-changelog. fenics (1:1.2.0.1) unstable; urgency=low . * debian/control: - Update Depends field to DOLFIN 1.2.0, FFC 1.2.0, Instant 1.2.0, UFC 2.2.0 and UFL 1.2.0. - Move SyFi releated packages to Suggests. - Remove DM-Upload-Allowed field. - Bump Standards-Version to 3.9.4. - Use canonical URIs for Vcs-* fields. * Use a Debian native version number. . fenics (1:1.1.0-1) UNRELEASED; urgency=low . * debian/control: - Update Depends field to DOLFIN 1.1.0, FFC 1.1.0, FIAT 1.1, Instant 1.1.0, UFC 2.1.0 and UFL 1.1.0. - Remove python-viper from Depends field. - Bump Standards-Version to 3.9.3 (no changes needed). - Update description field. fenics (1:1.0.0-1) unstable; urgency=low * debian/control: Update Depends field for latest FEniCS releases. fenics (1:1.0-rc2-1) unstable; urgency=low * debian/control: Update Depends field to DOLFIN 1.0-rc2 and FFC 1.0-rc1 and UFC 2.0.4. fenics (1:1.0-rc1-1) unstable; urgency=low * debian/control: - Update Homepage field. - Update Depends field to DOLFIN 1.0-rc1 and UFL 1.0-rc1. fenics (1:1.0-beta2-1) unstable; urgency=low * debian/control: - Update Depends field to DOLFIN 1.0-beta2, FFC 1.0-beta2, UFC 2.0.3 and UFL 1.0-beta3. - Add SyFi back as a dependency. - Add python-scitools to Recommends. fenics (1:1.0-beta-1) unstable; urgency=low * Update Depends field in debian/control for latest FEniCS releases. * Add lintian overrides: - fenics-source: native-package-with-dash-version - fenics: no-upstream-changelog - fenics: empty-binary-package fenics (11.05.2) unstable; urgency=low * debian/control: Remove syfi* from Depends since they are currently uninstallable together with the other FEniCS packages (closes: #629564). fenics (11.05-1) unstable; urgency=low * debian/control: - Bump Standards-Version to 3.9.2 (no changes needed). - Make package architecture all (closes: #614979, #604527). - Update Depends field to DOLFIN 0.9.11, FFC 0.9.10, Instant 0.9.10, UFC 2.0.1 and UFL 0.9.1. fenics (11.02-1) unstable; urgency=low * Update Depends field in debian/control. * Update Homepage field in debian/control (closes: #603477). fenics (10.09-1) unstable; urgency=low * debian/control: Update to DOLFIN 0.9.9, FFC 0.9.4, UFC 1.4.2, and UFL 0.5.4 in Depends field for binary package fenics. fenics (10.06-2) unstable; urgency=low * debian/control: - Disable fenics binary package on architectures where DOLFIN is uninstallable (Closes: #593731). - Bump Standards-Version to 3.9.1 (no changes needed). fenics (10.06-1) unstable; urgency=low * debian/control: - Update Depends to latest versions of FEniCS packages. - Minor fix in Vcs-Browser field. - Bump Standards-Version to 3.9.0 (no changes needed). * Switch to dpkg-source 3.0 (native) format. fenics (10.02-1) unstable; urgency=low * debian/control: - Bump Standards-Version to 3.8.4 (no changes needed). - Update Depends to latest versions of FEniCS packages. - Replace dolfin-dev and python-pydolfin0 with libdolfin0-dev and python-dolfin, respectively, in Depends field. * Package moved from pkg-scicomp to Debian Science. fenics (9.12.1) unstable; urgency=low * Initial release (Closes: #503265) fenicsx-performance-tests (0.10.0-2) unstable; urgency=medium . * Standards-Version: 4.7.2 fenicsx-performance-tests (0.10.0-1exp1) experimental; urgency=medium . * New upstream release for dolfinx 0.10 * debian/rules: don't install .gitignore from source tree fenicsx-performance-tests (0.9.0-2) unstable; urgency=medium . * Upload to unstable fenicsx-performance-tests (0.9.0-1exp1) experimental; urgency=medium . * New upstream release, compatible with dolfinx 0.9.0 * Require libdolfinx-dev >= 1:0.9~ * OpenMPI 5.0 changed the name and the value of the environment variable to allow oversubscription from export OMPI_MCA_rmaps_base_oversubscribe=1 to export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe Use the new variable name in debian/tests. * OpenMPI 5.0 changed the name of the environment variable to set the SSH agent from export OMPI_MCA_plm_rsh_agent=/bin/false to export PRTE_MCA_plm_ssh_agent=/bin/false Use the new variable name in debian/tests. fenicsx-performance-tests (0.8.0-1) unstable; urgency=medium . * New upstream release, compatible with dolfinx 0.8.0 * Standards-Version: 4.7.0 (routine-update) * Fix Maintainer name of Debian Science team (routine-update) * Require libdolfinx-dev >= 1:0.8~ * Add Francesco Ballarin to uploaders fenicsx-performance-tests (0.7.2-1) unstable; urgency=medium . * New upstream release. fenicsx-performance-tests (0.7.0~git20231007.4ba90a6-1) unstable; urgency=medium . * New upstream snapshot (for dolfinx 0.7) fenicsx-performance-tests (0.6.0~git20221116.5c95102-2) unstable; urgency=medium . * drop Depends: xtensor-dev. dolfinx 0.6 now uses autopointers with std::vector (C++20) * Standards-Version: 4.6.2 fenicsx-performance-tests (0.6.0~git20221116.5c95102-1exp4) experimental; urgency=medium . * libdolfinx-dev is not a dummy dependency package. Depends: libdolfinx-dev (and libdolfinx-real-dev) fenicsx-performance-tests (0.6.0~git20221116.5c95102-1exp3) experimental; urgency=medium . * update debian patch enable_complex_build.patch to C99 standard for complex numbers (double _Complex) as used now by ffcx (ffcx PR#396) * Notwithstanding the change above, Depends: libdolfinx-real-dev since a complex build currently fails with g++ 12 (see upstream PR#89) fenicsx-performance-tests (0.6.0~git20221116.5c95102-1exp2) experimental; urgency=medium . * Depends: add epoch to libdolfinx-dev version fenicsx-performance-tests (0.6.0~git20221116.5c95102-1exp1) experimental; urgency=medium . * New upstream snapshot for dolfinx 0.6 fenicsx-performance-tests (0.5.0~git20220731.821823b-1) unstable; urgency=medium . * New upstream snapshot for dolfinx 0.5 fenicsx-performance-tests (0.4.0-1) unstable; urgency=medium . * add debian/watch for uscan * New upstream release (FEniCS-X 0.4) - replaces Poisson.ufl with Poisson.py under same MIT licence as other files * restrict debian tests to 3 cpus to aid performance in chroots * allow stderr in binary tests (test progress is printed to stderr) * Standards-Version: 4.6.1 fenicsx-performance-tests (0.0~git20210901.25e932a-1) unstable; urgency=medium . * New upstream snapshot for dolfinx 0.3.0. * versioned Build-Depends: cmake (>= 3.16~) * drop explicit Build-Depends: libbasix-dev * build executables without RPATH to use preferred libpetsc_real.so configured by alternatives * Standards-Version: 4.6.0 fenicsx-performance-tests (0.0~git20210410.63b5b42-2) experimental; urgency=medium . * add debian patch enable_complex_build.patch to invoke ffcx --scalar_type "double complex" when building tests against the complex number build of dolfinx, for example with PETSC_DIR=/usr/lib/petscdir/petsc-complex * use Poisson test with hypre only if built against real PETSc (complex petsc does not yet support hypre) fenicsx-performance-tests (0.0~git20210410.63b5b42-1) experimental; urgency=medium . * New upstream snapshot - tests dolfinx using basix with xtl,xtensor,xtensor-blas - Depends: libbasix-dev, xtensor-dev, libdolfinx-dev (>= 2019.2.0~git20210410.b421249~) * fenicsx-performance-tests-source Recommends: libboost-dev (>= 1.70~) fenicsx-performance-tests (0.0~git20210119.80e82ac-1) unstable; urgency=medium . * New upstream snapshot. * Build-Depends: libdolfinx-dev (>= 2019.2.0~git20210130.c14cb0a~) fenicsx-performance-tests (0.0~git20201119.890eff6-3) unstable; urgency=medium . * Build-Depends: libboost-dev fenicsx-performance-tests (0.0~git20201119.890eff6-2) unstable; urgency=medium . * apply Restrictions: allow-stderr to dolfinx-performance-test-source in debian/tests to ignore compilation warnings sent to stderr. fenicsx-performance-tests (0.0~git20201119.890eff6-1) unstable; urgency=medium . * New upstream snapshot. * Standards-Version: 4.5.1 * drop debian patch check_arch_flag.patch. -march-native is no longer applied in CMakeLists.txt * Test errors (build or CI) now trigger failure. fenicsx-performance-tests (0.0~git20201022.8913e0f-2) unstable; urgency=medium . * update debian patch check_arch_flag.patch to not build with -march=native at all if cmake variable BUILD_GENERIC_ARCH is defined * apply BUILD_GENERIC_ARCH to cmake configure step for binary build (dh_auto_configure). i.e. build binaries for distribution without -march=native. Closes: #974843. * make VERBOSE=1 with debian/tests/dolfinx-performance-test-source fenicsx-performance-tests (0.0~git20201022.8913e0f-1) unstable; urgency=medium . * New upstream snapshot. * provide -p EXEPATH option to debian/tests/run-dolfinx-scaling-test to set path to executable binary * run tests at build time (ignore errors for now) fenicsx-performance-tests (0.0~git20200719.42769f8-3) unstable; urgency=medium . * debian patch check_arch_flag.patch checks whether the -march or -mcpu compiler flag is supported before applying it. * mark fenicsx-performance-tests-source as Multi-Arch: foreign * Build-Depends: mpi-default-dev * set Debian Science Team as Maintainer. fenicsx-performance-tests (0.0~git20200719.42769f8-2) unstable; urgency=medium . * add src/Poisson.ufl (LGPL-3+) to debian/copyright . fenicsx-performance-tests (0.0~git20200719.42769f8-1) unstable; urgency=medium . * Initial release (Closes: #970123) * interact with tests via debian/tests/run-dolfinx-scaling-test * the fenicsx-performance-tests package provides both the precompiled executable /usr/bin/dolfinx-scaling-test and the controlling run script /usr/share/dolfinx/performance-tests/run-dolfinx-scaling-test (from debian/tests/run-dolfinx-scaling-test). See README.Debian gash (0.3.1-2) unstable; urgency=medium . * Drop Priority: optional * Standards-Version: 4.7.3 * Bump debian/* copyright years * Ignore tests/unit/pattern test FAIL (Closes: #1123387) gash (0.3.1-1) unstable; urgency=medium . * New upstream 0.3.1 * Drop Rules-Requires-Root: no * Use watch v5 with codeberg URL * Use codeberg URL in upstream/metadata, adding Bug-Database/Bug-Submit * Use codeberg URL in d/copyright * Use codeberg URL in Homepage field * Make debian-scheme team maintained * Add gbp upstream-vcs-tag * Add Ludo's PGP signing key * Fix typo of Uploaders field name * Add Forwarded info to patches * Modernize Salsa CI * Run wrap-and-sort -satbk gash (0.3.0-1) unstable; urgency=medium . * New package. Closes: #1114029. gdk-pixbuf (2.44.5+dfsg-4) unstable; urgency=medium . * Add patch to support JPEG2000 (Closes: #815612) * Bump minimum glycin to 2.0.8 for this to work golang-filippo-nistec (0.0.4-3) unstable; urgency=medium . * Further internal/fiat/ copyright fixes, suggested by siretart golang-github-sigstore-rekor-tiles (2.0.1-2) unstable; urgency=medium . * Drop newgateway pipeline golang-github-sigstore-rekor-tiles (2.0.1-1) unstable; urgency=medium . * Initial release (Closes: #1108960) keystone (2:28.0.0-6) unstable; urgency=medium . * Fix some typos in Chinese debconf templates translations thanks to Yangfl (Closes: #1128196). * Cleans better. libfile-configdir-perl (0.021-4) unstable; urgency=medium . * Team upload. * Apply Multi-Arch: hint libfile-configdir-perl (0.021-3) unstable; urgency=medium . * Team upload. * refresh copyright-check * drop "Rules-Requires-Root: no": it is the default now * bump Standards-Version to 4.7.3, drop Priority: tag libguestfs (1:1.58.1-3) unstable; urgency=medium . * Add seabios dependency for ppc* architectures libguestfs (1:1.58.1-2) unstable; urgency=medium . * Add ipxe-qemu dependency for some architectures * Re-enable check on s390x libguestfs (1:1.58.1-1) unstable; urgency=medium . * New upstream version 1.58.1 * Update watch file * Rebase patches * Update symbols file * Remove dead powerpcspe architecture from build dependencies libinput (1.31.0-1) unstable; urgency=medium . * New upstream release. * symbols: Updated. libpng1.6 (1.6.55-1) unstable; urgency=medium . * New upstream version 1.6.55 - CVE-2026-25646 (Closes: #1127566) * Bump std-version to 4.7.3, no changes required * Drop R^3: no, default now libtypes-uri-perl (0.007-4) unstable; urgency=medium . * Team upload. * Remove CBDS leftovers * Let DebHelper remove Makefile.old * Drop "Rules-Requires-Root: no": it is the default now * Bump Standards-Version to 4.7.3, drop Priority: tag matchbox-keyboard (0.2+git20231024-1) unstable; urgency=medium . * Enable salsa-ci * Fix debian/watch * New upstream version 0.2+git20231024 * Switch to use GTK3 matchbox-keyboard (0.2+git20160713-4) unstable; urgency=medium . * Update Build-Depends * Remove obsolete debian/compat mesa (26.0.0-1) unstable; urgency=medium . * New upstream release. mesa (26.0.0~rc3-1) experimental; urgency=medium . * New upstream release candidate. * patches: Drop upstreamed patches. * control: Add libdisplay-info-dev to build-depends for llvm archs. neovim-indent-blankline (3.9.1-1) unstable; urgency=medium . * New upstream release * add upstream testsuite ngspetsc (0.1.1-5) unstable; urgency=medium . * debian/tests: skip test_mixed[partitioner*] on i386 ngspetsc (0.1.1-4) unstable; urgency=medium . * debian/tests: run tests with default python3 only, not python3-all, since netgen only builds for the default python * update debian patch test_mixed_partitioner.patch to provide a ghost mode (shared_facet). cf. dolfinx PR#4003. * debian/rules: after dh_auto_test delete mixed_mesh.vtkhdf left behind by tests in pybuild's build dir ngspetsc (0.1.1-3) unstable; urgency=medium . * debian patch test_mixed_partitioner.patch checks if partitioner_kahip is available before running test_mixed() (since KAHIP support is optional in dolfinx). Also extends test to partitioner_scotch and default partitioner. ngspetsc (0.1.1-2) unstable; urgency=medium . * update debian/tests - Depends: python3-all and test all supported python versions. debian/source/lintian-overrides overrides test-leaves-python-version-untested for test-ngpetsc-complex since it calls test-ngpetsc, which uses py3versions -s. - skip failing tests on i386 test_markers[2] test_markers[3] test_refine[2] test_refine[3] * Standards-Version: 4.7.2 ngspetsc (0.1.1-1) unstable; urgency=medium . * New upstream release ngspetsc (0.1.0-2) unstable; urgency=medium . * upload to unstable. ngsPETSC is new, so it won't hurt existing stable users. Make the first version in stable (trixie) as recent as possible. ngspetsc (0.1.0-1exp1) experimental; urgency=medium . * New upstream release - applies debian patch 0cc7e30...patch - versioned Build-Depends: python3-petsc4py (>= 3.22.1~), python3-netgen (>= 6.2~) * Build-Depends: python3-dolfinx-real for build-time tests, otherwise python3-dolfinx might be satisfied by python3-dolfinx-complex ngspetsc (0.0.8-3) unstable; urgency=medium . * Add 0cc7e30e8a04e8b625671e2b3704ce9a4158b3c7.patch to include upstream PR #72 which fixes FTBFS with poetry 2. Closes: #1094126. ngspetsc (0.0.8-2) unstable; urgency=medium . * Build-Depends: python3-dolfinx rather than fenicsx to work around Bug#1088865 blocking fenics. ngspetsc (0.0.8-1) unstable; urgency=medium . * New upstream release ngspetsc (0.0.7~a8-1) unstable; urgency=medium . * New upstream alpha release - Build-Depends: python3-poetry-core * update debian/watch to a github release pattern - include uversionmangle for upstream's alpha releases ngspetsc (0.0~git20241103.14a66d7-1) unstable; urgency=medium . * New upstream snapshot * Add Build-Depends-Indep: libjs-mathjax and doc_local_mathjax.patch to use local mathjax when building the documentation * Add Build-Depends-Indep: libjs-requirejs ngspetsc (0.0~git20241016.a196ed4-1) unstable; urgency=medium . * New upstream snapshot * Squash trailing white space in previous changelog entry * Standards-Version: 4.7.0 * Remove revert_ufl_mesh_PR15.patch, since reversing that change was only needed to support dolfinx 0.7. We are now at dolfinx 0.9, and thus the change in upstream PR #15 is currently needed. * Remove docs_build.patch since it has been integrated upstream * Add patch drop_sphinxcontrib_video.patch to drop documentation dependency on sphinxcontrib-video, which is currently not packaged by Debian * Add Build-Depends on python3-sphinx-autoapi, which is now required to build the documentation ngspetsc (0.0~git20240318.f83b50a-3) unstable; urgency=medium . * complex number tests Depends: python3-dolfinx-complex * Standards-Version: 4.7.0 ngspetsc (0.0~git20240318.f83b50a-2) unstable; urgency=medium . * drop debian patch revert_ufl_mesh_PR15.patch since dolfinx 0.8 is now available. Build-Depends: fenicsx (>= 2:0.8~) ngspetsc (0.0~git20240318.f83b50a-1) unstable; urgency=medium . * New upstream snapshot ngspetsc (0.0~git20240130.0c8a05b-2) unstable; urgency=medium . [ Francesco Ballarin ] * Fill debian/upstream/metadata ngspetsc (0.0~git20240130.0c8a05b-1) unstable; urgency=medium . * Initial release. (Closes: #1063352) * Build-Depends: python3 not python3-all since netgen currently only builds for the default python. * add debian patches - test_no_ngsolve.patch skips ngsolve tests since ngsolve is not (yet) packaged for debian (for now use ngspetsc with fenicsx, or install ngsolve manually) - revert_ufl_mesh_PR15.patch reverts upstream PR#15 to work with dolfinx 0.7 (ufl 2023.2.0) - docs_build.patch removes jupyter-sphinx, which creates references to thebelab.css but does not install or link it * use debian/py3dist-overrides to define petsc4py dependency python3-petsc4py | python3-petsc4py-real | python3-petsc4py-complex Note fenicsx utilities work with the complex build of PETSc, though ngsolve utilities do not, see upstream Issue#17. (ngsolve is not yet packaged for debian) * Recommends: python3-slepc4py | python3-slepc4py-real | python3-slepc4py-complex. * Depends: python3-netgen * Build-Depends: libpetsc-real-dev as Recommended by python3-petsc4py (Recommends are not installed by default in buildd chroots). Needed to set the default PETSC_DIR path /usr/lib/petsc. Also for debian/tests (testing libpetsc-complex-dev as well). * set pytest, pylint dependencies to nothing in py3dist-overrides (they are listed in install_requires rather than setup_requires) node-abab (2.0.6-2) unstable; urgency=medium . * Team upload * remove myself from Uploaders: postgresql-18 (18.2-1) unstable; urgency=medium . * New upstream version 18.2. . + Guard against unexpected dimensions of oidvector/int2vector (Tom Lane) . These data types are expected to be 1-dimensional arrays containing no nulls, but there are cast pathways that permit violating those expectations. Add checks to some functions that were depending on those expectations without verifying them, and could misbehave in consequence. . The PostgreSQL Project thanks Altan Birler for reporting this problem. (CVE-2026-2003) . + Harden selectivity estimators against being attached to operators that accept unexpected data types (Tom Lane) . contrib/intarray contained a selectivity estimation function that could be abused for arbitrary code execution, because it did not check that its input was of the expected data type. Third-party extensions should check for similar hazards and add defenses using the technique intarray now uses. Since such extension fixes will take time, we now require superuser privilege to attach a non-built-in selectivity estimator to an operator. . The PostgreSQL Project thanks Daniel Firer, as part of zeroday.cloud, for reporting this problem. (CVE-2026-2004) . + Fix buffer overrun in contrib/pgcrypto's PGP decryption functions (Michael Paquier) . Decrypting a crafted message with an overlength session key caused a buffer overrun, with consequences as bad as arbitrary code execution. . The PostgreSQL Project thanks Team Xint Code, as part of zeroday.cloud, for reporting this problem. (CVE-2026-2005) . + Fix inadequate validation of multibyte character lengths (Thomas Munro, Noah Misch) . Assorted bugs allowed an attacker able to issue crafted SQL to overrun string buffers, with consequences as bad as arbitrary code execution. After these fixes, applications may observe invalid byte sequence for encoding errors when string functions process invalid text that has been stored in the database. . The PostgreSQL Project thanks Paul Gerste and Moritz Sanft, as part of zeroday.cloud, for reporting this problem. (CVE-2026-2006) . + Harden contrib/pg_trgm against changes in string lowercasing behavior (Heikki Linnakangas) . Fix potential buffer overruns arising from the fact that in some locales lower-casing a string can produce more characters (not bytes) than were in the original. That behavior is new in version 18, and so is the bug. . The PostgreSQL Project thanks Heikki Linnakangas for reporting this problem. (CVE-2026-2007) . * Remove pg_numa_init and LLVM 21 patches, merged upstream. python-autobahn (24.4.2+dfsg1-5) unstable; urgency=medium . * Cleans better (Closes: #1046628). python-bumble (0.0.225-2) unstable; urgency=medium . * Team upload. * Patch-out python3-tomli python-bumble (0.0.225-1) unstable; urgency=medium . * New upstream release. python-bumble (0.0.220-1) unstable; urgency=medium . * Initial release. (Closes: #1124391) python-cron-descriptor (2.0.6-1) unstable; urgency=low . * New upstream version 2.0.6 * Bump Standards-Version to 4.7.3. * Drop Rules-Requires-Root. * Update year in d/copyright. * Use uscan version 5. * Add patch to remove duplicate msgid from translations. * Switch Testsuite to autopkgtest-pkg-pybuild. * Add patch to use imported module path to locate locale file. * Add patch to only install cron_descriptor package. python-designateclient (6.3.0-3) unstable; urgency=medium . * Cleans better (Closes: #1047097). python-fixtures (4.2.5-5) unstable; urgency=medium . * Cleans better (Closes: #1047498). python-sphinxcontrib.apidoc (0.6.0-3) unstable; urgency=medium . * Cleans better (Closes: #1046499). r-cran-performance (0.16.0-1) unstable; urgency=medium . * Team upload. * New upstream version * Standards-Version: 4.7.3 (routine-update) * dh-update-R to update Build-Depends (routine-update) * Remove Priority field to comply with Debian Policy 4.7.3 (routine- update) ruby-addressable (2.8.8-1) unstable; urgency=medium . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. * Bump build dependency on ruby-public-suffix to 8.0. ruby-build (20260121-1) unstable; urgency=medium . * Team upload. . [ Piper McCorkle ] * New upstream version 20250114 . [ Lucas Nussbaum ] * debian/salsa-ci.yml: use team-specific include * debian/.gitattributes: remove * debian/gbp.conf: Update for DEP-14 . [ Simon Quigley ] * New upstream release. * Drop XS-Ruby-Versions from control. * Update Standards-Version to 4.7.3, no changes needed. * Drop reverse-applicable patch. ruby-mime-types (3.7.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. * Bump build dependency on ruby-mime-types-data to 3.2025.0507. * Add fix-circular-dependencies.patch to fix circular dependencies. ruby-thor (1.5.0-1) unstable; urgency=medium . * Team upload. * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. rust-find-msvc-tools (0.1.5-1) unstable; urgency=medium . * Package find-msvc-tools 0.1.5 from crates.io using debcargo 2.7.11 rust-gstreamer-app-sys (0.24.4-1) unstable; urgency=medium . * Upload to unstable * Stop regenerating code rust-gstreamer-app-sys (0.24.0-1) experimental; urgency=medium . * Package gstreamer-app-sys 0.24.0 from crates.io using debcargo 2.7.11 rust-kasuari (0.4.11-1) unstable; urgency=medium . * Package kasuari 0.4.11 from crates.io using debcargo 2.7.11 stunnel4 (3:5.77-1) unstable; urgency=medium . * Declare compliance with Policy 4.7.3, drop the implied Priority: optional. * Add the year 2026 to my debian/* copyright notice. * Add Salsa CI configuration. * Override the "no systemd unit file" Lintian error, we do install systemd unit files under different names. * New upstream release: - drop the 06-no-openssl-version-check-autopkgtest and 07-reproducible-build patches, integrated upstream - refresh the 02-rename-binary patch tempest (1:45.0.0-3) unstable; urgency=medium . * Cleans better (Closes: #1046125). workflow (1.0.0-1) unstable; urgency=medium . * New upstream version 1.0.0 - Includes SONAME bump (libworkflow0t64 -> libworkflow1) * Standards-Version: 4.7.3 (routine-update) * d/patches: Refresh patches * d/control: Remove redundant fields * d/watch: Update to version 5 * d/copyright: Replace BSD-2-Clause and zlib with ISC, update copyrights for crc32.(h/c), and update debian/* copyright year to 2026 yara (4.5.5-1) unstable; urgency=medium . * New upstream version 4.5.5 * Bump Standards-Version * Add patch to make yr_string_set_destroy non-public