Your message dated Tue, 30 Mar 2021 11:29:40 +0000
with message-id <[email protected]>
and subject line unblock bsdmainutils
has caused the Debian Bug report #986132,
regarding unblock: bsdmainutils/12.1.7+nmu3
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 [email protected]
immediately.)


-- 
986132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986132
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package bsdmainutils

Upgrading bsdmainutils from buster left a dangling /usr/bin/from
alternative, let's clean that up properly.

unblock bsdmainutils/12.1.7+nmu3

Andreas
diff -Nru bsdmainutils-12.1.7+nmu2/debian/bsdmainutils.preinst 
bsdmainutils-12.1.7+nmu3/debian/bsdmainutils.preinst
--- bsdmainutils-12.1.7+nmu2/debian/bsdmainutils.preinst        2020-07-20 
16:13:06.000000000 +0200
+++ bsdmainutils-12.1.7+nmu3/debian/bsdmainutils.preinst        2021-03-23 
08:35:49.000000000 +0100
@@ -35,5 +35,9 @@
        prepare_rm_conffile /etc/cron.daily/bsdmainutils bsdmainutils
 fi
 
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 12.1.7+nmu3~; then
+       update-alternatives --remove from /usr/bin/bsd-from
+fi
+
 #DEBHELPER#
 
diff -Nru bsdmainutils-12.1.7+nmu2/debian/changelog 
bsdmainutils-12.1.7+nmu3/debian/changelog
--- bsdmainutils-12.1.7+nmu2/debian/changelog   2021-02-15 11:31:35.000000000 
+0100
+++ bsdmainutils-12.1.7+nmu3/debian/changelog   2021-03-23 08:57:20.000000000 
+0100
@@ -1,3 +1,10 @@
+bsdmainutils (12.1.7+nmu3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove obsolete /usr/bin/from alternative on upgrades.  (Closes: #984628)
+
+ -- Andreas Beckmann <[email protected]>  Tue, 23 Mar 2021 08:57:20 +0100
+
 bsdmainutils (12.1.7+nmu2) unstable; urgency=medium
 
   * Non-maintainer upload.

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply via email to