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

Bug#914841: marked as done (stretch-pu: package egg/4.2.0-1.1+deb9u1)



Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <1550316993.21192.50.camel@adam-barratt.org.uk>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #914841,
regarding stretch-pu: package egg/4.2.0-1.1+deb9u1
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 owner@bugs.debian.org
immediately.)


-- 
914841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914841
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@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 <anbe@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"

--- 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 to: