[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#425696: marked as done (ps2ps support for stdin/stdout)



Your message dated Mon, 7 Feb 2011 14:34:09 +0100
with message-id <201102071434.10501.roucaries.bastien@gmail.com>
and subject line Done: ps2ps support for stdin/stdout
has caused the Debian Bug report #425696,
regarding ps2ps support for stdin/stdout
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
425696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425696
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gs-common
Version: 0.3.13

ps2ps has no support for pipes because of wildcard bug in script.
Standalone '-' should not be considered as "option". It should be
considered as "filename", i.e. argument. Solution: request one more
character after '-', see patch. This bug occurs in following scripts:
ps2ps, ps2ps2, eps2eps.

Here is simple patch of the script:

--- /usr/bin/ps2ps      2006-11-10 17:44:33.000000000 +0100
+++ ps2ps       2007-05-23 13:39:36.000000000 +0200
@@ -10,7 +10,7 @@
 while true
 do
        case "$1" in
-       -*) OPTIONS="$OPTIONS $1" ;;
+       -?*) OPTIONS="$OPTIONS $1" ;;
        *)  break ;;
        esac
        shift

-- 

                            Tomas Ebenlendr
                            http://drak.ucw.cz/~ebik




--- End Message ---
--- Begin Message ---
Package: gs-common
Version: 8.71~dfsg2-9

close in this version




--- End Message ---

Reply to: