Skip to content

Incorporate simpler changes from SteamRT packaging

Simon McVittie requested to merge wip/smcv-trivia into steamos/master
  • Disable -Werror. It's very rare to want -Werror in distribution packages: it elevates minor build warnings (in this case -Wmissing-field-initializers, which doesn't really even indicate a problem) to build failures.
  • Expand gbp.conf for SteamOS
  • Normalize packaging via wrap-and-sort -abst

Merge request reports