X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_changelog.py;h=0a76bcc1118d7f80cef661a461a6fae6bf6053c6;hb=2b00d97695d50544870c63e7143fecd4fc2cc5a2;hp=6d33e0529e15e722b7a823a4c590ad0222416fc0;hpb=98efb153a47ff7037bf555168b11ebac0dffaff3;p=dak.git diff --git a/dak/make_changelog.py b/dak/make_changelog.py index 6d33e052..0a76bcc1 100755 --- a/dak/make_changelog.py +++ b/dak/make_changelog.py @@ -212,7 +212,7 @@ def export_files(session, pool, clpool, temppath): if not result: stats['unpack'] += 1 for file in files: - for f in glob(os.path.join(tempdir, 'debian', '*%s*' % file)): + for f in glob(os.path.join(tempdir, 'debian', '*%s' % file)): for s in unpack[p][1]: suite = os.path.join(unpack[p][0], '%s.%s' \ % (s, os.path.basename(f)))