[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#921811: stretch-pu: package erlang/19.2.1+dfsg-2+deb9u2



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@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 <anbe@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

Reply to: