Package: axe-demultiplexer / 0.3.3+dfsg-1

Metadata

Package Version Patches format
axe-demultiplexer 0.3.3+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cmake version | (download)

CMakeLists.txt | 12 5 + 7 - 0 !
1 file changed, 5 insertions(+), 7 deletions(-)

 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 !
1 file changed, 2 deletions(-)

 remove libqes from cml.txt


0003 Use standard include path of gsl headers.patch | (download)

src/axe.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use standard include path of gsl headers


0004 Dynamically link to libqes.patch | (download)

src/CMakeLists.txt | 2 1 + 1 - 0 !
tests/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 dynamically link to libqes


0005 do_not_depend_python2.patch | (download)

tests/CMakeLists.txt | 2 1 + 1 - 0 !
tests/axe_cli_tests.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 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.