reassign 666598 python-old-doctools 2.5.5-2 affects albatross tags 666598 + patch thanks
This is actually a bug in python-old-doctools. The attached patch fixes the usage of \ifpdf and makes albatross build again. Kind regards -- Sebastian Ramacher
--- python-old-doctools-2.5.5.orig/Doc/texinputs/python.sty
+++ python-old-doctools-2.5.5/Doc/texinputs/python.sty
@@ -8,6 +8,7 @@
\RequirePackage{longtable}
\RequirePackage{underscore}
+\RequirePackage{ifpdf}
% Uncomment these two lines to ignore the paper size and make the page
% size more like a typical published manual.
@@ -32,10 +33,7 @@
\newif\ifpy@doing@page@targets
\py@doing@page@targetsfalse
-\newif\ifpdf\pdffalse
-\ifx\pdfoutput\undefined\else\ifcase\pdfoutput
-\else
- \pdftrue
+\ifpdf
\input{pdfcolor}
\let\py@LinkColor=\NavyBlue
\let\py@NormalColor=\Black
@@ -115,7 +113,7 @@
\def\H@old@thehead{\hfil}\fi
\def\@thehead{\@foo\relax\H@old@thehead}%
}
-\fi\fi
+\fi
% Increase printable page size (copied from fullpage.sty)
\topmargin 0pt
signature.asc
Description: OpenPGP digital signature

