From 90af21d3c2a4c3e5ff48eca204ffe393b2e81e93 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Dec 2016 16:43:34 +0200 Subject: Drop debuild --lintian-opts option --- icklib/cleanly | 1 - 1 file changed, 1 deletion(-) diff --git a/icklib/cleanly b/icklib/cleanly index 04c240a..680d367 100755 --- a/icklib/cleanly +++ b/icklib/cleanly @@ -246,7 +246,6 @@ class App(cliapp.Application): with open('/dev/null') as f: cliapp.runcmd( ['debuild', '-S', '-sa', '-us', '-uc', '-i', - '--lintian-opts', '-Xbad-distribution-in-changes-file,changed-by-address-malformed'], cwd=srcdir, stdin=f, stdout=None, stderr=None) self._report('Clean up') -- cgit v1.2.1