]> err.no Git - dak/commitdiff
I really think this'l just cause arguments and I can't be bothered
authorMark Hymers <mhy@debian.org>
Wed, 28 Oct 2009 08:38:54 +0000 (08:38 +0000)
committerMark Hymers <mhy@debian.org>
Wed, 28 Oct 2009 08:38:54 +0000 (08:38 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/queue.py

index 4e5368770d52ff3565c34e7fe37469458155c7a0..a6b6e7fbb10654801876337125940ec5462e5702 100755 (executable)
@@ -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):