summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-25 16:43:34 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-25 16:43:34 +0200
commit90af21d3c2a4c3e5ff48eca204ffe393b2e81e93 (patch)
tree1d4421517be6aab57d2be08ab04816f741dae5e3
parentb9e3ff0bf4c74badfb64c6816bfda2c98996ebac (diff)
downloadick-90af21d3c2a4c3e5ff48eca204ffe393b2e81e93.tar.gz
Drop debuild --lintian-opts option
-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')