Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
revision-number-as-deb-pkg.patch | Insert Debian package version in subversionRevisionString | Rafael Laboissiere <rafael@debian.org> | not-needed | 2019-05-10 | ||
decrease-mpirun-slots.patch | Decrease the numberslots required in the unit tests calling mpirun Hopefully, this will fix the hanging problem in those tests. | Rafael Laboissière <rafael@debian.org> | not-needed | 2019-05-10 | ||
no-generation-timestamps.patch | Prevent inclusion of timestamps of the generation time This is recommended by the Debian's Reproducible Builds project: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPythonCodeGeneratedByCheetah |
Rafael Laboissière <rafael@debian.org> | not-needed | 2019-01-16 | ||
deterministic-id.patch | Avoid randomness in Cheetah-generated IDs | Rafael Laboissière <rafael@debian.org> | invalid | 2019-01-18 | ||
no-parallel-waf-build.patch | Prevent parallel executions of jobs in Waf This is an attempt to make the build of xmds2 reproducible. By default, the Waf system uses -j2 for the amount of parallel jobs. This gives unpredictable orders of building from the *.tmpl files at each run, which has an impact in the randomly generated ID's in the capture sections. |
Rafael Laboissiere <rafael@debian.org> | not-needed | 2019-05-10 | ||
wscritp-no-shebang-line.patch | Comment out the shebang line The wscript script is installed as a non executable file, so there is no need for keeping the shebang line. |
Rafael Laboissière <rafael@debian.org> | yes | 2020-03-29 | ||
pygments-style-lexer.patch | Use valid pygments style | Rafael Laboissière <rafael@debian.org> | yes | 2022-11-02 | ||
extra-alignment-tab.patch | Avoid extra alignment tab error in split environment | Rafael Laboissière <rafael@debian.org> | yes | 2022-11-02 | ||
numpy-asscalar.patch | Use numpy.ndarray.item instead of numpy.asscalar The method numpy.asscalar() is deprecated since version 1.16 of numpy and was removed in version 1.23. |
Rafael Laboissière <rafael@debian.org> | yes | debian | 2022-12-18 | |
auto-gitignore | Update .gitignore from Debian packaging branch The Debian packaging git branch contains these updates to the upstream .gitignore file(s). This patch is autogenerated, to provide these updates to users of the official Debian archive view of the package. [dgit (10.1) update-gitignore] |
no |