summaryrefslogtreecommitdiff
path: root/mdbp/sbuild.py
diff options
context:
space:
mode:
Diffstat (limited to 'mdbp/sbuild.py')
-rw-r--r--mdbp/sbuild.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdbp/sbuild.py b/mdbp/sbuild.py
index 6f1d75a..43937bf 100644
--- a/mdbp/sbuild.py
+++ b/mdbp/sbuild.py
@@ -28,6 +28,8 @@ def main() -> None:
"--run-lintian" if build.get("lintian", {}).get("run") else
"--no-run-lintian",
]
+ cmd.extend(map("--lintian-opt=".__add__,
+ build.get("lintian", {}).get("options", ())))
cmd.extend(make_option("--build=", build.get("buildarch")))
cmd.extend(make_option("--host=", build.get("hostarch")))
cmd.extend(map("--extra-repository=".__add__,