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

Bug#988956: marked as done (unblock: ukui-session-manager/3.0.2-1.1)



Your message dated Fri, 21 May 2021 21:01:14 +0000
with message-id <E1lkCGg-0003IC-PW@respighi.debian.org>
and subject line unblock ukui-session-manager
has caused the Debian Bug report #988956,
regarding unblock: ukui-session-manager/3.0.2-1.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.)


-- 
988956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988956
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 ukui-session-manager

Clean up obsolete alternatives on upgrades from buster.

unblock ukui-session-manager/3.0.2-1.1
diff -Nru ukui-session-manager-3.0.2/debian/changelog ukui-session-manager-3.0.2/debian/changelog
--- ukui-session-manager-3.0.2/debian/changelog	2020-09-27 09:17:37.000000000 +0200
+++ ukui-session-manager-3.0.2/debian/changelog	2021-05-04 10:14:20.000000000 +0200
@@ -1,3 +1,11 @@
+ukui-session-manager (3.0.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Clean up obsolete x-session-manager alternative on upgrades from buster.
+    (Closes: #986819)
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 04 May 2021 10:14:20 +0200
+
 ukui-session-manager (3.0.2-1) unstable; urgency=medium
 
   * New upstream bugfix release.
diff -Nru ukui-session-manager-3.0.2/debian/ukui-session-manager.preinst ukui-session-manager-3.0.2/debian/ukui-session-manager.preinst
--- ukui-session-manager-3.0.2/debian/ukui-session-manager.preinst	1970-01-01 01:00:00.000000000 +0100
+++ ukui-session-manager-3.0.2/debian/ukui-session-manager.preinst	2021-05-04 10:14:20.000000000 +0200
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "install" ] || [ "$1" = "upgrade" ] ; then
+	if dpkg --compare-versions "$2" lt-nl "3.0.2-1.0" ; then
+		update-alternatives --remove x-session-manager /usr/bin/ukui-session
+	fi
+fi
+
+#DEBHELPER#

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

--- End Message ---

Reply to: