summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5940ed7e..09cd1479 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,10 @@ rpm:
./packages/brpm --distro $(distro)
deb:
+ @which debuild || \
+ { echo "Missing devscripts dependency. Install with:"; \
+ echo sudo apt-get install devscripts; exit 1; }
+
./packages/bddeb
.PHONY: test pyflakes pyflakes3 clean pep8 rpm deb yaml check_version