]> git.decadent.org.uk Git - dak.git/commit
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)
commit165bcf28c9bc21d449253f05efba0b5f39ff6abf
tree082fe58a6ad9316ce07b035194f62f6b99476fc6
parent9395800a53935a9bed300bc16d2e3c2440d3d7ac
Fix support for detached upstream signatures

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
daklib/regexes.py