~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/patches/13_fmtutil_fixes.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2006-05-11 00:12:10 UTC
  • Revision ID: james.westby@ubuntu.com-20060511001210-2p3y1ncrjg8a0ge9
Tags: 2005-2
* first upload to unstable, sponsored by 
  Frank Küster <frank@debian.org>
* texdoc support
  - let tetex texdoc find documentation of texlive (Closes: #364776)
  - include tetex texdoc patches (following of symlinks, security
    fixes) (Closes: #356390)
* texlive-lang-polish conflicts with octave-forge as both provide
  /usr/bin/mex, this is preliminary, a better solution must be
  sought (Closes: #364059)
* change shell for the reportbug script to bash (Closes: #356391)
* fix installation of thumbpdf and pdfcrop (Closes: #352092)
* improve various descriptions (Closes: #354964)
* call the update-* programs in all postinst scripts, so that the
  config files do not contain left-overs (Closes: #355266)
* fix creation of formats which in turn depend on the latex format
  (Closes: #351707)
* remap the ibycus4.map TeX/MF input file from the fonts/map location
  to the fonts/source location (Closes: #354652)
* depend on the updated lmodern package, thus making the fonts
  available for X (Closes: #351727)
* lots of internal changes, important ones being:
  - texlive packages now do not include files which have been
    packaged for Debian already (eg cm-super, lmodern, musixtex)
  - most packages can be used together with teTeX
  - fix several upstream bugs
  - generate license information for each file from the
    TeX Catalogue (ongoing work)
  for detailed changes see CHANGES.packaging in texlive-common

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 13_fmtutil_fixes.dpatch
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Move pdfetex to format.etx.cnf and remove latex (is added 
 
6
## DP: to format.latex.cnf)
 
7
 
 
8
@DPATCH@
 
9
--- ./texmf/fmtutil/format.etex.cnf     2005-07-25 21:09:35.000000000 +0200
 
10
+++ ./texmf/fmtutil/format.etex.cnf     2005-11-22 00:19:38.000000000 +0100
 
11
@@ -1 +1,2 @@
 
12
 etex            pdfetex         language.def    -translate-file=cp227.tcx *etex.ini
 
13
+pdfetex         pdfetex         language.def    -translate-file=cp227.tcx *pdfetex.ini
 
14
--- ./texmf/fmtutil/format.pdftex.cnf   2005-07-21 13:49:45.000000000 +0200
 
15
+++ ./texmf/fmtutil/format.pdftex.cnf   2005-11-22 01:32:24.000000000 +0100
 
16
@@ -1,3 +1 @@
 
17
 pdftex          pdfetex         -       -translate-file=cp227.tcx *pdftex.ini
 
18
-pdflatex        pdfetex         language.dat    -translate-file=cp227.tcx *pdflatex.ini
 
19
-pdfetex         pdfetex         language.def    -translate-file=cp227.tcx *pdfetex.ini