Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <1550316993.21192.50.ca...@adam-barratt.org.uk>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #921811,
regarding stretch-pu: package erlang/19.2.1+dfsg-2+deb9u2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
921811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921811
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

the erlang-mode package cannot be installed along xemacs21 (#909387).
Backport the "fix" from unstable that removed xemacs21 from the list
of supported emacs versions. The package is already uploaded.


Andreas
diff -Nru erlang-19.2.1+dfsg/debian/changelog 
erlang-19.2.1+dfsg/debian/changelog
--- erlang-19.2.1+dfsg/debian/changelog 2017-03-22 13:31:29.000000000 +0100
+++ erlang-19.2.1+dfsg/debian/changelog 2019-02-08 23:28:34.000000000 +0100
@@ -1,3 +1,15 @@
+erlang (1:19.2.1+dfsg-2+deb9u2) stretch; urgency=medium
+
+  [ Andreas Beckmann ]
+  * Non-maintainer upload.
+  * Backport removal of xemacs21 support from 1:21.2+dfsg-2.
+
+  [ Sergei Golovan ]
+  * Do not install Erlang mode for XEmacs since it isn't supposed to work
+    with it (closes: #909387).
+
+ -- Andreas Beckmann <a...@debian.org>  Fri, 08 Feb 2019 23:28:34 +0100
+
 erlang (1:19.2.1+dfsg-2+deb9u1) stretch-security; urgency=high
 
   * Applied a patch from the upstream which fixes CVE-2017-1000385
diff -Nru erlang-19.2.1+dfsg/debian/erlang-mode.emacsen-install 
erlang-19.2.1+dfsg/debian/erlang-mode.emacsen-install
--- erlang-19.2.1+dfsg/debian/erlang-mode.emacsen-install       2012-05-06 
20:05:40.000000000 +0200
+++ erlang-19.2.1+dfsg/debian/erlang-mode.emacsen-install       2019-02-08 
20:35:56.000000000 +0100
@@ -10,9 +10,13 @@
 
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
 
+FLAVORTEST=`echo $FLAVOR | cut -c-6`
+
+# Erlang mode doesn't work with XEmacs anymore (see bug #909387)
+if [ ${FLAVORTEST} = xemacs ]; then exit 0; fi
+
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
-FLAVORTEST=`echo $FLAVOR | cut -c-6`
 if [ ${FLAVORTEST} = xemacs ] ; then
     SITEFLAG="-no-site-file"
 else

--- End Message ---
--- Begin Message ---
Version: 9.8

Hi,

The update referenced by each of these bugs was included in this
morning's stretch point release.

Regards,

Adam

--- End Message ---

Reply via email to