debug info

This commit is contained in:
Sylvestre Ledru 2023-01-28 17:19:11 +01:00
parent 49661aa2d9
commit edfc1e79cf

2
debian/rules vendored
View File

@ -495,6 +495,8 @@ RUNTIMES_LIST := $(shell echo "$(RUNTIMES)"|sed -e "s| ||g")
preconfigure:
dh_listpackages
if ! grep -qs '/proc ' /proc/mounts; then \
echo "/proc needs to be mounted"; \
exit 1; \