X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=44eedb4c7767bcbc71b6ea969b393a91a2002dca;hb=76f079e5ebdb34acaaa2462a8d915ee06d3c8425;hp=298926fb5b11ea56e5a78c48c76481bfc5aded73;hpb=99916c3399f78fbfbfb0b2da2ac112b327269d51;p=onak.git diff --git a/debian/rules b/debian/rules index 298926f..44eedb4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,14 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +CFLAGS += -std=gnu99 -DEB_CONFIGURE_EXTRA_FLAGS += --enable-backend=dynamic +%: + dh "$@" -DEB_MAKE_INSTALL_TARGET := +override_dh_installinit: + dh_installinit --no-start -# Woody doesn't like this of course -#CFLAGS += -std=gnu99 +override_dh_installsystemd: + dh_installsystemd --no-enable --no-start onak.service + dh_installsystemd --no-enable --no-start onak.socket