Your message dated Wed, 26 Apr 2017 16:56:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#861265: unblock: mknbi/1.4.4-14
has caused the Debian Bug report #861265,
regarding unblock: mknbi/1.4.4-14
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.)
--
861265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861265
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 mknbi
I just uploaded this fix to sid:
* Clean up leftover diversions dating back to lenny. (Closes: #861259)
(fix verified in piuparts)
unblock mknbi/1.4.4-14
Andreas
diff -Nru mknbi-1.4.4/debian/changelog mknbi-1.4.4/debian/changelog
--- mknbi-1.4.4/debian/changelog 2017-01-27 23:23:07.000000000 +0100
+++ mknbi-1.4.4/debian/changelog 2017-04-26 18:18:17.000000000 +0200
@@ -1,3 +1,10 @@
+mknbi (1.4.4-14) unstable; urgency=medium
+
+ * QA upload.
+ * Clean up leftover diversions dating back to lenny. (Closes: #861259)
+
+ -- Andreas Beckmann <[email protected]> Wed, 26 Apr 2017 18:18:17 +0200
+
mknbi (1.4.4-13) unstable; urgency=medium
* QA upload.
diff -Nru mknbi-1.4.4/debian/mknbi.postinst mknbi-1.4.4/debian/mknbi.postinst
--- mknbi-1.4.4/debian/mknbi.postinst 1970-01-01 01:00:00.000000000 +0100
+++ mknbi-1.4.4/debian/mknbi.postinst 2017-04-26 18:07:43.000000000 +0200
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "1.4.4-14~"
+then
+ # remove leftover diversions dating back to lenny
+ dpkg-divert --package mknbi --remove --rename --divert /usr/bin/mknbi-linux.netboot /usr/bin/mknbi-linux
+ dpkg-divert --package mknbi --remove --rename --divert /usr/bin/mknbi-dos.netboot /usr/bin/mknbi-dos
+ dpkg-divert --package mknbi --remove --rename --divert /usr/bin/mknbi-mgl.netboot /usr/bin/mknbi-mgl
+fi
+
+#DEBHELPER#
--- End Message ---
--- Begin Message ---
Andreas Beckmann:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package mknbi
>
> I just uploaded this fix to sid:
>
> * Clean up leftover diversions dating back to lenny. (Closes: #861259)
>
> (fix verified in piuparts)
>
> unblock mknbi/1.4.4-14
>
> Andreas
>
Unblocked, thanks.
~Niels
--- End Message ---