summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xicklib/cleanly1
1 files changed, 0 insertions, 1 deletions
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')