]> git.decadent.org.uk Git - dak.git/commit
Merge commit 'lamby/master' into merge
authorJoerg Jaspert <joerg@debian.org>
Wed, 28 Oct 2009 13:58:03 +0000 (14:58 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 28 Oct 2009 13:58:03 +0000 (14:58 +0100)
commitc07d8e9ee4c188368fa64dc1f4db0f98d2c9f863
tree616487b4b7c0a42e601e56ca7145f3d7f020308c
parent918e1b4a2cde257429ec98463ca6731492179fd9
parentebfcbc52d653737ace24aeac9c01b8faf83151a4
Merge commit 'lamby/master' into merge

* commit 'lamby/master':
  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

Signed-off-by: Joerg Jaspert <joerg@debian.org>