Your message dated Sun, 17 Mar 2019 11:00:46 +0100 with message-id <6f89cd35-aaa2-0ca4-22e7-82f32bfd6c0b@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 owner@bugs.debian.org immediately.) -- 924305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924305 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: python-saharaclient/2.0.0-2.1
- From: Andreas Beckmann <anbe@debian.org>
- Date: Mon, 11 Mar 2019 12:18:42 +0100
- Message-id: <[🔎] 155230312233.24506.64758519734609712.reportbug@zam581.zam.kfa-juelich.de>
Package: release.debian.org Severity: normal User: release.debian.org@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 Andreasdiff -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 <anbe@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 ---
- To: Andreas Beckmann <anbe@debian.org>, 924305-done@bugs.debian.org
- Subject: Re: Bug#924305: unblock: python-saharaclient/2.0.0-2.1
- From: Emilio Pozuelo Monfort <pochu@debian.org>
- Date: Sun, 17 Mar 2019 11:00:46 +0100
- Message-id: <6f89cd35-aaa2-0ca4-22e7-82f32bfd6c0b@debian.org>
- In-reply-to: <[🔎] 66210a08-e193-e41b-7984-03901f1ddf0a@debian.org>
- References: <[🔎] 155230312233.24506.64758519734609712.reportbug@zam581.zam.kfa-juelich.de> <[🔎] 20190313204847.c4sotlgfiybwn6kn@debian.org> <[🔎] 155230312233.24506.64758519734609712.reportbug@zam581.zam.kfa-juelich.de> <[🔎] 66210a08-e193-e41b-7984-03901f1ddf0a@debian.org>
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 ---