mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Ignore extra fields at the end of the .dsc file
This commit is contained in:
parent
d3a972de33
commit
5565c16af1
@ -44,6 +44,8 @@ def dsc_getfiles(dsc):
|
||||
break
|
||||
|
||||
for l in f:
|
||||
if not l.startswith(' '):
|
||||
continue
|
||||
if l.strip() == '':
|
||||
break
|
||||
fname = l.split()[2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user