[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#988959: marked as done (unblock: python-schedutils/0.6-2.1)



Your message dated Fri, 21 May 2021 21:02:43 +0000
with message-id <E1lkCI7-0003Ni-N0@respighi.debian.org>
and subject line unblock python-schedutils
has caused the Debian Bug report #988959,
regarding unblock: python-schedutils/0.6-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.)


-- 
988959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988959
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package python-schedutils

Clean up obsolete alternatives on upgrades form buster.

unblock python-schedutils/0.6-2.1
diff -Nru python-schedutils-0.6/debian/changelog python-schedutils-0.6/debian/changelog
--- python-schedutils-0.6/debian/changelog	2019-07-29 19:30:20.000000000 +0200
+++ python-schedutils-0.6/debian/changelog	2021-05-04 11:13:44.000000000 +0200
@@ -1,3 +1,10 @@
+python-schedutils (0.6-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Clean up obsolete alternatives on upgrades.  (Closes: #986813)
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 04 May 2021 11:13:44 +0200
+
 python-schedutils (0.6-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-schedutils-0.6/debian/python3-schedutils.preinst python-schedutils-0.6/debian/python3-schedutils.preinst
--- python-schedutils-0.6/debian/python3-schedutils.preinst	1970-01-01 01:00:00.000000000 +0100
+++ python-schedutils-0.6/debian/python3-schedutils.preinst	2021-05-04 11:13:22.000000000 +0200
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl "0.6-2.0" ; then
+	update-alternatives --remove pchrt /usr/bin/pchrt3
+	update-alternatives --remove ptaskset /usr/bin/ptaskset3
+fi
+
+#DEBHELPER#

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

--- End Message ---

Reply to: