1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
- texlive-binaries.links.dist is not dealt with, or only in parts!
- work to be done on patches is briefly documented in
debian/patches/series
- think about libkpathsea4 -> libkpathsea5 so version bump !!!
- fix the .install files so that only those files actually there are
referenced, and not more (eg texlua and texluac links are there but
should not be installed)
- some entries in debian/rules are disabled because the files needed
are not yet in TL2009. Could be, however, that they are no longer
needed
- dh_shlibdeps gives warnings about superfluous linking
- what to do with freetype1?
- the following files are not found in the bin directory; we need to
find out whether this is an error or on purpose, and if on purpose
if it's a problem for debian.
from texlive-base-binaries.install:
-inst/bin/dvipdft usr/bin
from package dvipdfm that should be built, maybe because we
call --disable-dvipdfmx induces --disable-dvipdfm?
-inst/bin/ebb usr/bin
-inst/bin/extractbb usr/bin
from dvipdfmx, which is built separately
-inst/bin/lualatex usr/bin
-inst/bin/luatex usr/bin
-inst/bin/pdflualatex usr/bin
-inst/bin/pdfluatex usr/bin
from luatex, build separately
-inst/bin/makempx usr/bin
-inst/bin/mfplain usr/bin
-inst/bin/mpto usr/bin
-inst/bin/newer usr/bin
current texlive does not include these binaries in metapost
can be removed (hopefully)
-inst/bin/odvips usr/bin
-inst/bin/oxdvi usr/bin
not built anymore, functionality is merged into xdvi/dvips
from texlive-extra-binaries.install:
-inst/bin/musixflx usr/bin
from musixtex, build separately
-inst/bin/bbox usr/bin
-inst/bin/cfftot1 usr/bin
-inst/bin/disdvi usr/bin
-inst/bin/dvi2tty usr/bin
-inst/bin/dvidvi usr/bin
-inst/bin/epsffit usr/bin
-inst/bin/extractres usr/bin
-inst/bin/fixdlsrps usr/bin
-inst/bin/fixfmps usr/bin
-inst/bin/fixmacps usr/bin
-inst/bin/fixpsditps usr/bin
-inst/bin/fixpspps usr/bin
-inst/bin/fixscribeps usr/bin
-inst/bin/fixtpps usr/bin
-inst/bin/fixwfwps usr/bin
-inst/bin/fixwpps usr/bin
-inst/bin/fixwwps usr/bin
-inst/bin/getafm usr/bin
-inst/bin/includeres usr/bin
-inst/bin/lacheck usr/bin
-inst/bin/mmafm usr/bin
-inst/bin/mmpfb usr/bin
-inst/bin/otfinfo usr/bin
-inst/bin/otftotfm usr/bin
-inst/bin/psbook usr/bin
-inst/bin/psmerge usr/bin
-inst/bin/psnup usr/bin
-inst/bin/psresize usr/bin
-inst/bin/psselect usr/bin
-inst/bin/pstops usr/bin
-inst/bin/showchar usr/bin
-inst/bin/t1ascii usr/bin
-inst/bin/t1asm usr/bin
-inst/bin/t1binary usr/bin
-inst/bin/t1disasm usr/bin
-inst/bin/t1dotlessj usr/bin
-inst/bin/t1lint usr/bin
-inst/bin/t1mac usr/bin
-inst/bin/t1reencode usr/bin
-inst/bin/t1testpage usr/bin
-inst/bin/t1unmac usr/bin
-inst/bin/tex2xindy usr/bin
-inst/bin/texindy usr/bin
-inst/bin/ttf2pk usr/bin
-inst/bin/ttf2tfm usr/bin
-inst/bin/ttftotype42 usr/bin
Strange, all related to font stuff etc has to be investigated
-inst/bin/xindy.mem usr/bin
-inst/bin/xindy.run usr/bin
-inst/bin/xindy usr/bin
xindy, built separately in Debian
DONE
- please add
--with-tex-banner='"TeX Live 2009/Debian"'
to the configure call (see email of Karl to the tldistros ML).
|