Package: giac / 1.6.0.41+dfsg1-1
Metadata
Package | Version | Patches format |
---|---|---|
giac | 1.6.0.41+dfsg1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
system gl2ps.patch # refused | (download) |
src/Graph3d.cc |
2 1 + 1 - 0 ! |
use system gl2ps |
version bison 3.patch # refused | (download) |
src/input_parser.yy |
5 1 + 4 - 0 ! |
updates for flex 2.6.1 |
dont bg hevea.patch # upstream doesn't know says hevea2mml should be used | (download) |
src/icas.cc |
6 3 + 3 - 0 ! |
don't run hevea in background |
u version pari 2.11.patch # upstream doesn't know | (download) |
check/TP11-sol.cas.out1 |
2 1 + 1 - 0 ! |
make tests pass with a recent pari |
missing build rules.patch # not for upstream | (download) |
doc/Makefile.am |
8 7 + 1 - 0 ! |
add missing build rules Upstream bundles them, we exclude them via Files-Excluded but then need to build them |
split build install.patch # upstream doesn't know says hevea2mml should be used | (download) |
doc/el/Makefile.am |
4 3 + 1 - 0 ! |
split the build install in several targets |
d dont build files excluded.patch | (download) |
Makefile.am |
4 2 + 2 - 0 ! |
don't build files-excluded |
d find doc files at buildtime.patch | (download) |
src/global.cc |
4 4 + 0 - 0 ! |
allow xcas_root override, so doc files can be found during the build By default the documentation build looks in /usr/share, leading to non-fatal errors like "// Unable to find keyword file doc/en/keywords". |
d dont include remote scripts.patch | (download) |
doc/algolycee.html |
4 2 + 2 - 0 ! |
don't include remote scripts We have them in Debian, use those. To refresh this patch: files=$(git grep -l '/cdn' -- ':^debian') quilt add $files sed -i \ -e 's,{giacjsonline},{giacjshere},g' \ -e 's,https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/,file:///usr/share/javascript/mathjax/,g' \ -e '/^%\loadgiacjsonline/d' \ $files quilt refresh (You might also have to update the URL in the sed expression.) Then refresh, pop, and manually remove false positives from this patch, e.g. %%comments and \verb literals and \newenvironment declarations. (This patch should contain no hunks that change \newenvironment declarations.) |