Description: Use rsvg-convert utility rather than rsvg, which is going to be removed.
Origin: commit, revision id: jelmer@samba.org-20120402011629-djysdlb3xaobp4hz
Author: Jelmer Vernooij <jelmer@samba.org>
Bug-Debian: http://bugs.debian.org/666472
Bug: https://launchpad.net/bugs/971190
Last-Update: 2012-04-02
Applied-Upstream: no
X-Bzr-Revision-Id: jelmer@samba.org-20120402011629-djysdlb3xaobp4hz

=== modified file 'dotgraph.py'
--- old/dotgraph.py	2008-04-11 00:03:51 +0000
+++ new/dotgraph.py	2012-04-02 01:16:29 +0000
@@ -192,7 +192,7 @@
     try:
         temp_file = os.path.join(tempdir, 'temp.svg')
         invoke_dot(input, temp_file, 'svg')
-        cmdline = ['rsvg', temp_file, out_file]
+        cmdline = ['rsvg-convert', temp_file, out_file]
         try:
             rsvg_proc = Popen(cmdline)
         except OSError, e:

