X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=2d895def2c9f7e77ec0776e656e7720678dd8bb5;hb=HEAD;hp=9fc13e289f599ce92e4d55a7ef7a593c8ef2fccf;hpb=3725454049de21db1563a73cab5b831071937828;p=flightcrew.git diff --git a/debian/rules b/debian/rules index 9fc13e2..2d895de 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,9 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: - dh $@ --buildsystem=cmake + dh $@ --buildsystem=cmake --with pkgkde_symbolshelper override_dh_auto_configure: dh_auto_configure -- -DDEBIAN=1 -DBUILD_SHARED_FC=1