]> git.decadent.org.uk Git - dak.git/commitdiff
Fix support for detached upstream signatures
authorGuillem Jover <guillem@debian.org>
Thu, 11 Feb 2016 09:27:16 +0000 (10:27 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 12 Apr 2016 06:43:40 +0000 (08:43 +0200)
We should only allow upstream tarballs with detached signatures, but not
native tarballs, «<source>_<version>.orig.asc» or «<source>_<version>.asc»
filenames. We also need to allow this on all relevant regexes. This commit
fixes and refactors the regexes to implement the above, and to make it
easier to modify a single place in the future.

Fixes commit 4911282cbf231b116872a6f16eb838f7862ebc36.

Closes: #759401

No differences found