~ubuntu-branches/ubuntu/hardy/texlive-base/hardy-updates

« back to all changes in this revision

Viewing changes to debian/patches/fix-installation-timebomb

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-06-08 12:04:45 UTC
  • Revision ID: james.westby@ubuntu.com-20090608120445-aijvpw5zfnnvm7yg
Tags: 2007-13ubuntu0.1
Add debian/patches/fix-installation-timebomb: fix the detection of
5-year-old-source from error to a warning so that tetex-bin remains
installable (LP: #384904).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: allow tetex-bin to be installable after 5 years.
 
2
Ubuntu: https://bugs.edge.launchpad.net/bugs/384904
 
3
Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531569
 
4
Patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=56;filename=patch-5yr-old;att=1;bug=531569
 
5
 
 
6
Index: texlive-base-2007/texmf-dist/tex/latex/base/latex.ltx
 
7
===================================================================
 
8
--- texlive-base-2007.orig/texmf-dist/tex/latex/base/latex.ltx  2009-06-08 12:01:39.000000000 -0700
 
9
+++ texlive-base-2007/texmf-dist/tex/latex/base/latex.ltx       2009-06-08 12:02:22.000000000 -0700
 
10
@@ -532,17 +532,17 @@
 
11
 \expandafter\reserved@a\fmtversion\@nil
 
12
 \ifnum\count@>65
 
13
   \typeout{^^J%
 
14
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
 
15
-!  You are attempting to make a LaTeX format from a source file^^J%
 
16
-!  That is more than five years old.^^J%
 
17
-!^^J%
 
18
-!  If you enter <return> to scroll past this message then the format^^J%
 
19
-!  will be built, but please consider obtaining newer source files^^J%
 
20
-!  before continuing to build LaTeX.^^J%
 
21
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
 
22
++=================================================================^^J%
 
23
+|  You are attempting to make a LaTeX format from a source file^^J%
 
24
+|  That is more than five years old.^^J%
 
25
+|^^J%
 
26
+|  If you enter <return> to scroll past this message then the format^^J%
 
27
+|  will be built, but please consider obtaining newer source files^^J%
 
28
+|  before continuing to build LaTeX.^^J%
 
29
++=================================================================^^J%
 
30
 }
 
31
-   \errhelp{To avoid this error message, obtain new LaTeX sources.}
 
32
-   \errmessage{LaTeX source files more than 5 years old!}
 
33
+   \typeout{To avoid this error message, obtain new LaTeX sources.}
 
34
+   \typeout{LaTeX source files more than 5 years old!}
 
35
 \fi
 
36
 \let\reserved@a\relax
 
37
 \fi