]> git.decadent.org.uk Git - dak.git/commit
Merge branch 'merge'
authorJoerg Jaspert <joerg@debian.org>
Tue, 27 Oct 2009 20:46:42 +0000 (21:46 +0100)
committerJoerg Jaspert <joerg@debian.org>
Tue, 27 Oct 2009 20:46:42 +0000 (21:46 +0100)
commit33ea37c1644023626800361a2bf76972c8d9da11
treeab70271236c33b2017b6851a1079918b4c7bf237
parent3dce096cd80a3f2b0535523490afc4360b4b9983
parent3a044cf559c390a0a4dc0658ec565b6a327f136a
Merge branch 'merge'

* merge:
  Disable check_lintian for now.
  Only lintian reject uploads to unstable or experimental
  Fix use of "wayout" name.
  dict[k] raises IndexError if does not exist - check with infix 'in' instead.
  Actually add a seperator to our --tags-from-file input.
  lintian YAML has a "lintian" root element.
  Close sourcefile.
  Dedent again by returning if lintian doesn't return any content.
  Return all the lintian-related rejections, not just the first one.
  It's called 'next', not 'continue'. =)
  Dedent again by using continue.
  Remove one level of indentation by using continue
  Simple check for lintian regex
  Use set() instead of Perlesque hash[key] = 1
  autoreject
  Add lintian tags file
daklib/queue.py