Package: axe-demultiplexer / 0.3.3+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
axe-demultiplexer | 0.3.3+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
cmake version | (download) |
CMakeLists.txt |
12 5 + 7 - 0 ! |
cmake-version Get program version from Debian Changelog, not from git. |
0002 Remove libqes from CML.txt.patch | (download) |
CMakeLists.txt |
2 0 + 2 - 0 ! |
remove libqes from cml.txt |
0003 Use standard include path of gsl headers.patch | (download) |
src/axe.c |
2 1 + 1 - 0 ! |
use standard include path of gsl headers |
0004 Dynamically link to libqes.patch | (download) |
src/CMakeLists.txt |
2 1 + 1 - 0 ! |
dynamically link to libqes |
0005 do_not_depend_python2.patch | (download) |
tests/CMakeLists.txt |
2 1 + 1 - 0 ! |
enable running tests using python3 instead of python2 When switching Build-Depends from python-sphinx to python3-sphinx the Python 2 interpreter was not installed any more in the build time environment. This was used to trigger the build time test suite. By changing the script tp Python3 it is possible to get rid of this dependency. |