X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=blobdiff_plain;f=debian%2Frules;h=3d994e15c77b987c84b6c241e32d46ba9f09b448;hp=0b0627eb00894da39a1528996b0d8bb7011143e0;hb=72deb049525df85b69a7714665fa3d41448af6de;hpb=792e11e799e26774328882c90fa34c122beec42f diff --git a/debian/rules b/debian/rules index 0b0627e..3d994e1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,13 @@ # output every command that modifies files on the build system. #DH_VERBOSE = 1 +# see FEATURE AREAS in dpkg-buildflags(1) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk -# 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