Package: sbuild Version: 0.73.0-4 Severity: normal Currently, if autopkgtest is enabled, it is run for every source package build including for source packages that don't even specify tests. This is wasting lots of time because in the worst case, autopkgtest spends lots of time updating the backend before figuring out that the source package doesn't even have tests. So instead, sbuild should itself check whether the source package has tests and only run autopkgtest if it does.