]> git.decadent.org.uk Git - dak.git/commit
Merge branch 'merge'
authorJoerg Jaspert <joerg@debian.org>
Wed, 28 Oct 2009 13:58:19 +0000 (14:58 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 28 Oct 2009 13:58:19 +0000 (14:58 +0100)
commit05c002afb12f077d753234de45753062fa54ce02
tree0a472116b95537950b39c0dd36bf60d68b2355a9
parent83f868120d67c62349c628ee154885508bedc2b0
parentc07d8e9ee4c188368fa64dc1f4db0f98d2c9f863
Merge branch 'merge'

* merge:
  Port check_dsc_files to use get_format_from_string.
  Make build_file_list to use get_format_from_string and friends.
  Add get_format_from_string utility method
  Attach validate_format(...) to each SourceFormat that can reject formats.
  Split out parse_format to module-level and test it explicitly.
  Split parsing of "Format:" string and validation of it.
  Compare None with object identity, not equality
  "Format: 0.0" is now invalid
  Add regression tests for parse_format.
  Move "Format:" field parsing into srcformats.py