Your message dated Sun, 17 Mar 2019 11:00:46 +0100
with message-id <6f89cd35-aaa2-0ca4-22e7-82f32bfd6...@debian.org>
and subject line Re: Bug#924305: unblock: python-saharaclient/2.0.0-2.1
has caused the Debian Bug report #924305,
regarding unblock: python-saharaclient/2.0.0-2.1
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.)
--
924305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package python-saharaclient
This upload fixes removal of obsolete alternatives that would otherwise
stay around after upgrades from stretch.
The NMU was just uploaded to DELAYED/5
unblock python-saharaclient/2.0.0-2.1
Andreas
diff -Nru python-saharaclient-2.0.0/debian/changelog
python-saharaclient-2.0.0/debian/changelog
--- python-saharaclient-2.0.0/debian/changelog 2018-09-04 22:45:05.000000000
+0200
+++ python-saharaclient-2.0.0/debian/changelog 2019-03-11 12:08:08.000000000
+0100
@@ -1,3 +1,10 @@
+python-saharaclient (2.0.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove obsolete alternatives on upgrade. (Closes: #910224)
+
+ -- Andreas Beckmann <a...@debian.org> Mon, 11 Mar 2019 12:08:08 +0100
+
python-saharaclient (2.0.0-2) unstable; urgency=medium
* Uploading to unstable.
diff -Nru python-saharaclient-2.0.0/debian/python-saharaclient.postinst
python-saharaclient-2.0.0/debian/python-saharaclient.postinst
--- python-saharaclient-2.0.0/debian/python-saharaclient.postinst
1970-01-01 01:00:00.000000000 +0100
+++ python-saharaclient-2.0.0/debian/python-saharaclient.postinst
2019-03-11 11:31:00.000000000 +0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ] ; then
+ update-alternatives --remove sahara /usr/bin/python2-sahara
+fi
+
+#DEBHELPER#
diff -Nru python-saharaclient-2.0.0/debian/python3-saharaclient.postinst
python-saharaclient-2.0.0/debian/python3-saharaclient.postinst
--- python-saharaclient-2.0.0/debian/python3-saharaclient.postinst
1970-01-01 01:00:00.000000000 +0100
+++ python-saharaclient-2.0.0/debian/python3-saharaclient.postinst
2019-03-11 11:31:08.000000000 +0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ] ; then
+ update-alternatives --remove sahara /usr/bin/python3-sahara
+fi
+
+#DEBHELPER#
--- End Message ---
--- Begin Message ---
On 16/03/2019 14:31, Andreas Beckmann wrote:
> Control: tag -1 - moreinfo
>
> On 2019-03-13 21:48, Ivo De Decker wrote:
>> Please don't file unblock request for packages not (yet) in unstable. We
>> can't
>> do anything about them, and it's just extra work to check.
>
> It's now in.
>
> Well, you could have treated it as a pre-approval request and tag it
> confirmed or comment on the diff (at the time where the deferred upload
> could still be replaced by a better version).
Niels unblocked it:
Hints in place:
==> nthykier
#2019-03-16
# #910224
unblock python-saharaclient/2.0.0-2.1
Let's close this.
Emilio
--- End Message ---