Minor enhancement of log message as in Debian a package can be in unstable without being in testing.

ubuntu/rebased
Paul Gevers 7 years ago
parent 9790dbf7c2
commit 1e022af99e
No known key found for this signature in database
GPG Key ID: 9C5C99EB05BD750A

@ -392,7 +392,7 @@ class AutopkgtestPolicy(BasePolicy):
if rdep_src == src:
continue
except KeyError:
self.log('%s on %s has no source (NBS?)' % (rdep.package_name, arch))
self.log('%s on %s has no source (NBS, new or removed?)' % (rdep.package_name, arch))
continue
rdep_src_info = sources_info[rdep_src]

Loading…
Cancel
Save