Your message dated Fri, 21 May 2021 20:58:20 +0000
with message-id <e1lkcds-0002bi...@respighi.debian.org>
and subject line unblock adios
has caused the Debian Bug report #988954,
regarding unblock: adios/1.13.1-28.2
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.)
--
988954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988954
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 adios
Remove obsolete alternatives on upgrades from buster.
unblock adios/1.13.1-28.2
diff -Nru adios-1.13.1/debian/changelog adios-1.13.1/debian/changelog
--- adios-1.13.1/debian/changelog 2021-03-06 17:35:45.000000000 +0100
+++ adios-1.13.1/debian/changelog 2021-05-10 10:49:08.000000000 +0200
@@ -1,3 +1,17 @@
+adios (1.13.1-28.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Ignore 'update-alternatives --remove-all' failures.
+
+ -- Andreas Beckmann <a...@debian.org> Mon, 10 May 2021 10:49:08 +0200
+
+adios (1.13.1-28.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Clean up obsolete alternatives on upgrade. (Closes: #986811)
+
+ -- Andreas Beckmann <a...@debian.org> Tue, 04 May 2021 11:01:17 +0200
+
adios (1.13.1-28) unstable; urgency=medium
* postinst/prerm: Ensure generated tags correct.
diff -Nru adios-1.13.1/debian/python3-adios.preinst.in
adios-1.13.1/debian/python3-adios.preinst.in
--- adios-1.13.1/debian/python3-adios.preinst.in 1970-01-01
01:00:00.000000000 +0100
+++ adios-1.13.1/debian/python3-adios.preinst.in 2021-05-10
10:37:25.000000000 +0200
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl "1.13.1-28.0" ;
then
+ update-alternatives --remove-all python-py37-adios-@DEB_HOST_MULTIARCH@
|| true
+fi
+
+#DEBHELPER#
diff -Nru adios-1.13.1/debian/rules adios-1.13.1/debian/rules
--- adios-1.13.1/debian/rules 2021-03-06 17:35:45.000000000 +0100
+++ adios-1.13.1/debian/rules 2021-04-23 15:37:41.000000000 +0200
@@ -9,7 +9,7 @@
AUTOGENERATED:= adios_config control libadios-bin.postinst \
libadios-mpich-dev.postinst libadios-openmpi-dev.postinst \
libadios-mpich-dev.prerm libadios-openmpi-dev.prerm \
- python3-adios.postinst python3-adios.prerm
+ python3-adios.preinst python3-adios.postinst
python3-adios.prerm
MPI_LIBS_OPENMPI:= $(pkg-config ompi-fort --libs)
MPI_LIBS_MPICH:= $(pkg-config mpich-fort --libs)
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---