[Pkg-ocaml-maint-commits] [SCM] unison packaging branch, 2.32.52/master, updated. debian/unison2.32.52-2.32.52-5-3-gb921084

Stephane Glondu steph at glondu.net
Sat Mar 31 17:30:59 UTC 2012


The following commit has been merged in the 2.32.52/master branch:
commit 1e8015020ea702fb372590e009a0189595cb3d36
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Mar 31 08:54:24 2012 +0200

    Use rsvg-convert instead of rsvg (Closes: #666281)

diff --git a/debian/rules b/debian/rules
index 29fdb42..052412f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,7 +126,7 @@ common-binary-arch:: debian/unison-manual.txt debian/unison.1.in
 #
 
 debian/$(UNISON_GTK_PACKAGE).png: debian/unison-gtk.svg.in
-	 rsvg -f png -w 32 -h 32 $^ $@
+	 rsvg-convert -f png -w 32 -h 32 -o $@ $^
 
 debian/$(UNISON_GTK_PACKAGE).xpm: debian/$(UNISON_GTK_PACKAGE).png
 	convert $^ $@

-- 
unison packaging



More information about the Pkg-ocaml-maint-commits mailing list