X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fsrcformats.py;h=60da5bc0d7305e92a4e3b8c968caf2a247e0c99e;hb=4587ac614fbf2fcdb97cdf2752da2c3ce25c7398;hp=d6079a0f5df6a9067445b5d366d4a4e51865b5ac;hpb=3539a3c5aa973175f20ab1580e7690903fb8d679;p=dak.git diff --git a/daklib/srcformats.py b/daklib/srcformats.py index d6079a0f..60da5bc0 100644 --- a/daklib/srcformats.py +++ b/daklib/srcformats.py @@ -42,9 +42,7 @@ class SourceFormat(type): format = format[:2] if is_a_dsc: - # format = (0,0) are missing format headers of which we still - # have some in the archive. - if format != (1,0) and format != (0,0) and \ + if format != (1,0) and \ format != (3,0,"quilt") and format != (3,0,"native"): raise UnknownFormatError, txt else: