Commit 92120981 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Use list-missing instead of fail in d/rules so builds pass

The workflow for testing Stretch uploads involves using Launchpad
Xenial builders, where the not-installed file is not supported, thus
--fail-missing always fails the build. This is not a useful feature in
a stable release anyway, because rather not introduce any new files.
parent 8e687914
......@@ -180,6 +180,6 @@ get-orig-source:
uscan --force-download --verbose
%:
dh $@ --parallel --with systemd --fail-missing
dh $@ --parallel --with systemd --list-missing
# vim: ts=8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment