Public bug reported:
'updates' is a valid source for Debian: https://wiki.debian.org/StableUpdates however mksbuild always skips, with no option to include, for debian. This bit of code appears enforces skipping updates this: https://git.launchpad.net/ubuntu/+source/ubuntu-dev-tools/tree/mk-sbuild?h=ubuntu%2Fdevel#n675 ``` # Debian only performs security updates SKIP_UPDATES=1 if [ -z "$SOURCES_SECURITY_SUITE" ]; then if debian_dist_ge "$RELEASE" "bullseye"; then SOURCES_SECURITY_SUITE="RELEASE-security" else SOURCES_SECURITY_SUITE="RELEASE/updates" fi fi ``` The updates source should be made available, with standard user option to skip. ** Affects: ubuntu-dev-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060843 Title: mksbuild should not alway skip updates for debian To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/2060843/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs