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

Bug#921743: stretch-pu: package vm/8.2.0b-2.1+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

vm fails to install if xemacs21 is installed. #909385
Remove xemacs21 from the list of suported emacs versions, s.t. it is
just skipped if available.

The package is already uploaded.


Andreas
diff -u vm-8.2.0b/debian/changelog vm-8.2.0b/debian/changelog
--- vm-8.2.0b/debian/changelog
+++ vm-8.2.0b/debian/changelog
@@ -1,3 +1,13 @@
+vm (8.2.0b-2.1+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport removal of xemacs21 support from 8.2.0b-4.  (Closes: #909385)
+
+  [ Ian Jackson ]
+  * Drop support for xemacs21, which is broken - see #914945.
+
+ -- Andreas Beckmann <anbe@debian.org>  Fri, 08 Feb 2019 20:02:36 +0100
+
 vm (8.2.0b-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u vm-8.2.0b/debian/vm.emacsen-install vm-8.2.0b/debian/vm.emacsen-install
--- vm-8.2.0b/debian/vm.emacsen-install
+++ vm-8.2.0b/debian/vm.emacsen-install
@@ -44,7 +44,7 @@
 STAMPFILE=vm-autoload.elc
 
 case "$FLAVOUR" in
-    emacs25|emacs24|emacs23|emacs-snapshot|xemacs21)
+    emacs25|emacs24|emacs23|emacs-snapshot)
 	echo -n "install/$PACKAGE: Byte-compiling for $FLAVOUR..."
         case $FLAVOUR in
             emacs*)
diff -u vm-8.2.0b/debian/vm.emacsen-remove vm-8.2.0b/debian/vm.emacsen-remove
--- vm-8.2.0b/debian/vm.emacsen-remove
+++ vm-8.2.0b/debian/vm.emacsen-remove
@@ -40,7 +40,7 @@
 
 
 case $FLAVOUR in
-    emacs25|emacs24|emacs23|emacs-snapshot|xemacs21)
+    emacs25|emacs24|emacs23|emacs-snapshot)
         echo -n "remove/$PACKAGE: Removing for $FLAVOUR..."
         echo -n "$ELCDIR..."
         test ! -d $ELCDIR || rm -rf $ELCDIR

Reply to: