Package: pyxplot / 0.9.2-14
Metadata
Package | Version | Patches format |
---|---|---|
pyxplot | 0.9.2-14 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 xml2 pkg config.patch | (download) |
Makefile.skel |
4 2 2 - 0 ! |
use pkg-config for libxml2 Bug: 949487 libxml2 no longer includes xml2-config; use pkg-config to get the relevant compiler flags instead. |
0002 eps creation date source date epoch.patch | (download) |
src/stringTools/asciidouble.c |
15 14 1 - 0 ! |
set reproducible date stamp in plot output |
0003 add test target.patch | (download) |
Makefile.skel |
2 2 0 - 0 ! |
add a "test" target to upstream makefile Push the test target into the upstream Makefile so debhelper can automatically find it. |
0004 test_speed.patch | (download) |
doc/Makefile |
37 6 31 - 0 ! |
skip slow tests and make output unbuffered |
0005 abstracted python.patch | (download) |
Makefile.skel |
9 5 4 - 0 ! |
abstracted-python |
0006 python3.patch | (download) |
Makefile.skel |
2 1 1 - 0 ! |
python3 |
0007 Add DVI special for headers.patch | (download) |
src/epsMaker/dvi_interpreter.c |
5 5 0 - 0 ! |
add dvi special for headers Add explicit handling of new DVI specials that load header files so that warnings are not emitted when they are generated by texlive >= 2019.20200218. Closes: #951365 |
0008 Avoid generating PDF of piechart in examples.patch | (download) |
doc/examples/ex_piechart.ppl |
9 2 7 - 0 ! |
avoid generating pdf of piechart in examples PDF is not reproducible from ghostscript conversion. |
0009 Protect macros in captions to appease texlive 2023.patch | (download) |
doc/calculations.tex |
2 1 1 - 0 ! |
protect macros in captions to appease texlive 2023 The \index macro in captions has started failing between texlive 2022 and texlive 2023; adding in some \protect fixes that. Closes: #1052923 |