X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=b2ee5e3fe3fcbc950da01563b1724ed6feeab1d0;hb=a5d7d22121e018672da9dd74c89c046fb4dba1f9;hp=cee15a5a451fbc9bc8f28464e29da0f8c542403f;hpb=cd324afe41a58c4e7e0ff6536eff95d1ebb3bb04;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index cee15a5a..b2ee5e3f 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):