Codebase list tack / 85bde92
Enable all hardening build options Especially this enables the hardening build flag, so the tack binary is different. So there are no file conflicts between tack-dbgsym and old tack-dbg packages anymore, and the dh_strip override can be dropped. Sven Joachim 6 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
88 * Drop dpkg-dev Build-Depends, even oldoldstable has the required version.
99 * Remove version constraint in libncurses5-dev build-dependency.
1010 * Set Rules-Requires-Root to no.
11 * Enable all hardening build options.
1112
1213 -- Sven Joachim <svenjoac@gmx.de> Sat, 13 Jan 2018 11:20:55 +0100
1314
00 #!/usr/bin/make -f
1
2 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
13
24 # Make sure we aren't missing any symbols
35 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
1315
1416 override_dh_installchangelogs:
1517 dh_installchangelogs -k
16
17 override_dh_strip:
18 dh_strip --dbgsym-migration='tack-dbg (<< 1.08-1~)'