diff -Nru gnome-themes-ubuntu-0.1/debian/changelog gnome-themes-ubuntu-0.1ubuntu1/debian/changelog --- gnome-themes-ubuntu-0.1/debian/changelog 2009-03-13 19:28:14.000000000 +0100 +++ gnome-themes-ubuntu-0.1ubuntu1/debian/changelog 2009-03-26 15:07:56.000000000 +0100 @@ -1,3 +1,11 @@ +gnome-themes-ubuntu (0.1ubuntu1) 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 Thu, 26 Mar 2009 15:07:14 +0100 + gnome-themes-ubuntu (0.1) jaunty; urgency=low * Initial release: (LP: #335888) diff -Nru gnome-themes-ubuntu-0.1/debian/control gnome-themes-ubuntu-0.1ubuntu1/debian/control --- gnome-themes-ubuntu-0.1/debian/control 2009-03-11 11:26:22.000000000 +0100 +++ gnome-themes-ubuntu-0.1ubuntu1/debian/control 2009-03-26 14:45:46.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 Description: Ubuntu community themes This package contains a few nice contributed themes for the GNOME diff -Nru gnome-themes-ubuntu-0.1/debian/rules gnome-themes-ubuntu-0.1ubuntu1/debian/rules --- gnome-themes-ubuntu-0.1/debian/rules 2009-03-11 10:50:32.000000000 +0100 +++ gnome-themes-ubuntu-0.1ubuntu1/debian/rules 2009-03-26 15:05:36.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.1/Dust/gtk-2.0/gtkrc gnome-themes-ubuntu-0.1ubuntu1/Dust/gtk-2.0/gtkrc --- gnome-themes-ubuntu-0.1/Dust/gtk-2.0/gtkrc 2009-03-11 10:36:42.000000000 +0100 +++ gnome-themes-ubuntu-0.1ubuntu1/Dust/gtk-2.0/gtkrc 2009-03-26 14:43:07.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.1/Dust Sand/gtk-2.0/gtkrc gnome-themes-ubuntu-0.1ubuntu1/Dust Sand/gtk-2.0/gtkrc --- gnome-themes-ubuntu-0.1/Dust Sand/gtk-2.0/gtkrc 2009-03-11 10:36:42.000000000 +0100 +++ gnome-themes-ubuntu-0.1ubuntu1/Dust Sand/gtk-2.0/gtkrc 2009-03-26 14:43:01.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} } }