canonical / dotnet-source-build

Home of the .NET source build effort for Ubuntu platforms.
GNU General Public License v3.0
1 stars 0 forks source link

Replace DEB_flag_MAINT_SET dpkg-buildflags with DEB_CFLAGS_MAINT_SET & DEB_CXXFLAGS_MAINT_SET #8

Open dviererbe opened 3 months ago

dviererbe commented 3 months ago

DEB_flag_MAINT_SET style dpkg-buildflags(1) with DEB_CFLAGS_MAINT_SET & DEB_CXXFLAGS_MAINT_SET style dpkg-buildflags(1).

DEB_flag_MAINT_SET will overwrite the entire value of flag which is often undesirable and in this case not needed.

Resolves: #7