diff -Nru gnome-themes-ubuntu-0.2/debian/changelog gnome-themes-ubuntu-0.2ubuntu1/debian/changelog --- gnome-themes-ubuntu-0.2/debian/changelog 2009-03-25 10:46:46.000000000 +0100 +++ gnome-themes-ubuntu-0.2ubuntu1/debian/changelog 2009-03-27 14:44:51.000000000 +0100 @@ -1,3 +1,11 @@ +gnome-themes-ubuntu (0.2ubuntu1) jaunty; urgency=low + + * updating variable names to match new engine version to fix LP: #345417 + * debian/control: Added ${misc:Depends} to Depends. + * debian/rules: Made Dust_compiz_settings.sh executable. + + -- Benjamin Drung Fri, 27 Mar 2009 14:44:48 +0100 + gnome-themes-ubuntu (0.2) jaunty; urgency=low * Update New Wave to version 0.8.01 diff -Nru gnome-themes-ubuntu-0.2/debian/control gnome-themes-ubuntu-0.2ubuntu1/debian/control --- gnome-themes-ubuntu-0.2/debian/control 2009-03-23 16:53:42.000000000 +0100 +++ gnome-themes-ubuntu-0.2ubuntu1/debian/control 2009-03-27 14:43:07.000000000 +0100 @@ -8,7 +8,7 @@ Package: gnome-themes-ubuntu Architecture: all -Depends: gtk2-engines, gtk2-engines-pixbuf +Depends: gtk2-engines, gtk2-engines-pixbuf, ${misc:Depends} Conflicts: community-themes (<= 0.13) Description: Ubuntu community themes This package contains a few nice contributed themes for the GNOME diff -Nru gnome-themes-ubuntu-0.2/debian/rules gnome-themes-ubuntu-0.2ubuntu1/debian/rules --- gnome-themes-ubuntu-0.2/debian/rules 2009-03-11 10:50:32.000000000 +0100 +++ gnome-themes-ubuntu-0.2ubuntu1/debian/rules 2009-03-27 14:42:23.000000000 +0100 @@ -1,2 +1,6 @@ #! /usr/bin/make -f + include /usr/share/cdbs/1/rules/debhelper.mk + +binary-install/gnome-themes-ubuntu:: + chmod +x debian/gnome-themes-ubuntu/usr/share/themes/Dust/Dust_compiz_settings.sh diff -Nru gnome-themes-ubuntu-0.2/Dust/gtk-2.0/gtkrc gnome-themes-ubuntu-0.2ubuntu1/Dust/gtk-2.0/gtkrc --- gnome-themes-ubuntu-0.2/Dust/gtk-2.0/gtkrc 2009-03-11 10:36:42.000000000 +0100 +++ gnome-themes-ubuntu-0.2ubuntu1/Dust/gtk-2.0/gtkrc 2009-03-27 14:42:23.000000000 +0100 @@ -706,8 +706,8 @@ menustyle = 0 roundness = 0 contrast = 0.8 - highlight_ratio = 1.0 - lightborder_ratio = 1.0 + highlight_shade = 1.0 + lightborder_shade = 1.0 gradient_shades = {1.1,1.0,1.0,0.7} menuitemstyle = 1 } diff -Nru gnome-themes-ubuntu-0.2/Dust Sand/gtk-2.0/gtkrc gnome-themes-ubuntu-0.2ubuntu1/Dust Sand/gtk-2.0/gtkrc --- gnome-themes-ubuntu-0.2/Dust Sand/gtk-2.0/gtkrc 2009-03-11 10:36:42.000000000 +0100 +++ gnome-themes-ubuntu-0.2ubuntu1/Dust Sand/gtk-2.0/gtkrc 2009-03-27 14:42:23.000000000 +0100 @@ -583,8 +583,8 @@ menustyle = 0 roundness = 0 contrast = 0.8 - highlight_ratio = 1.0 - lightborder_ratio = 1.0 + highlight_shade = 1.0 + lightborder_shade = 1.0 gradient_shades = {1.1,1.0,1.0,0.8} } }