diff options
-rw-r--r-- | load_copyright.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/load_copyright.py b/load_copyright.py index 1ab361d..2f545e1 100644 --- a/load_copyright.py +++ b/load_copyright.py @@ -46,6 +46,8 @@ def read_copyright(fh): del d['Licence'] if type == 'Files': + if 'debian' in d['Files']: + continue if 'License' not in d: raise ValueError('no license: ' + repr(d)) return |