[Pkg-ocaml-maint-commits] [SCM] unison packaging branch, 2.27.57/master, updated. debian/unison2.27.57-2.27.57-5-4-gb5f337f

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


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

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

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