]> git.decadent.org.uk Git - dak.git/commit
Move more specific source file regexes before general ones
authorGuillem Jover <guillem@debian.org>
Sat, 23 Apr 2016 12:02:16 +0000 (14:02 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 24 Apr 2016 16:46:00 +0000 (18:46 +0200)
commit2e2d8e7081496b3214a31a8dc1d85f8b84dff6a8
treebce3f75b6574f9d9afd92f8149efedb540c32948
parent653c6617323bc6601c071185265a5f8b663e5e3d
Move more specific source file regexes before general ones

The orig tarball regexes match also the orig tarball detached
signatures because they are not anchored at the end, and the loop
short-circuits on first match. So we have to move them before their
more general counterparts.

Fixes commit 84f230b6cfb4b3eb1ef5fbe672e121b1a8e7aabb.
daklib/utils.py