Package: emacs-goodies-el
Severity: minor
Version: 26.2-1

If the emacsen install script of any of the emacs-goodies-el binary
packages is called after the package has been successfully compiled
already (this happens when emacs-package-install calls the install
scripts of dependencies, e.g. when installing dpkg-dev-el after
debian-el), then a temporary file is "leaked" in /tmp.

I suggest the following patch:

diff -c emacsen-install.template.orig emacsen-install.template
*** emacsen-install.template.orig       2005-11-01 16:01:27.000000000 +0100
--- emacsen-install.template    2005-11-01 16:05:17.145306152 +0100
***************
*** 24,29 ****
--- 24,30 ----
  ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
  if test -e "${ELCDIR}/${STAMPFILE}"; then
      echo "${PACKAGE} files already compiled in ${ELCDIR}."
+     rm -f ${LOG}
      exit
  fi
  echo install/${PACKAGE}: Handling ${FLAVOR}, logged in ${LOG}

Thanks,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-sparc64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to