diff -u inkscape-0.46/debian/control inkscape-0.46/debian/control --- inkscape-0.46/debian/control +++ inkscape-0.46/debian/control @@ -13,7 +13,7 @@ Architecture: any Depends: ${shlibs:Depends}, libgnomevfs2-extra Suggests: dia | dia-gnome, libxml-xql-perl, python, skencil -Recommends: libwmf-bin, pstoedit, imagemagick, perlmagick, python-lxml, python-numpy +Recommends: libwmf-bin, pstoedit, imagemagick, perlmagick, python-lxml, python-numpy, python-uniconvertor Description: vector-based drawing program Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics) format, a standard maintained by the WWW consortium. diff -u inkscape-0.46/debian/changelog inkscape-0.46/debian/changelog --- inkscape-0.46/debian/changelog +++ inkscape-0.46/debian/changelog @@ -1,3 +1,12 @@ +inkscape (0.46-0ubuntu3) intrepid; urgency=low + + * Make use of UniConvertor to r/w additional file formats (LP: #200750). + - Added recommends for python-uniconvertor. + - Added patch uniconvertor_binary_name as python-uniconvertor + uses uniconvertor as binary name instead of uniconv. + + -- Andreas Wenning Mon, 12 May 2008 01:42:09 +0200 + inkscape (0.46-0ubuntu2) hardy; urgency=low * debian/control: add missing Gnome VFS extras Depends (LP: #210336). only in patch2: unchanged: --- inkscape-0.46.orig/debian/patches/series +++ inkscape-0.46/debian/patches/series @@ -0,0 +1 @@ +univoncertor_bin_name only in patch2: unchanged: --- inkscape-0.46.orig/debian/patches/univoncertor_bin_name +++ inkscape-0.46/debian/patches/univoncertor_bin_name @@ -0,0 +1,39 @@ +Index: inkscape-0.46/share/extensions/cdr2svg.sh +=================================================================== +--- inkscape-0.46.orig/share/extensions/cdr2svg.sh 2008-05-12 01:38:51.000000000 +0200 ++++ inkscape-0.46/share/extensions/cdr2svg.sh 2008-05-12 01:39:35.000000000 +0200 +@@ -4,7 +4,7 @@ + TEMPFILENAME=`mktemp 2>/dev/null || echo "$TMPDIR/$$"` + TEMPFILENAME=${TEMPFILENAME}.svg + +-uniconv "$1" "${TEMPFILENAME}" > /dev/null 2>&1 || rc=1 ++uniconvertor "$1" "${TEMPFILENAME}" > /dev/null 2>&1 || rc=1 + + cat < "${TEMPFILENAME}" || rc=1 + rm -f "${TEMPFILENAME}" +Index: inkscape-0.46/share/extensions/cdr_input.inx +=================================================================== +--- inkscape-0.46.orig/share/extensions/cdr_input.inx 2008-05-12 01:38:54.000000000 +0200 ++++ inkscape-0.46/share/extensions/cdr_input.inx 2008-05-12 01:39:23.000000000 +0200 +@@ -1,7 +1,7 @@ + + <_name>Corel DRAW Input + org.inkscape.input.cdr +- uniconv ++ uniconvertor + cdr2svg.sh + + .cdr +Index: inkscape-0.46/share/extensions/wmf_input.inx +=================================================================== +--- inkscape-0.46.orig/share/extensions/wmf_input.inx 2008-05-12 01:38:58.000000000 +0200 ++++ inkscape-0.46/share/extensions/wmf_input.inx 2008-05-12 01:39:11.000000000 +0200 +@@ -1,7 +1,7 @@ + + <_name>Windows Metafile Input + org.inkscape.input.wmf +- uniconv ++ uniconvertor + cdr2svg.sh + + .wmf