tags 666598 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-old-doctools (versioned as 2.5.5-2.1) and
will have it uploaded soon.

Cheers

Luk
diff -u python-old-doctools-2.5.5/debian/changelog python-old-doctools-2.5.5/debian/changelog
--- python-old-doctools-2.5.5/debian/changelog
+++ python-old-doctools-2.5.5/debian/changelog
@@ -1,3 +1,10 @@
+python-old-doctools (2.5.5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use ifpdf package so albatross does not FTBFS anymore (Closes: #666598).
+
+ -- Luk Claes <l...@debian.org>  Thu, 05 Jul 2012 00:06:54 +0000
+
 python-old-doctools (2.5.5-2) unstable; urgency=low
 
   * Add python2.7 installation, remove python2.5 installation. Closes: #632538.
only in patch2:
unchanged:
--- 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

Reply via email to