Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
trivial: Cleanup some cruft in d/rules
· c3aa77e4
Matthias Klumpp
authored
Mar 20, 2018
c3aa77e4
Fail on missing files
· c66dfc63
Matthias Klumpp
authored
Mar 20, 2018
c66dfc63
Show whitespace changes
Inline
Side-by-side
debian/rules
View file @
c66dfc63
...
...
@@ -5,14 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dh-dlang/dlang-flags.mk
# we can not build with NEON on armhf, the Debian builders
# don't support it.
ifeq ($(DEB_HOST_ARCH),armhf)
DFLAGS += -mattr=-neon
endif
%:
dh $@ --buildsystem=meson
override_missing:
dh_missing --
list
-missing
dh_missing --
fail
-missing