tags 562364 patch
thanks

Hi Roland,

I can confirm Michael's analysis of this bug.  Since this FTBFS bug has been
outstanding since December, I've prepared an NMU, which I will be uploading
shortly.  Please find the NMU diff attached.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -u transfig-3.2.5.a/debian/changelog transfig-3.2.5.a/debian/changelog
--- transfig-3.2.5.a/debian/changelog
+++ transfig-3.2.5.a/debian/changelog
@@ -1,3 +1,17 @@
+transfig (1:3.2.5.a-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Fix FTBFS:
+    - Build-depend on texlive-font-utils instead of texlive-extra-utils for
+      epstopdf.
+    - debian/patches/14_fig2mpdf.dpatch: don't use -f and --outfile args
+      together, current epstopdf doesn't like this.
+    Thanks to Michael Bienia <mich...@bienia.de> for the analysis.
+    Closes: #562364, LP: #534298.
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 11 Mar 2010 00:52:05 +0000
+
 transfig (1:3.2.5.a-2) unstable; urgency=low
 
   * 21_rename_optopt: rename optopt parameter name in getopt.c to make
diff -u transfig-3.2.5.a/debian/control transfig-3.2.5.a/debian/control
--- transfig-3.2.5.a/debian/control
+++ transfig-3.2.5.a/debian/control
@@ -6,7 +6,7 @@
 Build-Depends: dpatch, debhelper (>= 5), ghostscript, 
  libxpm-dev (>= 1:3.5.4.2), xutils-dev, libpng12-0-dev | libpng-dev, 
  texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, 
- texlive-extra-utils, texlive-lang-german, gawk, latex-beamer
+ texlive-font-utils, texlive-lang-german, gawk, latex-beamer
 Homepage: http://www-epb.lbl.gov/xfig/
 
 Package: transfig
diff -u transfig-3.2.5.a/debian/patches/14_fig2mpdf.dpatch transfig-3.2.5.a/debian/patches/14_fig2mpdf.dpatch
--- 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);

Attachment: signature.asc
Description: Digital signature

Reply via email to