Codebase list libgeotiff / 47c6fe4
Enable all hardening buidflags. Bas Couwenberg 8 years ago
2 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 libgeotiff-dfsg (1.4.1-3) UNRELEASED; urgency=medium
11
22 * Bump Standards-Version to 3.9.8, no changes.
3 * Enable all hardening buidflags.
34
45 -- Bas Couwenberg <sebastic@debian.org> Sun, 17 Apr 2016 14:19:35 +0200
56
55
66 # This has to be exported to make some magic below work.
77 export DH_OPTIONS
8
9 # Enable hardening build flags
10 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
811
912 GEOTIFF_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
1013