Codebase list sunpinyin / b086660
debian/rules: Export buildflags Boyuan Yang 4 years ago
2 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 + Bump Standards-Version to 4.4.1.
99 * debian/rules:
1010 - Drop override for dh_install, no longer necessary.
11
12 -- Boyuan Yang <byang@debian.org> Fri, 06 Dec 2019 11:16:53 -0500
11 + Try to export buildflags using buildflags.mk.
12
13 -- Boyuan Yang <byang@debian.org> Fri, 06 Dec 2019 11:32:35 -0500
1314
1415 sunpinyin (3.0.0~rc1+ds1-3~exp1) experimental; urgency=medium
1516
99 # see FEATURE AREAS in dpkg-buildflags(1)
1010 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1111 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
12
13 # export buildflags
14 DPKG_EXPORT_BUILDFLAGS=1
15 -include /usr/share/dpkg/buildflags.mk
1216
1317 include /usr/share/dpkg/architecture.mk
1418