On Sun, May 14, 2023 at 02:17:05PM +0500, Alexander V. Makartsev wrote: > hence why the command was "$ apt source lego/testing" not just "$ apt source > lego". > There is no reason for building a backport package for "stable" using a > source package from "stable"...
If you're trying to build a backport, you add "deb-src" lines for testing, then "apt-get update", and then simply use "apt-get source pkgname". Or their "apt" equivalents, I guess.

