Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-shebang.patch | find . -type f -name '*.py' -exec \ sed -i -e 's@#!/usr/bin/env python@#!/usr/bin/python3@' '{}' + =================================================================== |
no | ||||
pytest-no-nbval.patch | exclude nbval for the test. =================================================================== |
no | ||||
soversion.patch | give the shared objects a soversion=================================================================== | no | ||||
cmake-no-rpath.patch | =================================================================== | no | ||||
replace-re2.patch | re2 is a drop-in replacement to python's standard re. Since re2 is missing from Debian archive, we need to replace it in order to make the code work. =================================================================== |
Mo Zhou <lumin@debian.org> | invalid |