diff -Nru gartoon-redux-1.10/debian/changelog gartoon-redux-1.10/debian/changelog --- gartoon-redux-1.10/debian/changelog 2010-11-29 18:41:11.000000000 +0000 +++ gartoon-redux-1.10/debian/changelog 2012-04-10 21:09:43.000000000 +0000 @@ -1,3 +1,9 @@ +gartoon-redux (1.10-0ubuntu2) precise; urgency=low + + * Fix FTBFS now that rsvg was renamed to rsvg-convert. + + -- Stéphane Graber Tue, 10 Apr 2012 23:09:30 +0200 + gartoon-redux (1.10-0ubuntu1) natty; urgency=low * Initial Release (closes LP: #523489) diff -Nru gartoon-redux-1.10/debian/gnome-icon-theme-gartoon-redux.debhelper.log gartoon-redux-1.10/debian/gnome-icon-theme-gartoon-redux.debhelper.log --- gartoon-redux-1.10/debian/gnome-icon-theme-gartoon-redux.debhelper.log 2010-11-29 18:57:25.000000000 +0000 +++ gartoon-redux-1.10/debian/gnome-icon-theme-gartoon-redux.debhelper.log 2012-04-10 21:17:05.000000000 +0000 @@ -1 +1,2 @@ dh_prep +dh_prep diff -Nru gartoon-redux-1.10/debian/patches/fix-rsvg-call gartoon-redux-1.10/debian/patches/fix-rsvg-call --- gartoon-redux-1.10/debian/patches/fix-rsvg-call 1970-01-01 00:00:00.000000000 +0000 +++ gartoon-redux-1.10/debian/patches/fix-rsvg-call 2012-04-10 21:17:01.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Change call from rsvg to rsvg-convert +Author: Stéphane Graber + +Index: gartoon-redux-1.10/configure +=================================================================== +--- gartoon-redux-1.10.orig/configure 2012-04-10 23:10:16.000000000 +0200 ++++ gartoon-redux-1.10/configure 2012-04-10 23:11:25.382406368 +0200 +@@ -150,7 +150,7 @@ + my $size = shift; + my $zoom_factor = $size / 90; + return "$target: $source\n" . +- "\trsvg -x $zoom_factor -y $zoom_factor $source $target"; ++ "\trsvg-convert -x $zoom_factor -y $zoom_factor -o $target $source"; + } + + sub usage { diff -Nru gartoon-redux-1.10/debian/patches/series gartoon-redux-1.10/debian/patches/series --- gartoon-redux-1.10/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gartoon-redux-1.10/debian/patches/series 2012-04-10 21:09:21.000000000 +0000 @@ -0,0 +1 @@ +fix-rsvg-call