Bug#924305: unblock: python-saharaclient/2.0.0-2.1

2019-03-16 Thread Andreas Beckmann
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).


Andreas



Bug#924305: unblock: python-saharaclient/2.0.0-2.1

2019-03-13 Thread Ivo De Decker
Control: tags -1 moreinfo

Hi,

On Mon, Mar 11, 2019 at 12:18:42PM +0100, Andreas Beckmann wrote:
> 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

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.

Thanks,

Ivo

P.S. I've tagged this bug moreinfo for now instead of closing it, please
remove the tag once the package is in unstable.



Bug#924305: unblock: python-saharaclient/2.0.0-2.1

2019-03-11 Thread Andreas Beckmann
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.0 
+0200
+++ python-saharaclient-2.0.0/debian/changelog  2019-03-11 12:08:08.0 
+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   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.0 +0100
+++ python-saharaclient-2.0.0/debian/python-saharaclient.postinst   
2019-03-11 11:31:00.0 +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.0 +0100
+++ python-saharaclient-2.0.0/debian/python3-saharaclient.postinst  
2019-03-11 11:31:08.0 +0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ] ; then
+   update-alternatives --remove sahara /usr/bin/python3-sahara
+fi
+
+#DEBHELPER#