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

Bug#183517: marked as done (epstopdf does not handle spaces in file names)



Your message dated Fri, 23 Apr 2004 09:32:14 -0400
with message-id <E1BH0ms-0002hq-00@newraff.debian.org>
and subject line Bug#183517: fixed in tetex-bin 2.0.2-13
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Mar 2003 13:41:24 +0000
>From jmartin@notamusica.com Wed Mar 05 07:41:23 2003
Return-path: <jmartin@notamusica.com>
Received: from mailgate3.zdv.uni-mainz.de [134.93.130.78] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18qZ98-0002i5-00; Wed, 05 Mar 2003 07:41:22 -0600
Received: from ipymzz.sowi.uni-mainz.de (root@ipymzz.Sowi.Uni-Mainz.DE [134.93.137.55])
	by mailgate3.zdv.Uni-Mainz.DE (8.12.8/8.12.6) with ESMTP id h25DfLQn013841
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT)
	for <submit@bugs.debian.org>; Wed, 5 Mar 2003 14:41:21 +0100 (MET)
Received: from ipymzz.sowi.uni-mainz.de (jmartin@localhost [127.0.0.1])
	by ipymzz.sowi.uni-mainz.de (8.12.3/8.12.3/Debian -4) with ESMTP id h25DfKMJ023863
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL)
	for <submit@bugs.debian.org>; Wed, 5 Mar 2003 14:41:20 +0100
Received: from localhost (jmartin@localhost)
	by ipymzz.sowi.uni-mainz.de (8.12.3/8.12.3/Debian -4) with ESMTP id h25DfKtq023859
	for <submit@bugs.debian.org>; Wed, 5 Mar 2003 14:41:20 +0100
X-Authentication-Warning: ipymzz.sowi.uni-mainz.de: jmartin owned process doing -bs
Date: Wed, 5 Mar 2003 14:41:20 +0100 (CET)
From: Johannes Martin <jmartin@notamusica.com>
X-X-Sender: jmartin@ipymzz.sowi.uni-mainz.de
To: submit@bugs.debian.org
Subject: epstopdf does not handle spaces in file names
Message-ID: <Pine.LNX.4.44.0303051415190.18042-100000@ipymzz.sowi.uni-mainz.de>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-3.4 required=4.0
	tests=HAS_PACKAGE,PATCH_CONTEXT_DIFF,SPAM_PHRASE_00_01,
	      USER_AGENT_PINE,X_AUTH_WARNING
	version=2.44
X-Spam-Level: 

Package: tetex-bin
Version: 1.0.7+20011202-7.1

epstopdf does not properly quote the output file name when passing it to
ghostscript. The following patch fixes the problem:

*** epstopdf.org        Wed Mar  5 14:38:45 2003
--- epstopdf    Wed Mar  5 14:38:50 2003
***************
*** 183,189 ****
  if ($::opt_gs) {
    my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
            "-dAutoRotatePages=/None " .
!           "-sOutputFile=$OutputFilename - -c quit";
    debug "Ghostscript pipe:", $pipe;
    open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
  }
--- 183,189 ----
  if ($::opt_gs) {
    my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
            "-dAutoRotatePages=/None " .
!           "\"-sOutputFile=$OutputFilename\" - -c quit";
    debug "Ghostscript pipe:", $pipe;
    open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
  }



---------------------------------------
Received: (at 183517-close) by bugs.debian.org; 23 Apr 2004 13:38:21 +0000
>From katie@ftp-master.debian.org Fri Apr 23 06:38:21 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BH0sn-0004bQ-00; Fri, 23 Apr 2004 06:38:21 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BH0ms-0002hq-00; Fri, 23 Apr 2004 09:32:14 -0400
From: =?utf-8?q?Frank_K=C3=BCster?= <frank@debian.org>
To: 183517-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#183517: fixed in tetex-bin 2.0.2-13
Message-Id: <E1BH0ms-0002hq-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 23 Apr 2004 09:32:14 -0400
Delivered-To: 183517-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: tetex-bin
Source-Version: 2.0.2-13

We believe that the bug you reported is fixed in the latest version of
tetex-bin, which is due to be installed in the Debian FTP archive:

libkpathsea-dev_2.0.2-13_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_2.0.2-13_i386.deb
libkpathsea3_2.0.2-13_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_2.0.2-13_i386.deb
tetex-bin_2.0.2-13.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-13.diff.gz
tetex-bin_2.0.2-13.dsc
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-13.dsc
tetex-bin_2.0.2-13_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-13_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 183517@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Küster <frank@debian.org> (supplier of updated tetex-bin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 22 Apr 2004 17:56:45 +0200
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 2.0.2-13
Distribution: unstable
Urgency: medium
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Frank Küster <frank@debian.org>
Description: 
 libkpathsea-dev - path search library for teTeX (devel part)
 libkpathsea3 - path search library for teTeX (runtime part)
 tetex-bin  - The teTeX binary files
Closes: 173872 183517 191254 200261 200264 215588 243672
Changes: 
 tetex-bin (2.0.2-13) unstable; urgency=medium
 .
   * xdvi now does no longer overwrite the XAPPLRESDIR variable, thanks to
     Stephen Gildea <gildea@stop.mail-abuse.org>  (closes: #215588) [frank]
   * 2.0.2-11 failed to properly purge ucf's memory of texmf.cnf. This is
     now done in preinst if the file doesn't exist, but is registered to
     ucf (closes: #243672) [frank]
   * tetex-bin now declares "Replaces:" and "Provides: texdoctk". Together
     with a corresponding move of files from tetex-extra to tetex-base,
     this (closes: #200264) [frank]
   * epstopdf can now handle output files with spaces in the filenames
     (closes: #183517), and it's manpage correctly describes the --filter
     and --outfile options (closes: #191254), thanks to Johannes Martin
     <jmartin@notamusica.com>, ernst.kloppenburg@de.bosch.com and Hilmar
     Preusse <hille42@web.de> [frank]
   * Removed "Conflicts" for dvipdfm: This package is in part replaced by
     tetex-base, and the conflict caused tetex-bin to be removed upon
     dist-upgrade (closes: #200261) [frank]
   * texdoctk now gives a clear error message when the perl-tk package is
     missing, and tetex-bin now only Recommends perl-tk. Thanks again to
     Hilmar. (closes: #173872) [frank]
Files: 
 721a658fb7dd1b29aac9a5efadcf66c3 1049 tex optional tetex-bin_2.0.2-13.dsc
 a3d35e47f76f65a79eef60707dea9841 94219 tex optional tetex-bin_2.0.2-13.diff.gz
 14d01670ab3653b013b4485ab80cb500 3903164 tex optional tetex-bin_2.0.2-13_i386.deb
 a415c37bf8cd566acf6c0b21b7201a7c 54224 libs optional libkpathsea3_2.0.2-13_i386.deb
 c868a26eb5b998c49ae8ef6565110d73 66226 libdevel optional libkpathsea-dev_2.0.2-13_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAiQ2G+xs9YyJS+hoRAiGYAKCfIni0aODjV+n/jqJw+0wAvY77qgCaAuZO
Psy103aBnmMkUkDJBiQ/B0w=
=UagD
-----END PGP SIGNATURE-----



Reply to: