Use dh-missing 67/15867/2
authorLuca Boccassi <[email protected]>
Tue, 2 Oct 2018 18:44:39 +0000 (19:44 +0100)
committerLuca Boccassi <[email protected]>
Tue, 13 Nov 2018 11:18:30 +0000 (11:18 +0000)
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 <[email protected]>
debian/not-installed [new file with mode: 0644]
debian/rules

diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644 (file)
index 0000000..6e44687
--- /dev/null
@@ -0,0 +1,2 @@
+# meson installs this whether or not docs are built
+usr/share/doc/dpdk/guides/_static/css/custom.css
index 90b7db6..68eaaa7 100755 (executable)
@@ -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