diff -Nru gourmet-0.15.9/debian/changelog gourmet-0.15.9/debian/changelog --- gourmet-0.15.9/debian/changelog 2011-03-24 07:45:02.000000000 +0000 +++ gourmet-0.15.9/debian/changelog 2012-04-15 23:28:07.000000000 +0000 @@ -1,3 +1,10 @@ +gourmet (0.15.9-1ubuntu1) precise; urgency=low + + * debian/patches/upstream_svg_icon: include upstream's scalable icon. + Closes LP: #980234. + + -- Steve Langasek Sun, 15 Apr 2012 16:28:06 -0700 + gourmet (0.15.9-1) unstable; urgency=low * New upstream release. diff -Nru gourmet-0.15.9/debian/control gourmet-0.15.9/debian/control --- gourmet-0.15.9/debian/control 2011-03-09 08:02:27.000000000 +0000 +++ gourmet-0.15.9/debian/control 2012-04-15 23:13:19.000000000 +0000 @@ -1,7 +1,8 @@ Source: gourmet Section: gnome Priority: optional -Maintainer: Christian Marillat +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Christian Marillat Homepage: http://grecipe-manager.sf.net/ Standards-Version: 3.9.1 XS-Python-Version: >= 2.6 diff -Nru gourmet-0.15.9/debian/patches/series gourmet-0.15.9/debian/patches/series --- gourmet-0.15.9/debian/patches/series 2010-09-29 10:25:45.000000000 +0000 +++ gourmet-0.15.9/debian/patches/series 2012-04-15 20:23:25.000000000 +0000 @@ -1 +1,3 @@ 01_fix_raise_str.diff +upstream_svg_icon + diff -Nru gourmet-0.15.9/debian/patches/upstream_svg_icon gourmet-0.15.9/debian/patches/upstream_svg_icon --- gourmet-0.15.9/debian/patches/upstream_svg_icon 1970-01-01 00:00:00.000000000 +0000 +++ gourmet-0.15.9/debian/patches/upstream_svg_icon 2012-04-15 23:10:29.000000000 +0000 @@ -0,0 +1,2161 @@ +Author: Steve Langasek +Description: include upstream's scalable icon + Fixed-size icons don't look good in the Unity UI; include a scalable SVG + instead. +Bug-Ubuntu: https://bugs.launchpad.net/bugs/980234 + +Index: trunk/images/gourmet.svg +=================================================================== +--- /dev/null ++++ trunk/images/gourmet.svg +@@ -0,0 +1,2126 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ image/svg+xml ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +=== modified file 'gourmet.desktop.in' +--- old/gourmet.desktop.in 2010-06-06 23:20:10 +0000 ++++ new/gourmet.desktop.in 2012-04-15 20:23:59 +0000 +@@ -6,4 +6,4 @@ + Type=Application + Categories=GNOME;Application;Utility; + StartupNotify=true +-Icon=recbox.png ++Icon=gourmet.svg + +=== modified file 'setup.py' +--- old/setup.py 2010-12-18 18:54:09 +0000 ++++ new/setup.py 2012-04-15 20:24:40 +0000 +@@ -137,6 +137,9 @@ + (os.path.join(base,'pixmaps'), + [os.path.join('images','recbox.png')] + ), ++ (os.path.join(base,'pixmaps'), ++ [os.path.join('images','gourmet.svg')] ++ ), + (os.path.join(base,'applications'), + ['gourmet.desktop'] + ),] +