Merge ~nteodosio/update-manager:main into update-manager:main

Proposed by Nathan Teodosio
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 75a6cbdc568d52be3f16919fe002e2bdcfdf7b7e
Merged at revision: 75a6cbdc568d52be3f16919fe002e2bdcfdf7b7e
Proposed branch: ~nteodosio/update-manager:main
Merge into: update-manager:main
Diff against target: 29 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+459154@code.launchpad.net

Description of the change

This is just meant to satisfy the SRU requirements, as we want to land https://code.launchpad.net/~nteodosio/update-manager/+git/update-manager/+merge/459153.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index a266ab5..d9b2db4 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+update-manager (1:24.04.4) UNRELEASED; urgency=low
7+
8+ * d/control: Depend on ubuntu-advantage-tools >= 30~.
9+ Fixes edge case whereby the program crashes upon an incomplete
10+ response from ua security-status (LP: #2049785).
11+
12+ -- Nathan Pratta Teodosio <nathan.teodosio@canonical.com> Mon, 22 Jan 2024 08:17:25 +0100
13+
14 update-manager (1:24.04.3) noble; urgency=medium
15
16 * Add back removed widgets to UI file to fix crash when updating
17diff --git a/debian/control b/debian/control
18index c481028..8acd880 100644
19--- a/debian/control
20+++ b/debian/control
21@@ -26,7 +26,7 @@ Section: admin
22 Depends: distro-info-data,
23 python3-distro-info,
24 python3-update-manager (= ${source:Version}),
25- ubuntu-advantage-tools,
26+ ubuntu-advantage-tools (>= 30~),
27 ubuntu-release-upgrader-core (>= 1:18.04.9),
28 ${misc:Depends},
29 ${python3:Depends},

Subscribers

People subscribed via source and target branches