From b13a5e5005bcc0da6bde1a2331d82c14e79fd9d1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 21 Oct 2024 10:20:21 +0200 Subject: [PATCH] Use the | hello trick for g++-multilib for s390x / Ubuntu Oracular --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c7826484..80f3108d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-19 (1:19.1.2-2) unstable; urgency=medium + + * Use the | hello trick for g++-multilib for s390x / Ubuntu Oracular + + -- Sylvestre Ledru Mon, 21 Oct 2024 10:20:12 +0200 + llvm-toolchain-19 (1:19.1.2-1) unstable; urgency=medium [ Samuel Thibault ] diff --git a/debian/control b/debian/control index bee671a3..3df5c492 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, libipt-dev [amd64 i386], lcov, procps, help2man, zlib1g-dev, libzstd-dev, - g++-multilib [amd64 i386 mips64 mips64el mipsel powerpc ppc64 s390x sparc sparc64 x32], + g++-multilib [amd64 i386 mips64 mips64el mipsel powerpc ppc64 s390x sparc sparc64 x32] | hello, libjs-mathjax, python3-myst-parser | python3-recommonmark, python3-pexpect, doxygen, time, ocaml-base [amd64 arm64 ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 ppc64el riscv64 s390x], diff --git a/debian/control.in b/debian/control.in index f6ca0b64..dad542de 100644 --- a/debian/control.in +++ b/debian/control.in @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, libipt-dev [amd64 i386], lcov, procps, help2man, zlib1g-dev, libzstd-dev, - g++-multilib [@MULTILIB_ARCHS@], + g++-multilib [@MULTILIB_ARCHS@] | hello, libjs-mathjax, python3-myst-parser | python3-recommonmark, python3-pexpect, doxygen,@USAGE_BUILD_DEP@ ocaml-base [@OCAML_ARCHS@] | ocaml-nox [@OCAML_ARCHS@],