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

This commit is contained in:
Paul Gevers 2018-03-05 14:05:44 +01:00
parent 9790dbf7c2
commit 1e022af99e
No known key found for this signature in database
GPG Key ID: 9C5C99EB05BD750A

View File

@ -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]