X-Git-Url: https://git.toastfreeware.priv.at/debian/cdck.git/blobdiff_plain/a10f2a4e124914c19fcc5d1ced3274672a52bb94..011fc24840c4e0be987f025916336bb8e8794372:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index be14f55..c8b068a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,10 @@ #!/usr/bin/make -f export CONFIG_SHELL=/bin/bash +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow %: - #dh $@ --with autotools_dev - dh $@ --with autoreconf - -override_dh_auto_build: - dh_auto_build -- -j1 + dh $@ --no-parallel override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/cdck