remove armf from architecture list for unwind dependency
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 16 Mar 2024 12:17:01 +0000 (12:17 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 16 Mar 2024 12:17:01 +0000 (12:17 +0000)
(it was removed before, but inadvertently came back)

debian/changelog
debian/control
debian/control.in

index 260dde33cfc14c8d9c30719d3c0e05e229a54ff2..3daee8a8671293fd576815872065a508fd2bc1c1 100644 (file)
@@ -41,7 +41,7 @@ llvm-toolchain-16 (1:16.0.6-20+rpi1) trixie-staging; urgency=medium
   * Disable scudo on armhf, it needs atomics which we do not want to enable.
 
   [changes brought forward from 1:13.0.0-9+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 23 Nov 2021 22:37:30 +0000]
-  * Remove armhf from architecture list for libunwind-13-dev dependency.
+  * Remove armhf from architecture list for libunwind-16-dev dependency.
 
  -- Raspbian forward porter <root@raspbian.org>  Fri, 08 Mar 2024 10:44:35 +0000
 
index 2ddf086d647b362f982793f324043f6d8ea5423b..5c89d5692e68c34c9aaf89973e895ef96aa5274d 100644 (file)
@@ -689,7 +689,7 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends: libc++1-16 (= ${binary:Version}), ${misc:Depends},
- libunwind-16-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
+ libunwind-16-dev [amd64 arm64 i386 loong64 ppc64el ppc64 riscv64]
 Breaks: libc++-dev (<< 44)
 Provides: libc++-x.y-dev
 Conflicts: libc++-x.y-dev
index b8cd75db985a859502aef7cf8436464564f845ca..4db26f855bb477e436d64fdea20b3f8468cf7532 100644 (file)
@@ -689,7 +689,7 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends: libc++1-@LLVM_VERSION@ (= ${binary:Version}), ${misc:Depends},
- libunwind-@LLVM_VERSION@-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
+ libunwind-@LLVM_VERSION@-dev [amd64 arm64 i386 loong64 ppc64el ppc64 riscv64]
 Breaks: libc++-dev (<< 44)
 Provides: libc++-x.y-dev
 Conflicts: libc++-x.y-dev