On Mon, Jun 24, 2024 at 05:00:04PM +0000, Debian Bug Tracking System wrote:
>  maxima (5.47.0-3) unstable; urgency=high
>  .
>    * Bug fix: "maxima-emacs again not installable with xemacs21", thanks to
>      Agustin Martin (Closes: #1066086).

Hi, Camm,

Thanks for dealing with this. 

One minor issue, maxima-emacs.emacsen-remove checks for ${ELCDIR}, which is
undefined. See attached patch.

Apparently not a big problem, just that an extra line is shown during
removal when called from new package,

---
Remove maxima-emacs for xemacs21
remove/maxima: purging byte-compiled files for xemacs21
---

instead of only

---
Remove maxima-emacs for xemacs21
---

Regards,

-- 
Agustin
diff --git a/debian/maxima-emacs.emacsen-remove b/debian/maxima-emacs.emacsen-remove
index f50284e..0b7c0e4 100644
--- a/debian/maxima-emacs.emacsen-remove
+++ b/debian/maxima-emacs.emacsen-remove
@@ -3,6 +3,7 @@
 
 FLAVOR=$1
 PACKAGE=maxima
+ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}/
 
 if test -x /usr/sbin/install-info-altdir; then
     echo remove/${PACKAGE}: removing Info links for ${FLAVOR}

Reply via email to