Control: tags 1139540 + patch Control: tags 1139540 + pending Dear maintainer,
I've prepared an NMU for p4est (versioned as 2.3.6-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for p4est-2.3.6 p4est-2.3.6 changelog | 7 +++++++ rules | 3 +++ 2 files changed, 10 insertions(+) diff -Nru p4est-2.3.6/debian/changelog p4est-2.3.6/debian/changelog --- p4est-2.3.6/debian/changelog 2024-11-06 20:30:00.000000000 +0200 +++ p4est-2.3.6/debian/changelog 2026-07-08 13:57:44.000000000 +0300 @@ -1,3 +1,10 @@ +p4est (2.3.6-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with debhelper 13.32. (Closes: #1139540) + + -- Adrian Bunk <[email protected]> Wed, 08 Jul 2026 13:57:44 +0300 + p4est (2.3.6-2) unstable; urgency=medium * Team upload. diff -Nru p4est-2.3.6/debian/rules p4est-2.3.6/debian/rules --- p4est-2.3.6/debian/rules 2024-11-06 20:26:38.000000000 +0200 +++ p4est-2.3.6/debian/rules 2026-07-08 13:57:44.000000000 +0300 @@ -2,6 +2,9 @@ include /usr/share/dpkg/pkg-info.mk +export CC=mpicc +export CXX=mpicxx + export PRTE_MCA_plm_ssh_agent=/bin/false export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe

