-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
Cheers
Luk
- --
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDsYUD5UTeB5t8Mo0RAjQHAKCz391zhnfrMYuUSTYQWnKff14/MACfWmjt
h4a/Fjc6FMIfhzPUW4yzAL0=
=DgTO
-----END PGP SIGNATURE-----
diff -u cfi-3.0/debian/changelog cfi-3.0/debian/changelog
--- cfi-3.0/debian/changelog
+++ cfi-3.0/debian/changelog
@@ -1,3 +1,10 @@
+cfi (3.0-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * sv/cfi.tex: fix pdfoutput bug (Closes: #338377).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Tue, 27 Dec 2005 18:35:03 +0100
+
cfi (3.0-5) unstable; urgency=high
* b-d on tetex-extra, some fonts there (closes: #141012)
only in patch2:
unchanged:
--- cfi-3.0.orig/sv/cfi.tex
+++ cfi-3.0/sv/cfi.tex
@@ -6,16 +6,12 @@
\usepackage{graphics}
\usepackage[T1]{fontenc}
\usepackage[swedish]{babel}
-\newif\ifpdf
-\ifx\pdfoutput\undefined
- \pdffalse
-\else
- \pdftrue
-\fi
+\usepackage{ifpdf}
\ifpdf
- % Saves a lot of space in PDF files
- \usepackage{times}
+ % Gives nice screen output
+ \usepackage{mathptmx}
+ % not necessary on Debian systems, set to 9 anyway
\pdfcompresslevel=9
\fi