• Bug#266063: [patch] Fix build issues

    From Osamu Aoki@1:229/2 to All on Wed Aug 18 19:30:16 2004
    From: [email protected]

    tags 266063 patch
    thanks

    Here is a patch which fix build error. If you have been updating
    source, please apply this to the latest source. If I do not hear from
    you soon, I may upload new packages.

    This patch is based on Atsuhito Kohda's patch to debian-reference.

    Osamu
    --
    ~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
    Osamu Aoki <[email protected]> Brussels Belgium, GPG-key: A8061F32
    .''`. Debian Reference: post-installation user's guide for non-developers
    : :' : http://qref.sf.net and http://people.debian.org/~osamu
    `. `' "Our Priorities are Our Users and Free Software" --- Social Contract


    diff -Nru apt-howto-1.8.6-old/Makefile apt-howto-1.8.6/Makefile
    --- apt-howto-1.8.6-old/Makefile 2004-08-18 18:48:46.000000000 +0200
    +++ apt-howto-1.8.6/Makefile 2004-08-18 19:00:20.000000000 +0200
    @@ -120,16 +120,35 @@

    latex.fmt: texmf/language.dat
    TEXINPUTS=$$(pwd)/texmf/:$$(kpsetool -n tex -p tex) \
    - fmtutil --byfmt latex --fmtdir .
    + tex -ini latex.ini > /dev/null
    +# fmtutil --byfmt latex --fmtdir .

    pdflatex.fmt: texmf/language.dat
    TEXINPUTS=$$(pwd)/texmf/:$$(kpsetool -n pdftex -p tex) \
    - fmtutil --byfmt pdflatex --fmtdir .
    + pdftex -ini pdflatex.ini > /dev/null
    +# fmtutil --byfmt pdflatex --fmtdir .

    # required by thumbpdf (called from debiandoc2latexpdf)
    pdftex.fmt: texmf/language.dat
    TEXINPUTS=$$(pwd)/texmf/:$$(kpsetool -n pdftex -p tex) \
    - fmtutil --byfmt pdftex --fmtdir .
    + pdftex -ini pdftex.ini > /dev/null
    +# fmtutil --byfmt pdftex --fmtdir .
    +
    +latex.efmt: texmf/language.dat
    + TEXINPUTS=$$(pwd)/texmf/:$$(kpsetool -n tex -p tex) \
    + etex -ini latex.ini > /dev/null
    +# fmtutil --byfmt latex --fmtdir .
    +
    +pdflatex.efmt: t
  • From Gustavo Noronha Silva@1:229/2 to All on Wed Aug 18 22:10:18 2004
    From: [email protected]

    Em Wed, 18 Aug 2004 19:22:10 +0200, Osamu Aoki <[email protected]> escreveu:

    tags 266063 patch
    thanks

    Here is a patch which fix build error. If you have been updating
    source, please apply this to the latest source. If I do not hear from
    you soon, I may upload new packages.

    This patch is based on Atsuhito Kohda's patch to debian-reference.

    Hey Osamu!

    I'll work on this tonight, if I am unable to do it in the next 10 hours,
    feel free to make the upload.

    Thanks a lot!

    --
    Gustavo Noronha Silva <[email protected]> | http://beterraba.no-ip.org/~kov
    Debian Developer: http://www.debian.org/ | http://www.debian-br.org/
    Brazilian GNOME Translation Effort: http://gnome-br.sourceforge.net/


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)