]> git.decadent.org.uk Git - dak.git/commit
Merge commit 'lamby/master' into merge
authorJoerg Jaspert <joerg@debian.org>
Sun, 1 Nov 2009 09:06:47 +0000 (10:06 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 1 Nov 2009 09:06:47 +0000 (10:06 +0100)
commitb8d7ece580cbfb35624fe493938edcb0ae921b15
treeb87ccbe05b856551c92a3afb486712bbb23ec21a
parentb2b983bf21df6bc13f5b073f26722269610ef2cb
parent3b77b40a6433c23696f40ce33a24fdf2880277f1
Merge commit 'lamby/master' into merge

* commit 'lamby/master': (23 commits)
  Add tests for process_gpgv_output
  Remove some of the Table boilerplate
  Heh, someone fixed these issues since 2001.
  Add dak.conf for tests as utilities parse it.
  Port old tests to unittest; currently 18 failures.
  Add a 'fixture' utility to generate a path to a fixture.
  Tidy daklib.utils.which_conf_file
  Use a custom dak.conf during tests - now we can import daklib.utils.
  Drop executable bits on libraries.
  Prefer the "Borg" pattern over the GoF singleton pattern.
  Remove empty docstring.
  Make daklib.lintian work on the named groups, not the "flat" groups
  Use named groups in lintian regex.
  Alter generate_reject_messages to return a generator.
  Tidy upload.check_lintian.
  Generate lintian reject messages in daklib.lintian + tests
  Add a docstring for parse_lintian_output
  An empty output is handled fine.
  Move lintian parsing to daklib.lintian and add tests.
  Rename warning/error in lintian autorejects to nonfatal/fatal.
  ...

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