X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=44eedb4c7767bcbc71b6ea969b393a91a2002dca;hb=76f079e5ebdb34acaaa2462a8d915ee06d3c8425;hp=acf47b1923dc5749b63ef8808da3ebb54cbf84df;hpb=4c00c60025f3da30824b2df0fb5f25c0207245e3;p=onak.git diff --git a/debian/rules b/debian/rules index acf47b1..44eedb4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,14 @@ #!/usr/bin/make -f -DEB_CONFIGURE_EXTRA_FLAGS += --enable-backend=dynamic - +export DEB_BUILD_MAINT_OPTIONS = hardening=+all CFLAGS += -std=gnu99 %: dh "$@" -override_dh_clean: - rm -f config.log configure config.h.in aclocal.m4 - dh_clean +override_dh_installinit: + dh_installinit --no-start -override_dh_auto_configure: - autoreconf - dh_auto_configure -- ${DEB_CONFIGURE_EXTRA_FLAGS} +override_dh_installsystemd: + dh_installsystemd --no-enable --no-start onak.service + dh_installsystemd --no-enable --no-start onak.socket