Codebase list policykit-1-gnome / 585db68
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
77 * Set upstream metadata fields: Bug-Submit (from ./configure), Repository,
88 Repository-Browse.
99 * Use canonical URL in Vcs-Git.
10 * Avoid explicitly specifying -Wl,--as-needed linker flag.
1011
1112 -- Debian Janitor <janitor@jelmer.uk> Sat, 28 Aug 2021 08:35:18 -0000
1213
00 #!/usr/bin/make -f
11
2 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
2 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
33
44 %:
55 dh $@