]> git.decadent.org.uk Git - dak.git/commit
Reject arch:all binNMUs
authorAnsgar Burchardt <ansgar@debian.org>
Mon, 18 Jan 2016 19:28:31 +0000 (20:28 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Mon, 18 Jan 2016 19:28:31 +0000 (20:28 +0100)
commit368b5f9e628e664fef3cfce060943a0e7d168c59
treee37ea8383cfe993ea33d6b8c7ca682cb90776d8e
parenta8e16e1d4e049ec21740ce664d7fb944c0035b96
Reject arch:all binNMUs

While arch:all binNMUs might work for some packages, they still tend
to create problems due to versioned dependencies using

  arch-all-package (= ${source:Version})

as these will be broken by the binNMU.  To avoid these, we reject
arch:all binNMUs for now.
daklib/archive.py
daklib/checks.py