aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2018-10-02 19:44:39 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2018-11-13 11:18:30 +0000
commitd848ee0f597593e81ad392b39d2232ade8d4aaa1 (patch)
treeed610264cbe32a17f0b5eb514379814940a9867c
parente60fb57f286ab03744e129074b7577fa0d237137 (diff)
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 <luca.boccassi@gmail.com>
-rw-r--r--debian/not-installed2
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 0 deletions
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