Empty override means it doesn't build

Having a blank override_dh_auto_build means it doesn't actually build anything. Either comment out entirely, or just remove it.
This commit is contained in:
jonathonf 2017-03-15 08:41:33 +00:00 committed by GitHub
commit 656423e59e

3
debian/rules vendored
View file

@ -6,9 +6,6 @@ CXXFLAGS=-O3 -fstack-protector-strong
%:
dh $@ --with systemd
override_dh_auto_build:
# make -j 2
override_dh_systemd_start:
dh_systemd_start --restart-after-upgrade