Scrub Obsolete - gdb-avr

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index 9dddc20356..4a4fbd3de2 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends:
                texlive-base <!nodoc>,
 # Libdev deps
                libexpat1-dev,
-               libncurses5-dev,
+               libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2),
                libreadline-dev,
                zlib1g-dev,
                liblzma-dev,
@@ -85,7 +85,6 @@ Description: GNU Debugger (with support for multiple architectures)
 Package: gdbserver
 Architecture: amd64 armel armhf arm64 i386 ia64 m32r 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)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining
diff --git a/debian/control.in b/debian/control.in
index 20cf5b9820..b8b3311af0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -27,7 +27,7 @@ Build-Depends:
                texlive-base <!nodoc>,
 # Libdev deps
                libexpat1-dev,
-               libncurses5-dev,
+               libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2),
                libreadline-dev,
                zlib1g-dev,
                liblzma-dev,
@@ -85,7 +85,6 @@ Description: GNU Debugger (with support for multiple architectures)
 Package: gdbserver
 Architecture: amd64 armel armhf arm64 i386 ia64 m32r 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)
  GDB is a source-level debugger, capable of breaking programs at
  any specific line, displaying variable values, and determining

Run locally

More details

Full run details

Historical runs