Codebase list goocanvasmm-2.0 / HEAD
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
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 endif
88
99 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
10 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
10 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
1111
1212 %:
1313 dh $@ --with gnome