Codebase list addresses-for-gnustep / f4f041b
Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html Debian Janitor 2 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22 * Use secure URI in Homepage field.
33 * Set debhelper-compat version in Build-Depends.
44 * Remove 2 unused lintian overrides.
5 * Avoid explicitly specifying -Wl,--as-needed linker flag.
56
67 -- Debian Janitor <janitor@jelmer.uk> Thu, 17 Jun 2021 03:15:39 -0000
78
22
33 include /usr/share/GNUstep/debian/config.mk
44 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
5 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined
66
77 %:
88 dh $@