From: Luca Boccassi Date: Tue, 2 Oct 2018 18:44:39 +0000 (+0100) Subject: Use dh-missing X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F15867%2F2;p=deb_dpdk.git Use dh-missing In order to catch new libraries being added, use dh-missing so that installed but unpackaged files cause the build to fail. Add an ignore for custom.css which is always installed even when not building the documentation due to a Meson quirk. Change-Id: I52afa5e6c091ddd6ec9f9d40d1892263b26f191f Signed-off-by: Luca Boccassi --- diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 00000000..6e446870 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,2 @@ +# meson installs this whether or not docs are built +usr/share/doc/dpdk/guides/_static/css/custom.css diff --git a/debian/rules b/debian/rules index 90b7db6a..68eaaa71 100755 --- a/debian/rules +++ b/debian/rules @@ -175,3 +175,5 @@ override_dh_python3: # /usr/share/dpdk, so pass /usr to catch all dh_python3 --shebang=/usr/bin/python3 /usr +override_dh_missing: + dh_missing --fail-missing