X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_changelog.py;h=acd23c2b93def9d145fd41c9c767f28471ec2f6b;hb=f63c8b5ea1b8a059bc70fa323ec836af1402be2c;hp=124020ee4f77c13ad77b20bb27022ccda1b227be;hpb=b31278febbe7fa99b8d703a0ee70a872c2e3882c;p=dak.git diff --git a/dak/make_changelog.py b/dak/make_changelog.py old mode 100644 new mode 100755 index 124020ee..acd23c2b --- a/dak/make_changelog.py +++ b/dak/make_changelog.py @@ -134,7 +134,7 @@ def get_binary_uploads(suite, base_suite, session): JOIN base b on b.source = c.source JOIN cur_suite cs ON cs.source = c.source WHERE c.version > b.version - AND c.version <= cs.version + AND c.version <= cs.version AND c.architecture = b.arch_string AND c.architecture = cs.arch_string ORDER BY c.source, c.version DESC, c.architecture"""