diff -Nru comixcursors-0.7.2/debian/changelog comixcursors-0.7.2/debian/changelog --- comixcursors-0.7.2/debian/changelog 2011-07-31 08:57:46.000000000 +0000 +++ comixcursors-0.7.2/debian/changelog 2012-04-06 10:23:25.000000000 +0000 @@ -1,3 +1,10 @@ +comixcursors (0.7.2-2ubuntu1) precise; urgency=low + + * debian/patches/02_use_rsvg-convert.patch: + Use rsvg-convert instead of rsvg (fixes FTBFS). + + -- Michael Bienia Fri, 06 Apr 2012 12:22:17 +0200 + comixcursors (0.7.2-2) unstable; urgency=low * The “Midgard serpent” release. diff -Nru comixcursors-0.7.2/debian/control comixcursors-0.7.2/debian/control --- comixcursors-0.7.2/debian/control 2011-07-31 08:57:46.000000000 +0000 +++ comixcursors-0.7.2/debian/control 2012-04-06 10:23:31.000000000 +0000 @@ -1,7 +1,8 @@ Source: comixcursors Section: x11 Priority: optional -Maintainer: Ben Finney +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ben Finney VCS-bzr: http://bzr.debian.org/collab-maint/comixcursors/comixcursors.debian/ VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/comixcursors/comixcursors.debian/ Build-Depends: diff -Nru comixcursors-0.7.2/debian/patches/02_use_rsvg-convert.patch comixcursors-0.7.2/debian/patches/02_use_rsvg-convert.patch --- comixcursors-0.7.2/debian/patches/02_use_rsvg-convert.patch 1970-01-01 00:00:00.000000000 +0000 +++ comixcursors-0.7.2/debian/patches/02_use_rsvg-convert.patch 2012-04-06 11:01:19.000000000 +0000 @@ -0,0 +1,17 @@ +Index: comixcursors-0.7.2/bin/render-cursor-image +=================================================================== +--- comixcursors-0.7.2.orig/bin/render-cursor-image 2011-02-26 11:21:55.000000000 +0100 ++++ comixcursors-0.7.2/bin/render-cursor-image 2012-04-06 13:00:31.000000000 +0200 +@@ -158,10 +158,10 @@ + local outfile="$2" + local size=$3 + +- rsvg --format png \ ++ rsvg-convert --format png \ + --dpi-x 72 --dpi-y 72 \ + --width $size --height $size \ +- "$infile" "$outfile" ++ "$infile" -o "$outfile" + } + + function make_shadow_image { diff -Nru comixcursors-0.7.2/debian/patches/series comixcursors-0.7.2/debian/patches/series --- comixcursors-0.7.2/debian/patches/series 2011-07-31 08:57:46.000000000 +0000 +++ comixcursors-0.7.2/debian/patches/series 2012-04-06 10:21:32.000000000 +0000 @@ -1 +1,2 @@ 01-custom-destdir.patch +02_use_rsvg-convert.patch