Mageia Bugzilla – Attachment 4247 Details for
Bug 3340
latex2html failure due to unknown image format.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Using the superior Debian patchset.
setup (text/plain), 1.83 KB, created by
Edward d'Auvergne
on 2013-08-07 12:52:00 CEST
(
hide
)
Description:
Using the superior Debian patchset.
Filename:
MIME Type:
Creator:
Edward d'Auvergne
Created:
2013-08-07 12:52:00 CEST
Size:
1.83 KB
patch
obsolete
>#! /bin/sh > ># Fetch the files. >curl -O http://ftp.de.debian.org/debian/pool/main/l/latex2html/latex2html_2008-debian1-10.debian.tar.gz >curl -O http://ftp.de.debian.org/debian/pool/main/l/latex2html/latex2html_2008-debian1.orig.tar.gz > ># Cleanup. >rm -rf build latex2html-2008-debian1 > ># Unpack the files. >tar xvf latex2html_2008-debian1-10.debian.tar.gz >tar xvf latex2html_2008-debian1.orig.tar.gz > ># The build directory. >mv latex2html-2008-debian1 build > ># Go there. >cd build > ># Patching. >#patch -p1 < ../debian/patches/add-url.patch # Useless patch as this new URL is dead! >patch -p1 < ../debian/patches/pstoimg-dont-use-rgb-txt.patch >patch -p1 < ../debian/patches/pstoimg-fix-borders.patch >patch -p1 < ../debian/patches/pstoimg-fix-file-pattern.patch >patch -p1 < ../debian/patches/fix-typos.patch >patch -p1 < ../debian/patches/html-version-4.patch >patch -p1 < ../debian/patches/l2hconf-fix-shebang.patch >patch -p1 < ../debian/patches/latex2html-fix-authoraddress.patch >patch -p1 < ../debian/patches/override-dvips-dot-in-filename-problem.patch >patch -p1 < ../debian/patches/manual-fix-address.patch >patch -p1 < ../debian/patches/makefiles-fixes.patch >patch -p1 < ../debian/patches/fix-image-types.patch >patch -p1 < ../debian/patches/add-abnt.patch >patch -p1 < ../debian/patches/fix-romanian.patch >patch -p1 < ../debian/patches/fix-mathend-mark.patch >patch -p1 < ../debian/patches/add-floatflt-ins.patch >patch -p1 < ../debian/patches/fix-pdfoutput.patch >patch -p1 < ../debian/patches/fix-gs-stderr.patch >patch -p1 < ../debian/patches/debian-install.patch >patch -p1 < ../debian/patches/pstoimg-match-gray.patch >patch -p1 < ../debian/patches/fix-spaces-in-filenames.patch >patch -p1 < ../debian/patches/manpages.patch >patch -p1 < ../debian/patches/eurosym.patch >patch -p1 < ../debian/patches/match-multiline.patch >patch -p1 < ../debian/patches/latex2html-fix-defined.patch
#! /bin/sh # Fetch the files. curl -O http://ftp.de.debian.org/debian/pool/main/l/latex2html/latex2html_2008-debian1-10.debian.tar.gz curl -O http://ftp.de.debian.org/debian/pool/main/l/latex2html/latex2html_2008-debian1.orig.tar.gz # Cleanup. rm -rf build latex2html-2008-debian1 # Unpack the files. tar xvf latex2html_2008-debian1-10.debian.tar.gz tar xvf latex2html_2008-debian1.orig.tar.gz # The build directory. mv latex2html-2008-debian1 build # Go there. cd build # Patching. #patch -p1 < ../debian/patches/add-url.patch # Useless patch as this new URL is dead! patch -p1 < ../debian/patches/pstoimg-dont-use-rgb-txt.patch patch -p1 < ../debian/patches/pstoimg-fix-borders.patch patch -p1 < ../debian/patches/pstoimg-fix-file-pattern.patch patch -p1 < ../debian/patches/fix-typos.patch patch -p1 < ../debian/patches/html-version-4.patch patch -p1 < ../debian/patches/l2hconf-fix-shebang.patch patch -p1 < ../debian/patches/latex2html-fix-authoraddress.patch patch -p1 < ../debian/patches/override-dvips-dot-in-filename-problem.patch patch -p1 < ../debian/patches/manual-fix-address.patch patch -p1 < ../debian/patches/makefiles-fixes.patch patch -p1 < ../debian/patches/fix-image-types.patch patch -p1 < ../debian/patches/add-abnt.patch patch -p1 < ../debian/patches/fix-romanian.patch patch -p1 < ../debian/patches/fix-mathend-mark.patch patch -p1 < ../debian/patches/add-floatflt-ins.patch patch -p1 < ../debian/patches/fix-pdfoutput.patch patch -p1 < ../debian/patches/fix-gs-stderr.patch patch -p1 < ../debian/patches/debian-install.patch patch -p1 < ../debian/patches/pstoimg-match-gray.patch patch -p1 < ../debian/patches/fix-spaces-in-filenames.patch patch -p1 < ../debian/patches/manpages.patch patch -p1 < ../debian/patches/eurosym.patch patch -p1 < ../debian/patches/match-multiline.patch patch -p1 < ../debian/patches/latex2html-fix-defined.patch
View Attachment As Raw
Actions:
View
Attachments on
bug 3340
:
1806
| 4247