From: Mark Hymers Date: Wed, 28 Oct 2009 08:38:54 +0000 (+0000) Subject: I really think this'l just cause arguments and I can't be bothered X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b55dd8d4521ccad6486662b1c6bf1c76a63507e5;p=dak I really think this'l just cause arguments and I can't be bothered Signed-off-by: Mark Hymers --- diff --git a/daklib/queue.py b/daklib/queue.py index 4e536877..a6b6e7fb 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1279,7 +1279,7 @@ class Upload(object): self.rejects.append("%s: Found lintian output: '%s %s', automatically rejected package." % (epackage, etag, etext)) # Now tell if they *might* override it. if etag in lintiantags['warning']: - self.rejects.append("%s: If you have a good reason, you may override this lintian tag. Laziness to fix your crap is NOT A GOOD REASON, sod off" % (epackage)) + self.rejects.append("%s: If you have a good reason, you may override this lintian tag." % (epackage)) ########################################################################### def check_urgency(self):