Package: pstoedit Version: 3.45-7 Severity: important Tags: patch Hi,
a typo in control file disables many useful features, for instance SVG output via libplot is disabled and so is png exporting. I am setting this to Severity:important because many Inkscape users count on pstoedit svg capabilities to import ps files. The attached patch should be enough to fix the problem. Regards, Antonio Ospite -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (900, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.29-2-686 (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pstoedit depends on: ii ghostscript 8.64~dfsg-1.1 The GPL Ghostscript PostScript/PDF ii libc6 2.9-13 GNU C Library: Shared libraries ii libpstoedit0c2a 3.45-7 PostScript to editable vector grap ii libstdc++6 4.4.0-5 The GNU Standard C++ Library v3 pstoedit recommends no packages. Versions of packages pstoedit suggests: pn xfig | ivtools-bin | tgif | t <none> (no description available) -- no debconf information
A typo in control file disables many useful features, for instance SVG output via libplot is disabled and so is png exporting. Signed-off-by: Antonio Ospite <[email protected]> diff -pruN pstoedit-3.45.orig/debian/control pstoedit-3.45/debian/control --- pstoedit-3.45.orig/debian/control 2009-06-01 11:52:22.000000000 +0200 +++ pstoedit-3.45/debian/control 2009-06-01 11:53:32.000000000 +0200 @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: J.H.M. Dassen (Ray) <[email protected]> Build-Depends: debhelper (>> 3.0.0), dh-buildinfo, docbook-to-man, - g++ (>= 4:4.0), libwmf-dev, libmagick++-dev + g++ (>= 4:4.0), libwmf-dev, libmagick++-dev, libplot-dev (>= 2.4.1-14), libpng12-dev (>= 1.2.5.0-4), ghostscript, pkg-config Homepage: http://www.pstoedit.net/ Standards-Version: 3.8.1

