[Pkg-ocaml-maint-commits] [SCM] unison packaging branch, master, updated. debian/2.40.63-2-3-g74ba8a7

Stephane Glondu steph at glondu.net
Sat Mar 31 17:20:49 UTC 2012


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

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

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