Codebase list indicator-sensors / cd188ed
Do not link with -Wl,--as-needed, it is now the default Graham Inggs 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 (Closes: #956773)
55 * Switch to debhelper 13
66 * Drop debian/clean, no longer needed
7 * Do not link with -Wl,--as-needed, it is now the default
78
89 -- Graham Inggs <ginggs@debian.org> Mon, 27 Jul 2020 05:52:55 +0000
910
00 #!/usr/bin/make -f
11
2 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
32 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
43
54 %:
65 dh $@
76
87 override_dh_autoreconf:
9 dh_autoreconf --as-needed
8 dh_autoreconf
109 intltoolize --automake --copy --force
1110
1211 override_dh_autoreconf_clean: