Skip to content
Snippets Groups Projects
Commit 86c91289 authored by Simon McVittie's avatar Simon McVittie Committed by Vivek Das Mohapatra
Browse files

debian: Use dh_missing --fail-missing


dh_install --fail-missing is deprecated.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent be7f1ecb
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -111,7 +111,10 @@ override_dh_install:
rm -f debian/tmp/usr/bin/capsule-elf-dump
rm -f debian/tmp/usr/bin/capsule-symbols
rm -f debian/tmp/usr/bin/capsule-version
dh_install --fail-missing
dh_install
override_dh_missing:
dh_missing --fail-missing
override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh -- $(confflags)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment