Package: euslisp / 9.31+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
euslisp | 9.31+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix localtime arm32.patch | (download) |
lisp/c/unixcall.c |
1 1 + 0 - 0 ! |
fix arm32 build On arm32, localtime_r in LOCALTIME in unixcall.c returns NULL in some situation. . euslisp (9.31+1) unstable; urgency=low . |
add global makefile.patch | (download) |
Makefile |
39 39 + 0 - 0 ! |
add euslisp/makefile To compile with debbuild, add euslisp/Makefile to set ARCHDIR and run makefile under lisp/ directory . euslisp (9.26-1) unstable; urgency=low . * Initial debian release (Closes: Bug#942317). |
use usrlibeus for default EUSDIR.patch | (download) |
lisp/c/eus.c |
4 2 + 2 - 0 ! |
use /usr/share/euslisp/ for default eusdir default EUSDIR is set to /usr/local/eus but changed to use /usr/share/euslisp/ for debian . euslisp (9.26-1) unstable; urgency=low . * Initial debian release (Closes: Bug#942317). |
remove libeus link from exe.patch | (download) |
lisp/Makefile.Linux |
2 1 + 1 - 0 ! |
remove libeus link from executables remove link to libeus from executables, this also remove EUSLIB, which provides RPATH settings that Debian dislike. . euslisp (9.26-1) unstable; urgency=low . * Initial debian release (Closes: Bug#942317). |
fix for hardening.patch | (download) |
lisp/Makefile.Linux64 |
7 4 + 3 - 0 ! |
fix for hardending Fix hardening-no-bindnow by adding DEB_BUILD_MAINT_OPTIONS = hardening=+all to rule and pass that variable to CFLAGS/SOFLAGS/LDFLAGS, use gcc for LD. . euslisp (9.26-1) unstable; urgency=low . * Remove lintian warnings |
load lib from eusdir arch lib.patch | (download) |
lib/eusglrt.l |
32 31 + 1 - 0 ! |
enable to load libeusgeo from eusdir/archdir/lib and /usr/lib/@@deb_host_multiarch@@ Debian installs plugin libraries to /usr/lib/@@DEB_HOST_MULTIARCH@@, so enable to load libesugeo/libeusx/libeusgl from either EUSDIR/ARCHDIR/lib or /usr/lib/@@DEB_HOST_MULTIARCH@@ we introduced lisp::*deb-host-multiarch* to set DEB_HOST_MULTIARCH based on archtecture. . This patch also drop link to libeus* from executables and link opengl/src/util.c to eusgl. Set compile_gl.log to depend eus for compile. . euslisp (9.26-1) unstable; urgency=low . * Initial debian release (Closes: Bug#942317). |
fix for blhc.patch | (download) |
lisp/comp/comp.l |
4 2 + 2 - 0 ! |
fix for blhf Fix for blhc tests, we need to use default CFLAGS . euslisp (9.27-1) unstable; urgency=low . |
fix for reprotest.patch | (download) |
lisp/Makefile.generic2 |
5 4 + 1 - 0 ! |
fix for reprotest Fix for reprotest, use -fPIC for lisp/image/jpeg, need to reset gensym number so that it generate same functiaon name for compiled code. . euslisp (9.27-1) unstable; urgency=low . |
fix ppc64el test.patch | (download) |
lisp/c/eus.c |
2 1 + 1 - 0 ! |
fix for autopkgtest for ppc64el defforeign on ppc64el is not work for float/double, skpping test for now . euslisp (9.30-2) unstable; urgency=low . |
fix makefile generic1 version.patch | (download) |
lisp/Makefile.generic1 |
2 1 + 1 - 0 ! |
fix makefile.generic1 Forget to update VERSION in Makefile.generic1, already fixed in upstream https://github.com/euslisp/EusLisp/pull/517 . euslisp (9.31-1) unstable; urgency=medium . |