mksbuild should not alway skip updates for debian

Bug #2060843 reported by Nick Brown
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-dev-tools (Ubuntu)
New
Undecided
Unassigned

Bug Description

'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.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.