mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:41:39 +00:00
Use the | hello trick for g++-multilib for s390x / Ubuntu Oracular
This commit is contained in:
parent
c3b2462be1
commit
b13a5e5005
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 <sylvestre@debian.org> Mon, 21 Oct 2024 10:20:12 +0200
|
||||
|
||||
llvm-toolchain-19 (1:19.1.2-1) unstable; urgency=medium
|
||||
|
||||
[ Samuel Thibault ]
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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],
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -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@],
|
||||
|
Loading…
Reference in New Issue
Block a user