X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=debian%2Frules;h=ada9bffc57c26fc379e1740c5698c31cd409edb9;hp=2f9a8383d13b694a3b121df995a226f895b1003d;hb=9e924f40b4072aba3a0460bb36fb6da5c0a7e0c7;hpb=74b165bb1a2b001b52ee01eb56ee3ea59a81d10f diff --git a/debian/rules b/debian/rules index 2f9a838..ada9bff 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,17 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#export DH_VERBOSE = 1 + +# see FEATURE AREAS in dpkg-buildflags(1) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# see ENVIRONMENT in dpkg-buildflags(1) +# package maintainers to append CFLAGS +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# package maintainers to append LDFLAGS +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + configure: configure-stamp configure-stamp: