Package: gs-common Version: 0.3.12 Severity: normal Tags: patch Dear gs maintainers,
the subjects says it all: OUTFILE is constructed but not passed in the actual gs call. This leads to the error GPL Ghostscript 8.56: **** Could not open the file . Best regards, Bernd -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores; PREEMPT) Locale: [EMAIL PROTECTED], LC_CTYPE=de_DE (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages gs-common depends on: ii debconf [debc 1.5.13 Debian configuration management sy ii debianutils 2.18 Miscellaneous utilities specific t ii defoma 0.11.10-0.1 Debian Font Manager -- automatic f ii gs-esp [gs] 8.15.3.dfsg.1-1 The Ghostscript PostScript interpr ii gs-gpl [gs] 8.56.dfsg.1-1 The GPL Ghostscript PostScript int ii gsfonts 1:8.11+urwcyr1.0.7~pre41-3 Fonts for the Ghostscript interpre gs-common recommends no packages. -- debconf information: * gs/substitute: false
*** ./pdf2ps 2007/05/07 11:53:51 1.1 --- ./pdf2ps 2007/05/07 11:56:01 *************** *** 36,39 **** # Doing an initial 'save' helps keep fonts from being flushed between pages. # We have to include the options twice because -I only takes effect if it # appears before other options. ! exec $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite $OPTIONS -c save pop -f "$1" --- 36,39 ---- # Doing an initial 'save' helps keep fonts from being flushed between pages. # We have to include the options twice because -I only takes effect if it # appears before other options. ! exec $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite $OUTFILE $OPTIONS -c save pop -f "$1"