Package: clisp / 1:2.49.20241228.gitc3ec11b-2

Metadata

Package Version Patches format
clisp 1:2.49.20241228.gitc3ec11b-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove webbugs.patch | (download)

doc/_clisp-link.html | 4 2 + 2 - 0 !
doc/_clisp.html | 4 2 + 2 - 0 !
doc/common.xsl | 1 0 + 1 - 0 !
doc/impnotes.html | 4 2 + 2 - 0 !
4 files changed, 6 insertions(+), 7 deletions(-)

 remove links in local documentation which might allow the users to be tracked by sourceforge
config.patch | (download)

src/cfgunix.lisp | 14 10 + 4 - 0 !
src/clhs.lisp | 3 2 + 1 - 0 !
2 files changed, 12 insertions(+), 5 deletions(-)

 tweak configuration for better debian integration
  use editor as default editor (if the EDITOR variable is not set), per
   policy 11.4.
  use sensible-browser as default browser (comes along with a Depends of
   clisp on sensible-utils).
  if the hyperspec package is installed, use the local CLHS when
   (documentation <foo> 'sys::clhs) is invoked. This requires a modification of
   clhs.lisp, so as to detect the right HyperSpec format.
  if the clisp-doc package is installed, use the locally installed
   implementation notes when (documentation <foo> 'sys::impnotes) is invoked.
 .
 N.B.: The src/cfgunix.lisp file is used as a template for the creation of
       config.lisp during the build process.
test fixes.patch | (download)

tests/streams.tst | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 skip stderr tests
 The testing of stderr sometimes fails, due to permission problems. Just skip this test.
hurd i386 test fix.patch | (download)

tests/socket.tst | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes a test failure on hurd-i386
 The socket-status test fails in an unexpected way.
sparc64 fix.patch | (download)

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

 fixed build problems on sparc64
 As suggested by upstream to fix build problems on the buildd systems.
disable flakey test.patch | (download)

tests/socket.tst | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---