]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/checks.py
Merge branch 'debug'
[dak.git] / daklib / checks.py
index 5a167ef6f2d1565015eb0c6817707b474aca5b18..2eec769def845f125f40882163541d918efbb318 100644 (file)
@@ -718,6 +718,7 @@ class NoSourceOnlyCheck(Check):
         if not allow_no_arch_indep_uploads \
            and 'all' not in changes.architectures \
            and 'experimental' not in changes.distributions \
+           and 'unstable' not in changes.distributions \
            and changes.source.package_list.has_arch_indep_packages():
             raise Reject('Uploads not including architecture-independent packages are not allowed.')