From 7be4584e0a5dc81ff589f1df1d2d6e8cffecdb8e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 8 Sep 2023 13:20:12 +0200 Subject: [PATCH] Refresh the cotrol --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 52de2410..d31cb193 100644 --- a/debian/control +++ b/debian/control @@ -687,8 +687,8 @@ Package: libc++-18-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libc++1-17 (= ${binary:Version}), ${misc:Depends}, - libunwind-17-dev [amd64 arm64 armhf i386 ppc64el ppc64 riscv64] +Depends: libc++1-18 (= ${binary:Version}), ${misc:Depends}, + libunwind-18-dev [amd64 arm64 armhf i386 ppc64el ppc64 riscv64] Breaks: libc++-dev (<< 44) Provides: libc++-x.y-dev Conflicts: libc++-x.y-dev @@ -934,7 +934,7 @@ Package: flang-18 # no 32bit support # https://github.com/llvm/llvm-project/issues/59845 Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64 -Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libflang-16-dev (= ${binary:Version}), +Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libflang-18-dev (= ${binary:Version}), Provides: fortran-compiler, gfortran-mod-15 Description: Fortran compiler Ground-up implementation of a Fortran front end written in