From: Guillem Jover Date: Thu, 11 Feb 2016 09:27:16 +0000 (+0100) Subject: Fix support for detached upstream signatures X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=165bcf28c9bc21d449253f05efba0b5f39ff6abf;hp=165bcf28c9bc21d449253f05efba0b5f39ff6abf;p=dak.git Fix support for detached upstream signatures We should only allow upstream tarballs with detached signatures, but not native tarballs, «_.orig.asc» or «_.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 ---