Codebase list datefudge / ab3bcd0
Enable all hardening options in debian/rules Robert Luberda 8 years ago
3 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 *stamp
01 *.log
12 *.debhelper
23 *.substvars
11
22 * datefudge.sh: don't fail when its date argument happens to be equal
33 to the current time (i.e. make `datefudge now some_command' work).
4 * Enable all hardening options in debian/rules.
45
56 -- Robert Luberda <robert@debian.org> Sat, 13 Feb 2016 13:18:16 +0100
67
00 #!/usr/bin/make -f
1
2 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
13
24 include /usr/share/dpkg/architecture.mk
35