diff --git a/Makefile b/Makefile index af86d4c8..4e307775 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ deb: DEB_BUILD_OPTIONS=nocheck fakeroot dpkg-buildpackage -uc -b deb_sig: - fakeroot dpkg-buildpackage -b + DEB_BUILD_OPTIONS=nocheck fakeroot dpkg-buildpackage -b lint: doc # flake8 --filename is broken