From 1b5d5009fe557010033076424087001db691bc20 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Mon, 17 May 2021 18:18:01 +0200 Subject: [PATCH] First run of replacing dh_install --fail-missing Signed-off-by: Thomas Karl Pietrowski --- CuraEngine/rules | 4 ++-- cura-binary-data/rules | 4 ++-- fdm_materials/rules | 6 +++--- libCharon/rules | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CuraEngine/rules b/CuraEngine/rules index 34f3d46..68fb3c8 100755 --- a/CuraEngine/rules +++ b/CuraEngine/rules @@ -15,8 +15,8 @@ override_dh_auto_configure: -DBUILD_TESTS:BOOL=OFF \ -DCURA_ENGINE_VERSION=${DEB_PACKAGE_VERSION} -override_dh_install: - dh_install --fail-missing +override_dh_missing: + dh_missing --fail-missing override_dh_auto_test: dh_auto_test || true diff --git a/cura-binary-data/rules b/cura-binary-data/rules index e60dcd8..dc479c6 100755 --- a/cura-binary-data/rules +++ b/cura-binary-data/rules @@ -12,8 +12,8 @@ override_dh_auto_install: dh_auto_install --destdir=debian/tmp # https://github.com/Ultimaker/cura-binary-data/pull/4 -#override_dh_install: -# dh_install --fail-missing +#override_dh_missing: +# dh_missing --fail-missing override_dh_auto_test: dh_auto_test || true diff --git a/fdm_materials/rules b/fdm_materials/rules index d4cf6a0..0c87a81 100755 --- a/fdm_materials/rules +++ b/fdm_materials/rules @@ -8,8 +8,8 @@ DEB_PACKAGE_VERSION ?= $(shell dpkg-parsechangelog -SVersion | cut -f2 -d":" | c %: dh $@ --buildsystem=cmake --parallel -#override_dh_install: -# dh_install --fail-missing - override_dh_auto_test: dh_auto_test || true + +override_dh_missing: + dh_missing --fail-missing diff --git a/libCharon/rules b/libCharon/rules index 9ccf10f..d7a1261 100755 --- a/libCharon/rules +++ b/libCharon/rules @@ -35,5 +35,5 @@ override_dh_auto_test: dh_auto_test --builddirectory=build-$${PYX} || true ; \ done -override_dh_install: - dh_install --fail-missing +override_dh_missing: + dh_missing --fail-missing