Source: gdb Source-Version: 13.2-1 Severity: important Tags: patch Hi!
Support for this arch got removed in dpkg 1.22.0, which means that once the host running dak gets its dpkg upgraded to that version it might start being unhappy about the unknown architecture. Attached an untested patch that removes references to this obsolete arch. Thanks, Guillem
From 579b5525be1fd188730b1bac888018629d0f2de7 Mon Sep 17 00:00:00 2001 From: Guillem Jover <guil...@debian.org> Date: Sat, 25 Nov 2023 23:36:55 +0100 Subject: [PATCH] Remove references to obsolete m32r arch Support for this arch got removed from in dpkg 1.22.0, which means that once the host running dak gets its dpkg upgraded to that version it might start being unhappy about the unknown architecture. --- debian/control | 2 +- debian/control.in | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 99a445e0856..ee84545b5c1 100644 --- a/debian/control +++ b/debian/control @@ -83,7 +83,7 @@ Description: GNU Debugger (with support for multiple architectures) target architectures. Package: gdbserver -Architecture: amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x x32 +Architecture: amd64 armel armhf arm64 i386 ia64 m68k mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x x32 Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: gdb (<< 7.0.1-1) Description: GNU Debugger (remote server) diff --git a/debian/control.in b/debian/control.in index 001358a3ad0..7a1a494f293 100644 --- a/debian/control.in +++ b/debian/control.in @@ -83,7 +83,7 @@ Description: GNU Debugger (with support for multiple architectures) target architectures. Package: gdbserver -Architecture: amd64 armel armhf arm64 i386 ia64 m32r m68k mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x x32 +Architecture: amd64 armel armhf arm64 i386 ia64 m68k mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x x32 Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: gdb (<< 7.0.1-1) Description: GNU Debugger (remote server) diff --git a/debian/rules b/debian/rules index 27b3f9d0e1b..1c0a55fa447 100755 --- a/debian/rules +++ b/debian/rules @@ -190,7 +190,7 @@ MULTIARCH_TARGETS := \ sparc64-linux-gnu \ x86_64-linux-gnu \ x86_64-linux-gnux32 \ - m32r-linux-gnu + # EOL # broken, see https://launchpad.net/bugs/1233185 #MULTIARCH_TARGETS := all -- 2.42.0