From d848ee0f597593e81ad392b39d2232ade8d4aaa1 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 2 Oct 2018 19:44:39 +0100 Subject: [PATCH] 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 --- debian/not-installed | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 debian/not-installed 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 -- 2.16.6