On 2010-02-16 15:47:36 -0800, Daniel Schepler wrote:
> I'm seeing this build failure still (or maybe again?) with texlive-extra
> version 2009-7, which is supposed to have #562497 fixed:
The problem now seems to be that epstopdf ignores the --outfile in
--filter mode. I don't know if epstopdf itself is buggy or only its
documentation as epstopdf -h still lists -f in combination with -o in
the examples.
Anyways, with the following patch and texlive-font-utils instead of
texlive-extra-utils in Build-Depends the package builds again.
Michael
--- transfig-3.2.5.a/debian/patches/14_fig2mpdf.dpatch
+++ transfig-3.2.5.a/debian/patches/14_fig2mpdf.dpatch
@@ -318,7 +318,7 @@
+ if (iPdfOutputs)
+ {
+ fprintf(ptCreateFile, " %s -L pstex -D +%d:%d %s", prog,
depth, iStartDepth, from, szFileName);
-+ fprintf(ptCreateFile, " | epstopdf -f --outfile %s.pdf\n",
szFileName, szFileName);
++ fprintf(ptCreateFile, " | epstopdf -f > %s.pdf\n", szFileName,
szFileName);
+ }
+ else
+ fprintf(ptCreateFile, "%s -L pstex -D +%d:%d %s %s.eps\n",
prog, depth, iStartDepth, from, szFileName);
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]