Package: jskeus / 1.2.6+dfsg-1

Metadata

Package Version Patches format
jskeus 1.2.6+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
load from usr lib arch.patch | (download)

irteus/irtext.l | 17 6 + 11 - 0 !
1 file changed, 6 insertions(+), 11 deletions(-)

 load so files from deb_host_multiarch
DEB_HOST_MULTIARCH is replaced in debian/rules as follows
 .
override_dh_auto_configure:
	sed -i s/@@DEB_HOST_MULTIARCH@@/${DEB_HOST_MULTIARCH}/ $(CURDIR)/irteus/irtext.l
	dh_auto_configure
 .
 jskeus (1.2.2+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: #960845)
makefile for debian.patch | (download)

Makefile | 11 9 + 2 - 0 !
irteus/Makefile | 58 44 + 14 - 0 !
2 files changed, 53 insertions(+), 16 deletions(-)

 update makefile for debian
Makefile:
 .
 - debian requries all: for compile sources, simply (cd irteus; make)
 - set EUSDIR=/usr/share/euslisp
 - add install target
 .
irtues/Makefile:
 .
 - do not use Makefile.$(ARCHDIR)
 - set variables defined in Makefile.$(ARCHDIR)
 - set IRTEUSDIR / INSTALL{BIN,OBJ,LIB}DIR : to $(CURDIR)
 - do not compile LIBNR, use NROBJECTS
 - use eus2 instead of BINDIR/eus2
 - update install target
 .
 jskeus (1.2.1+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: #960845)
fix make clean.patch | (download)

irteus/Makefile | 21 16 + 5 - 0 !
1 file changed, 16 insertions(+), 5 deletions(-)

 remove lisp/image/jpeg from clean target
remove (cd $EUSDIR/lisp/image/jpeg; make clean) because this is system installed directory
 .
 jskeus (1.2.2+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: #960845)
reproducible build.patch | (download)

irteus/Makefile | 8 4 + 4 - 0 !
irteus/compile_irt.l | 11 6 + 5 - 0 !
irteus/compile_irtimg.l | 11 6 + 5 - 0 !
3 files changed, 16 insertions(+), 14 deletions(-)

 make the build reproducible