Skip to content
Snippets Groups Projects
Commit 62bc2e83 authored by Simon McVittie's avatar Simon McVittie
Browse files

d/rules: Improve debug output on failure

parent a107ea61
No related branches found
No related tags found
No related merge requests found
...@@ -24,16 +24,19 @@ override_dh_auto_configure: ...@@ -24,16 +24,19 @@ override_dh_auto_configure:
else \ else \
python=python3.5; \ python=python3.5; \
fi; \ fi; \
meson _build \ if ! meson _build \
--prefix=/usr/lib/pressure-vessel/relocatable \ --prefix=/usr/lib/pressure-vessel/relocatable \
-Dman=true \ -Dman=true \
-Dpython=/usr/bin/$$python \ -Dpython=/usr/bin/$$python \
-Dsrcdir=src \ -Dsrcdir=src \
-Dversion=$(DEB_VERSION) \ -Dversion=$(DEB_VERSION) \
$(NULL) ; then \
cat _build/meson-logs/meson-log.txt; \
exit 1; \
fi
override_dh_auto_build: override_dh_auto_build:
ninja -C _build ninja -v -C _build
override_dh_auto_test: override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment