diff -Nru shimmer-themes-2.1.0/debian/changelog shimmer-themes-2.1.2/debian/changelog --- shimmer-themes-2.1.0/debian/changelog 2016-01-25 04:49:07.000000000 -0500 +++ shimmer-themes-2.1.2/debian/changelog 2016-03-14 20:52:58.000000000 -0400 @@ -1,3 +1,19 @@ +shimmer-themes (2.1.2-0ubuntu1) xenial; urgency=medium + + [ Sean Davis ] + * New theme snapshot (Greybird:77f3cbd) (LP: #1555046) + - Fix GTK3 theme parsing error (LP: #1547124) + - Fix linked toolbar issues (LP: #1552518) + - Fix sidebar row background (LP: #1556027) + + [ Unit 193 ] + * debian/control: + - Fix instances of GTK to GTK+ + * debian/rules: + - Clean up after sass compile + + -- Sean Davis Mon, 14 Mar 2016 20:51:31 -0400 + shimmer-themes (2.1.0-0ubuntu1) xenial; urgency=medium * New theme snapshots (Greybird:fafd278, Numix:70b2565) (LP: #1535163) diff -Nru shimmer-themes-2.1.0/debian/control shimmer-themes-2.1.2/debian/control --- shimmer-themes-2.1.0/debian/control 2016-01-17 19:02:10.000000000 -0500 +++ shimmer-themes-2.1.2/debian/control 2016-03-09 05:55:25.000000000 -0500 @@ -17,7 +17,7 @@ Breaks: xubuntu-artwork (<= 11.10.0), murrines-themes (<= 0.98.3) Replaces: xubuntu-artwork (<= 11.10.0), murrines-themes (<= 0.98.3) Description: Gtk+ themes from Shimmer Project - This package is a metapackage for the GTK themes by Shimmer Project. + This package is a metapackage for the GTK+ themes by Shimmer Project. Package: greybird-gtk-theme Architecture: all @@ -27,7 +27,7 @@ Replaces: shimmer-themes (<< 1.8.0) Breaks: shimmer-themes (<< 1.8.0) Description: Greybird GTK2 and GTK3 themes - This package contains the Greybird GTK theme from Shimmer Project. + This package contains the Greybird GTK+ theme from Shimmer Project. Greybird is the more conservative but at the same time modern variant of Bluebird. Greybird contains a lot of improvements over Bluebird; amongst other things, full GTK3 support. @@ -39,7 +39,7 @@ Replaces: shimmer-themes (<< 1.8.0) Breaks: shimmer-themes (<< 1.8.0) Description: Numix GTK2 and GTK3 themes - This package contains the Numix GTK theme from Shimmer Project. + This package contains the Numix GTK+ theme from Shimmer Project. Numix is a modern flat theme with a combination of light and dark elements. diff -Nru shimmer-themes-2.1.0/debian/rules shimmer-themes-2.1.2/debian/rules --- shimmer-themes-2.1.0/debian/rules 2014-04-07 14:39:32.000000000 -0400 +++ shimmer-themes-2.1.2/debian/rules 2016-03-09 05:56:19.000000000 -0500 @@ -2,3 +2,7 @@ %: dh $@ + +override_dh_clean: + dh_clean numix/gtk-3.0/gtk.gresource + rm -rf numix/gtk-3.0/dist/ numix/.sass-cache/