Skip to content

Commit

Permalink
Accept .udebs at the very least.
Browse files Browse the repository at this point in the history
This does not fix #8 yet, but will need to rework the binary/artifact
distinction first.

Signed-off-by: Chris Lamb <lamby@debian.org>
  • Loading branch information
lamby committed Nov 1, 2016
1 parent a913bef commit 0559940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidb/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from bidb.buildinfo.models import Buildinfo

re_filename = re.compile(
r'^(?P<name>[^_]+)_(?P<version>[^_]+)_(?P<architecture>[^\.]+)\.deb$',
r'^(?P<name>[^_]+)_(?P<version>[^_]+)_(?P<architecture>[^\.]+)\.u?deb$',
)
re_installed_build_depends = re.compile(
r'^(?P<package>[^ ]+) \(= (?P<version>.+)\)'
Expand Down

0 comments on commit 0559940

Please sign in to comment.