Package: qjson Version: 0.7.1-5 Severity: important Since dpkg-buildpackage doesn't export build flags anymore, packages need to do that themselves. dh_auto_build already does that in compat level v9 but only if the flags aren't already exported in debian/rules. Therefore you should change export CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden to export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

