Fix debian/rules test for shell scripts to ignore python

This commit is contained in:
Julian Andres Klode 2018-09-18 10:39:59 +02:00
parent 08376f8e64
commit 3bb028c86d

2
debian/rules vendored
View File

@ -7,7 +7,7 @@ DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
override_dh_auto_test:
dh_auto_test
set -e; for x in live-build/auto/*; do \
sh -n "$$x"; \
echo "$$x" | grep -q .py || sh -n "$$x"; \
done
override_dh_install: