Your message dated Sat, 22 Oct 2011 02:45:24 -0500 (CDT)
with message-id <alpine.DEB.2.02.1110220241120.15788@hydride>
and subject line RE: tgif: pstoepsi broken
has caused the Debian Bug report #340719,
regarding tgif: pstoepsi broken
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 [email protected]
immediately.)


-- 
340719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340719
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tgif
Version: 1:4.1.44-4
Severity: normal
Tags: patch



Hello,

the program pstoepsi is broken in several ways:

- When using the option "-2x", checking for the source
  file is done in an incorrect way. The attached patch
  fixes this.

- The program assumes that it can use a program "pbmtoepsi"
  has an option "-scale", which the version included with
  Debian has not. Thus, scaling breaks.

- In the branch at line 98, there is a redundant setting of
  STYLE, which the patch also fixes, but it doesn't fix
  the case that later on, the overwritten value of STYLE
  is tested against. If this is simply a piece of dead code,
  or if this hides another problem, I didn't investigate.


Best,
--Toni++


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages tgif depends on:
ii  debconf [debconf-2.0]     1.4.58         Debian configuration management sy
ii  gettext                   0.14.5-2       GNU Internationalization utilities
ii  libc6                     2.3.5-6        GNU C Library: Shared libraries an
ii  libice6                   6.8.2.dfsg.1-4 Inter-Client Exchange library
ii  libsm6                    6.8.2.dfsg.1-4 X Window System Session Management
ii  libx11-6                  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6                  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  libxmu6                   6.8.2.dfsg.1-4 X Window System miscellaneous util
ii  libxt6                    6.8.2.dfsg.1-4 X Toolkit Intrinsics
ii  xlibs                     6.8.2.dfsg.1-4 X Window System client libraries m

tgif recommends no packages.

-- debconf information excluded
--- /usr/bin/pstoepsi   2005-10-10 19:58:01.000000000 +0200
+++ /tmp/pstoepsi       2005-11-25 12:31:27.000000000 +0100
@@ -77,7 +77,7 @@
     esac
 done
 
-BASE=`basename "$1" .ps`
+BASE=`basename "$1"`.ps
 
 if [ $# -ne 2 -o ! -f "$1" -o "$1" = "$BASE" ] ; then
     echo $USAGE 1>&2
@@ -96,7 +96,6 @@
 fi
 
 if [ "gs" = "$INTERP" ] ; then
-    STYLE="none"
     STYLE="ppm"
     if [ "" != "$ALADDIN" ] ; then
         if [ "3" = "$GSVERSION" -o "4" = "$GSVERSION" ] ; then

--- End Message ---
--- Begin Message ---
Version: 4.2.2

I have not been able to reproduce this bug since I adopted the package in September of 2010. Attempt to contact the original submitted was unsuccessful and therefore, I am closing the bug.

Carlo

--
Carlo U. Segre -- Duchossois Leadership Professor of Physics
Associate Dean for Graduate Admissions, Graduate College
Illinois Institute of Technology
Voice: 312.567.3498            Fax: 312.567.3494
[email protected]   http://phys.iit.edu/~segre   [email protected]


--- End Message ---

Reply via email to