Activity log for bug #1888346

Date Who What changed Old value New value Message
2020-07-21 06:39:27 Kei Okada bug added bug
2020-07-21 06:40:27 Kei Okada bug added subscriber Ubuntu Release Team
2020-08-03 18:23:40 Hans Joachim Desserud bug task added jskeus (Ubuntu)
2020-08-03 18:26:55 Hans Joachim Desserud tags upgrade-software-version
2020-09-02 09:37:22 Balint Reczey euslisp (Ubuntu): status New Fix Released
2020-09-02 09:37:29 Balint Reczey jskeus (Ubuntu): status New Fix Released
2020-12-11 04:37:08 Mathew Hodson bug task deleted jskeus (Ubuntu)
2020-12-11 04:37:16 Mathew Hodson nominated for series Ubuntu Focal
2020-12-11 04:37:16 Mathew Hodson bug task added euslisp (Ubuntu Focal)
2020-12-11 04:38:46 Mathew Hodson summary [FFe] please accept 9.27+dfsg-6 and jskeus Update euslisp to 9.27+dfsg-6
2020-12-11 04:38:59 Mathew Hodson euslisp (Ubuntu): importance Undecided Wishlist
2020-12-11 04:39:02 Mathew Hodson euslisp (Ubuntu Focal): importance Undecided Wishlist
2020-12-11 04:44:16 Mathew Hodson description Please accept new upstream release 9.27+dfsg-6 ans jskeus+1.24+dfsg-2 already packaged in Debian. EusLisp is Lisp interpreter and it well works with jskeus, an Robotics-related extentions. To run jskeus, we need euslisp > 9.27, which failed to release before FeatureFreeze. They are well tested on salsa gitlab-CI and confirmed no regression. see https://salsa.debian.org/science-team/euslisp/-/blob/master/debian/changelog and https://salsa.debian.org/science-team/jskeus/-/blob/master/debian/changelog Upstrem NEWS since 9.26 as follows ``` euslisp (9.27+dfsg-6) unstable; urgency=medium * Team upload. [ Kei OKADA ] * add test to check if jskeus is compilable * compiler copies it's instance by :copy-compiler, so symid needs to be global. see https://github.com/euslisp/EusLisp/pull/441/commits/bf5b1b244d397ea02a112458f2df47297d20e3a6 * To avoid (setq *cflags* nil), use "" when CFLAGS is not set * use ca-certificates instead of GIT_SSL_NO_VERIFY * add Restrictions: needs-internet to debian/tests/control * add test to check if comile-file works * use file.c/file.h/file.o from file if o is not set * lisp/too/makedate: add empty makedata/gitrevision/compilehost, skip these variable from lisp-implementation-version * rm debian/patches/always-compile-to-objdir.patch * set lisp-implementation-version to show last released date -- Jochen Sprickerhof <jspricke@debian.org> Sun, 12 Jul 2020 16:55:09 +0200 euslisp (9.27+dfsg-5) unstable; urgency=medium [ Jochen Sprickerhof ] * Cleanup gitlab-ci.yml [ Kei OKADA ] * add debian/patches/fix-for-blhc.patch * add debian/patches/fix-for-reprotest.patch * fix debian/patches/fix-for-reprotest.patch use ${DEB_HOST_MULTIARCH} -- Jochen Sprickerhof <jspricke@debian.org> Sun, 05 Jul 2020 10:51:11 +0200 euslisp (9.27+dfsg-4) unstable; urgency=medium * Team upload. [ Kei Okada ] * add test to check when compile lisp file incldue LINEINTERSECTION3 (geo::line-intersection3), it will not find LINEINTERSECTION3 symbol * Use RTLD_GLOBAL so that other dynamic libary can find library symbols. * add test to check if lib/llib/unittest.l exists * install lib/llib within euslisp-dev -- Jochen Sprickerhof <jspricke@debian.org> Fri, 22 May 2020 13:48:33 +0200 euslisp (9.27+dfsg-3) unstable; urgency=medium * Team upload. [ Kei Okada ] * use lisp::*deb-host-multiarch* to set arch. This fixes https://ci.debian.net/data/autopkgtest/testing/arm64/e/euslisp/4529309/log.gz -- Jochen Sprickerhof <jspricke@debian.org> Fri, 13 Mar 2020 12:00:13 +0100 euslisp (9.27+dfsg-2) unstable; urgency=medium [ Kei Okada ] * add fix-arm-ldflags.patch -- Jochen Sprickerhof <jspricke@debian.org> Wed, 11 Mar 2020 09:16:47 +0100 euslisp (9.27+dfsg-1) unstable; urgency=medium [ Kei Okada ] * EusLisp 9.27 uses OSS gl*const.l files * New upstream version 9.27+dfsg * fix lisp/image/jpeg/makefile for newer (9.27) version of makefile * fix for Makefile.Linux (version 9.27) * load /usr/lib/DEB_HOST_MULTIARCH for test/loader.l * version 9.27 fixed set-shebang problem * EusLisp 9.27 fixed spelling problems * EusLisp 9.27 enable to compile multiple arch with Makefile.Linux * EusLisp 9.27 fixed LDMODULE argument problems for ARM arch * remove deleved patches from series * use Makefile.Linux for LinuxARM machine -- Kei Okada <kei.okada@gmail.com> Tue, 25 Feb 2020 04:32:24 +0000 ``` Please accept new euslisp version 9.27+dfsg-6 needed by jskeus. EusLisp is Lisp interpreter and it well works with jskeus, an Robotics-related extensions. To run jskeus, we need euslisp > 9.27, which failed to release before Feature Freeze. They are well tested on salsa gitlab-CI and confirmed no regression. see https://salsa.debian.org/science-team/euslisp/-/blob/master/debian/changelog and https://salsa.debian.org/science-team/jskeus/-/blob/master/debian/changelog Upstream NEWS since 9.26 is as follows: --- euslisp (9.27+dfsg-6) unstable; urgency=medium   * Team upload.   [ Kei OKADA ]   * add test to check if jskeus is compilable   * compiler copies it's instance by :copy-compiler, so symid needs to be global. see https://github.com/euslisp/EusLisp/pull/441/commits/bf5b1b244d397ea02a112458f2df47297d20e3a6   * To avoid (setq *cflags* nil), use "" when CFLAGS is not set   * use ca-certificates instead of GIT_SSL_NO_VERIFY   * add Restrictions: needs-internet to debian/tests/control   * add test to check if comile-file works   * use file.c/file.h/file.o from file if o is not set   * lisp/too/makedate: add empty makedata/gitrevision/compilehost, skip these variable from lisp-implementation-version   * rm debian/patches/always-compile-to-objdir.patch   * set lisp-implementation-version to show last released date  -- Jochen Sprickerhof <jspricke@debian.org> Sun, 12 Jul 2020 16:55:09 +0200 euslisp (9.27+dfsg-5) unstable; urgency=medium   [ Jochen Sprickerhof ]   * Cleanup gitlab-ci.yml   [ Kei OKADA ]   * add debian/patches/fix-for-blhc.patch   * add debian/patches/fix-for-reprotest.patch   * fix debian/patches/fix-for-reprotest.patch use ${DEB_HOST_MULTIARCH}  -- Jochen Sprickerhof <jspricke@debian.org> Sun, 05 Jul 2020 10:51:11 +0200 euslisp (9.27+dfsg-4) unstable; urgency=medium   * Team upload.   [ Kei Okada ]   * add test to check when compile lisp file incldue LINEINTERSECTION3 (geo::line-intersection3), it will not find LINEINTERSECTION3 symbol   * Use RTLD_GLOBAL so that other dynamic libary can find library symbols.   * add test to check if lib/llib/unittest.l exists   * install lib/llib within euslisp-dev  -- Jochen Sprickerhof <jspricke@debian.org> Fri, 22 May 2020 13:48:33 +0200 euslisp (9.27+dfsg-3) unstable; urgency=medium   * Team upload.   [ Kei Okada ]   * use lisp::*deb-host-multiarch* to set arch. This fixes https://ci.debian.net/data/autopkgtest/testing/arm64/e/euslisp/4529309/log.gz  -- Jochen Sprickerhof <jspricke@debian.org> Fri, 13 Mar 2020 12:00:13 +0100 euslisp (9.27+dfsg-2) unstable; urgency=medium   [ Kei Okada ]   * add fix-arm-ldflags.patch  -- Jochen Sprickerhof <jspricke@debian.org> Wed, 11 Mar 2020 09:16:47 +0100 euslisp (9.27+dfsg-1) unstable; urgency=medium   [ Kei Okada ]   * EusLisp 9.27 uses OSS gl*const.l files   * New upstream version 9.27+dfsg   * fix lisp/image/jpeg/makefile for newer (9.27) version of makefile   * fix for Makefile.Linux (version 9.27)   * load /usr/lib/DEB_HOST_MULTIARCH for test/loader.l   * version 9.27 fixed set-shebang problem   * EusLisp 9.27 fixed spelling problems   * EusLisp 9.27 enable to compile multiple arch with Makefile.Linux   * EusLisp 9.27 fixed LDMODULE argument problems for ARM arch   * remove deleved patches from series   * use Makefile.Linux for LinuxARM machine  -- Kei Okada <kei.okada@gmail.com> Tue, 25 Feb 2020 04:32:24 +0000