Control: tags 1105210 + pending Dear maintainer,
I've prepared an NMU for auctex (versioned as 13.2-1.1) and uploaded it to DELAYED/2. diffstat for auctex-13.2 auctex-13.2 auctex.emacsen-install.eperl | 2 +- changelog | 8 ++++++++ update-auctex-elisp.eperl | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff -Nru auctex-13.2/debian/auctex.emacsen-install.eperl auctex-13.2/debian/auctex.emacsen-install.eperl --- auctex-13.2/debian/auctex.emacsen-install.eperl 2020-08-21 11:05:59.000000000 -0300 +++ auctex-13.2/debian/auctex.emacsen-install.eperl 2025-06-13 07:26:53.000000000 -0300 @@ -71,7 +71,7 @@ done popd pushd ${objdir} - INITFILE=$(mktemp ./XXXXXXXX-el) + INITFILE=$(mktemp --tmpdir XXXXXXXX-el) cat <<EOF >${INITFILE} (push "." load-path) (setq byte-compile-warnings nil diff -Nru auctex-13.2/debian/changelog auctex-13.2/debian/changelog --- auctex-13.2/debian/changelog 2020-08-21 11:05:59.000000000 -0300 +++ auctex-13.2/debian/changelog 2025-06-13 07:26:53.000000000 -0300 @@ -1,3 +1,11 @@ +auctex (13.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Replace used of "mktemp ./XXXXXX-el" with "mktemp --tmpdir + XXXXXX-el" (Closes: #1105210). + + -- David Bremner <brem...@debian.org> Fri, 13 Jun 2025 07:26:53 -0300 + auctex (13.2-1) unstable; urgency=medium * [3c41e87] New upstream release 13.2 diff -Nru auctex-13.2/debian/update-auctex-elisp.eperl auctex-13.2/debian/update-auctex-elisp.eperl --- auctex-13.2/debian/update-auctex-elisp.eperl 2020-08-21 11:05:59.000000000 -0300 +++ auctex-13.2/debian/update-auctex-elisp.eperl 2025-06-13 07:26:53.000000000 -0300 @@ -107,7 +107,7 @@ "(log to ${LOGFILE})..." if [ -z "${NO_ACT}" -o "${NO_ACT}" != 'true' ]; then exec {stdout}>&1 {stderr}>&2 &>${LOGFILE} - INITFILE=$(mktemp ./XXXXXXXX-el) + INITFILE=$(mktemp --tmpdir XXXXXXXX-el) cat <<EOF >${INITFILE} (defun font-lock-fontify-syntactic-keywords-region (start end)) EOF