forcemerge 666473 666659
tags 666473 + patch
thanks

Dear maintainer,

I've prepared an NMU for comixcursors (versioned as 0.7.2-2.1). 
I have not uploaded it to any queue for now, as it is not a 
serious bug.

I'm (force)merging this bug with #666659 as it is the same issue 
(see #666276). Now the package builds, but when rsvg script 
disappears, it won't build again if this patch (or a similar one) 
is not applied.

Regards.
diff -Nru comixcursors-0.7.2/debian/changelog comixcursors-0.7.2/debian/changelog
--- comixcursors-0.7.2/debian/changelog	2011-07-31 10:57:46.000000000 +0200
+++ comixcursors-0.7.2/debian/changelog	2012-04-19 12:35:33.000000000 +0200
@@ -1,3 +1,11 @@
+comixcursors (0.7.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * 02-rsvg-convert.patch: Use rsgv-convert instead of former rsgv script. 
+    (Closes: #666473).
+
+ -- Mònica Ramírez Arceda <mon...@debian.org>  Mon, 16 Apr 2012 15:21:11 +0200
+
 comixcursors (0.7.2-2) unstable; urgency=low
 
   * The “Midgard serpent” release.
diff -Nru comixcursors-0.7.2/debian/patches/02-rsvg-convert.patch comixcursors-0.7.2/debian/patches/02-rsvg-convert.patch
--- comixcursors-0.7.2/debian/patches/02-rsvg-convert.patch	1970-01-01 01:00:00.000000000 +0100
+++ comixcursors-0.7.2/debian/patches/02-rsvg-convert.patch	2012-04-19 12:37:20.000000000 +0200
@@ -0,0 +1,20 @@
+Description: Use rsgv-convert instead of former rsgv script.
+Author: Mònica Ramírez Arceda <mon...@debian.org>
+Last-Update: 2012-04-19
+Bug-Debian: http://bugs.debian.org/666473
+
+--- a/bin/render-cursor-image
++++ b/bin/render-cursor-image
+@@ -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"
++        -o "$outfile" "$infile"
+ }
+ 
+ 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 10:57:46.000000000 +0200
+++ comixcursors-0.7.2/debian/patches/series	2012-04-16 15:18:39.000000000 +0200
@@ -1 +1,2 @@
 01-custom-destdir.patch
+02-rsvg-convert.patch

Reply via email to