On Sun, Feb 10, 2019 at 01:38:18PM -0800, Ralf-Peter Rohbeck wrote: > On 2/10/19 12:12 PM, Olly Betts wrote: > > On Sat, Feb 09, 2019 at 09:29:10PM -0800, Ralf-Peter wrote: > > > I tried to debug a Wxwindows application but when I installed the > > > debug symbols, libwxbase3.0-0v5 was downgraded to the stretch version: > > The debug symbols are now in libwxbase3.0-0v5-dbgsym. > > > > Sounds like you have both stretch and buster in your sources list, hence > > the unhelpful behaviour when you try to install a package which isn't > > in buster. > > Nope, it's not there: > > root@tp:~# apt-cache search libwxbase3.0-0v5 > libwxbase3.0-0v5 - wxBase library (runtime) - non-GUI support classes of > wxWidgets toolkit > libwxbase3.0-0v5-dbg - debugging symbols for the wxBase library > root@tp:~# apt-cache search libwxbase3.0-0v5-dbgsym > root@tp:~#
Then you probably haven't configured the apt source for them - see: https://wiki.debian.org/SourcesList#Debug_Symbol_Packages Cheers, Olly