Package: esup-el / 0.7.1+git20220203.4b49c8d-2

Metadata

Package Version Patches format
esup-el 0.7.1+git20220203.4b49c8d-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 clean documentation.diff | (download)

README.md | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 remove badges and screenshot from readme file

This patch removes badges and screenshot from README file. These
badges are loaded from external resource.


0002 fix tests.diff | (download)

test/utils.el | 19 11 + 8 - 0 !
1 file changed, 11 insertions(+), 8 deletions(-)

 load installed elisp code if available

This patch loads installed elisp code if available, so tests won't
fail in autopkgtest environment.


0003 disable tests.diff | (download)

test/test-esup.el | 381 191 + 190 - 0 !
1 file changed, 191 insertions(+), 190 deletions(-)

 disable tests which try to load source code but not installed code

This patch disables tests which try to load source code (probably
generated code) but not installed one. This causes failure in
autopkgtest environment. There should be a better option.