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

Fix package installation if xemacs21 is present (#900812).
The package has already been uploaded to stretch.
The package has been removed from sid some time ago.


Andreas
diff -Nru egg-4.2.0/debian/changelog egg-4.2.0/debian/changelog
--- egg-4.2.0/debian/changelog  2017-01-08 18:10:50.000000000 +0100
+++ egg-4.2.0/debian/changelog  2018-11-27 21:54:20.000000000 +0100
@@ -1,3 +1,10 @@
+egg (4.2.0-1.1+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Skip emacsen-install for unsupported xemacs21.  (Closes: #900812)
+
+ -- Andreas Beckmann <a...@debian.org>  Tue, 27 Nov 2018 21:54:20 +0100
+
 egg (4.2.0-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru egg-4.2.0/debian/emacsen-install egg-4.2.0/debian/emacsen-install
--- egg-4.2.0/debian/emacsen-install    2015-04-30 02:22:35.000000000 +0200
+++ egg-4.2.0/debian/emacsen-install    2018-11-27 20:01:59.000000000 +0100
@@ -5,6 +5,12 @@
 FLAVOR=$1
 PACKAGE="egg"
 
+if [ ${FLAVOR} = xemacs21 ]; then
+       # unsupported, #900812
+       echo install/${PACKAGE}: Skipping unsupported emacsen flavor ${FLAVOR}
+       exit 0
+fi
+
 echo install/${PACKAGE}: Handling install of emacsen flavor ${FLAVOR}
 
 byte_compile_options="-batch -f batch-byte-compile"

Reply via email to