adios4dolfinx (0.10.0.post0-3) unstable; urgency=medium . * debian/tests: mark MPI tests with Restrictions: flaky These tests regularly time out, see Bug#1124571 * Standards-Version: 4.7.3 adios4dolfinx (0.10.0.post0-2) unstable; urgency=medium . * run CI tests verbose to better monitor test timeouts adios4dolfinx (0.10.0.post0-1) unstable; urgency=medium . * New upstream release * Build-Depends: python3-packaging * debian/tests: drop verbose test flags to get simpler test logs adios4dolfinx (0.9.3-1) unstable; urgency=medium . * New upstream release - applies debian patch free_memory_PR153.patch * Standards-Version: 4.7.2 adios4dolfinx (0.9.2-4) unstable; urgency=medium . * ppc64el times out in serial tests, not only MPI. Skip checkpointing tests in both cases. adios4dolfinx (0.9.2-3) unstable; urgency=medium . * debian/test: skip checkpointing tests in MPI on all arches except amd64 and arm64. Closes: #1091613 adios4dolfinx (0.9.2-2) unstable; urgency=medium . * debian/tests: apply OMPI_MCA_btl_tcp_if_include=lo to avoid "unreachable pairing" warnings in stderr. Needed for riscv64 in particular. See Bug#1087784. adios4dolfinx (0.9.2-1) unstable; urgency=medium . * New upstream release adios4dolfinx (0.9.1.post0-2) unstable; urgency=medium . * debian patch free_memory_PR153.patch applies upstream PR#153 to free memory in Create_dist_graph_adjacent adios4dolfinx (0.9.1.post0-1) unstable; urgency=medium . * New upstream release. * skip test_original_checkpoint. Randomly times out, see Bug#1091613 * debian/tests: report number of CPUs available (nproc) adios4dolfinx (0.9.0-2) unstable; urgency=medium . * Upload to unstable adios4dolfinx (0.9.0-1exp3) experimental; urgency=medium . * Get rid of python3-dolfinx-complex | python3-dolfinx-real altogether in Build-Depends, as they are redundant now that python3-dolfinx is correctly versioned. adios4dolfinx (0.9.0-1exp2) experimental; urgency=medium . * Change python3-dolfinx (>= 1:0.9.0~) | python3-dolfinx-complex (>= 1:0.9.0~) | python3-dolfinx-real (>= 1:0.9.0~) into python3-dolfinx (>= 1:0.9.0~), python3-dolfinx-complex (>= 1:0.9.0~) | python3-dolfinx-real (>= 1:0.9.0~) in Build-Depends to avoid that pbuilder gets python3-dolfinx v0.9 and python3-dolfinx-complex/python3-dolfinx-real v0.8. adios4dolfinx (0.9.0-1exp1) experimental; urgency=medium . * New upstream release 0.9.0, compatible with dolfinx 0.9.0 * OpenMPI 5.0 changed the name and the value of the environment variable to allow oversubscription from export OMPI_MCA_rmaps_base_oversubscribe=true to export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe Use the new variable name in debian/rules and debian/tests. * Update constraints on python3-dolfinx, python3-dolfinx-real and python3-dolfinx-complex to require matching dolfinx version 0.9.0 as Depends and Build-Depends * Debug random hangs while running tests: - add -svv to see which test hangs: may be reverted in future - add --basetemp=${AUTOPKGTEST_TMP} to force pytest to clean up the temporary directory associated to the fixture tmp_path. Might be good to keep in future as well, since pytest should not mix test data coming from real and complex runs * Drop ipyparallel-7-compatibility.patch: python3-ipyparallel is now at version 8.8.0, hence this patch is not needed anymore. adios4dolfinx (0.8.1.post0-3) unstable; urgency=medium . * Team upload. * Set PRTE_MCA_rmaps_default_mapping_policy instead of OMPI_MCA_rmaps_base_oversubscribe, for OpenMPI 5. * Disable test_original_checkpoint on single-CPU systems. adios4dolfinx (0.8.1.post0-2) unstable; urgency=medium . * set OMPI_MCA_rmaps_base_oversubscribe=true to allow 2-process tests to run on single CPU systems. Closes: #1071722. adios4dolfinx (0.8.1.post0-1) unstable; urgency=medium . * New upstream release 0.8.1.post0 - compatibility with dolfinx 0.8.0 - post0 is effectively only fixing conda packaging, so this release is functionally equivalent to 0.8.1 * Drop 9a677fefd1d5e89f6a926122929d5cd464cf22eb.patch, since the corresponding commit has been released with v0.8.1 adios4dolfinx (0.8.0-1exp2) experimental; urgency=medium . * Build-Depends on either python3-dolfinx, python3-dolfinx-real or python3-dolfinx-complex * Add lower bound to python3-dolfinx-complex version in autokpgtest control * Disable color output when running pytest in autopkgtest adios4dolfinx (0.8.0-1exp1) experimental; urgency=medium . * New upstream release 0.8.0 * Constrain python3-dolfinx to the 0.8.0 pre-release currently available in experimental * Update Standards-Version: 4.7.0 * Refresh debian/patches/force-adios2-mpi.patch * Add patch 9a677fefd1d5e89f6a926122929d5cd464cf22eb.patch to include upstream PR #92, which will be included in the next upstream release * Require python3-ipyparallel as Build-Depends and autokpgtest dependency * Add patch ipyparallel-7-compatibility.patch. Upstream code assumes ipyparallel >= 8.0, but python3-ipyparallel is still at 7.1. adios4dolfinx (0.7.3-7) unstable; urgency=medium . * debian/tests: skip all tests on big-endian systems (s390x, etc) adios4dolfinx (0.7.3-6) unstable; urgency=medium . * big-endian (s390x): skip test_mesh_read_write (in test_mesh_writer.py) adios4dolfinx (0.7.3-5) unstable; urgency=medium . * big-endian (s390x): skip all test_read_write tests adios4dolfinx (0.7.3-4) unstable; urgency=medium . * big-endian (s390x): skip test_read_write_{2D,3D} (from test_checkpointing_vector.py) adios4dolfinx (0.7.3-3) unstable; urgency=medium . * debian/tests: skip test_read_write_P_3D on big-endian (s390x) * run tests over all supported python3 versions (adios python module is now available on all) - tests Depends: python3-all-dev (ffcx needs python dev) * debian/run_test_in_testdir creates a conftest.py using a pytest monkeypatch to run tests in testdir, so test output files are not generated in the build dir (which pybuild would install) adios4dolfinx (0.7.3-2) unstable; urgency=medium . * debian/tests: use script to give finer test control - big-endian (s390x) is expected to fail, so ignore failure - run big-endian tests anyway to identify if any pass, skipping test_read_write_P_2D in test_checkpointing.py - redirect stderr to stdout when ignoring failure adios4dolfinx (0.7.3-1) unstable; urgency=medium . [ Francesco Ballarin ] * Initial release. (Closes: #1063517) * Depends on the MPI build of adios2 (internally sets env var ADIOS2_ALWAYS_USE_MPI=1) golang-github-anacrolix-generics (0.2.0-1) unstable; urgency=medium . * Initial release (Closes: #1126918) nix (2.32.5+dfsg-1) unstable; urgency=medium . * New upstream release * d/patches: Rebase patches for 2.32.5 * d/control: libblake3 is required since nix 2.27.0 * d/control: Build-dep, boost 1.88 since nix-2.32.3 needs >= 1.87 * d/control: Add libboost-iostreams1.88-dev build-dep needed since 2.29.0 * d/control: Add libboost-url1.88-dev build-dep needed since 2.31.0 * d/control: Update Standards-Version to 4.7.3 rabbitmq-server (4.0.5-11) unstable; urgency=medium . * Cleans better (Closes: #1046813). rake (13.3.1-1) unstable; urgency=medium . * Team upload. . [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include . [ Simon Quigley ] * New upstream release. * Update Standards-Version to 4.7.3, no changes needed. rust-imap-next (0.3.4+ds-1) unstable; urgency=medium . [ upstream ] * new release . [ Jonas Smedegaard ] * update copyright info: + avoid any .git* files when repackaging upstream source + license patches same as main upstream license + update coverage * update git-buildpackage config: + stop superfluously filter out .git* files * add watch file, setting Repack-Suffix: +ds * bump project versions in virtual packages and autopkgtests * relax (build-, autopkgtest-)dependencies for all crates, except autopkgtest-dependencies for own feature-providing provisions * update and unfuzz patches * stop superfluously set fields Rules-Requires-Root Priority * stop set Multi-Arch: foreign, incompatible with arch-any packaged crates * declare compliance with Debian Policy 4.7.3 * provide and autopkgtest features ext_namespace ext_utf8 uhd (4.9.0.0+ds1-3) unstable; urgency=medium . [Christian Ehrhardt] * d/control: provides of libuhd4.9.0-dpdk needs to be versioned (LP: #2136855) [A. Maitland Bottoms] * libuhd-dev: Adding dependencies for CMake file: libboost-*-dev (Closes: #1127891) * update watch file uhd (4.9.0.0+ds1-2) unstable; urgency=medium . [Martin Braun] * provide UHD::uhd target [Joerg Hofrichter] * patch to fix uhd::get_pkg_path() [Adrian Bunk] * enable dpdk on riscv64 and loong64 (Closes: #1122580) [Matthias Klose] * Fix build with boost 1.90 (Closes: #1127075) [A. Maitland Bottoms] * Standards-Version 4.7.3 no changes * control: no more powerpcspe or kfreebsd-any architectures REMOVED: sphinxbase 0.8+5prealpha+1-21