diff -Nru adwaita-icon-theme-3.36.1/debian/changelog adwaita-icon-theme-3.36.1/debian/changelog --- adwaita-icon-theme-3.36.1/debian/changelog 2020-05-07 16:23:22.000000000 +0000 +++ adwaita-icon-theme-3.36.1/debian/changelog 2020-05-13 11:01:29.000000000 +0000 @@ -1,3 +1,11 @@ +adwaita-icon-theme (3.36.1-2ubuntu2) groovy; urgency=medium + + * rules: Put the PNGs generated by gtk-encode-symbolic-svg in a-i-t. + These are faster to load, and we don't pull in an SVG loader any more so + we shouldn't (only) be providing SVGs for any of our icons. + + -- Iain Lane Wed, 13 May 2020 12:01:29 +0100 + adwaita-icon-theme (3.36.1-2ubuntu1) groovy; urgency=medium * Sync with Debian. Remaining change: diff -Nru adwaita-icon-theme-3.36.1/debian/rules adwaita-icon-theme-3.36.1/debian/rules --- adwaita-icon-theme-3.36.1/debian/rules 2020-05-07 16:23:22.000000000 +0000 +++ adwaita-icon-theme-3.36.1/debian/rules 2020-05-13 11:01:29.000000000 +0000 @@ -21,6 +21,7 @@ for i in usr/share/icons/Adwaita/*/*/$${name}.png \ usr/share/icons/Adwaita/*/*/$${name}-rtl.png \ usr/share/icons/Adwaita/*/*/$${name}.svg \ + usr/share/icons/Adwaita/*/*/$${name}-symbolic.symbolic.png \ usr/share/icons/Adwaita/*/*/$${name}-symbolic.svg \ usr/share/icons/Adwaita/*/*/$${name}-symbolic-rtl.svg; do \ ( [ -e $$i ] || [ -L $$i ] ) || continue; \