mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-29 09:01:28 +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
|
break
|
||||||
|
|
||||||
for l in f:
|
for l in f:
|
||||||
|
if not l.startswith(' '):
|
||||||
|
continue
|
||||||
if l.strip() == '':
|
if l.strip() == '':
|
||||||
break
|
break
|
||||||
fname = l.split()[2]
|
fname = l.split()[2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user