Merge ~mitchburton/ubuntu/+source/landscape-client:2084586-add-python3-yaml-dep into ubuntu/+source/landscape-client:ubuntu/noble-devel

Proposed by Mitch Burton
Status: Needs review
Proposed branch: ~mitchburton/ubuntu/+source/landscape-client:2084586-add-python3-yaml-dep
Merge into: ubuntu/+source/landscape-client:ubuntu/noble-devel
Diff against target: 28 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+2/-1)
Reviewer Review Type Date Requested Status
Lukas Märdian (community) Approve
Julian Andres Klode (community) Needs Fixing
git-ubuntu import Pending
Review via email: mp+475149@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Julian Andres Klode (juliank) wrote :

There already is a landscape SRU in process that this needs to be based on top of, and that other SRU needs to be finished or abandoned.

review: Needs Fixing
Revision history for this message
Lukas Märdian (slyon) wrote :

I see the other SRU (24.02-0ubuntu5.2) is in noble-proposed and 'verification-done' (LP: #2052834).

So let's get this one queued for SRU review already.

I fixed the version string to "24.02-0ubuntu5.3" and rebased on top of the previous SRU (24.02-0ubuntu5.2).

The change matches what we uploaded to Oracular and Plucky. lgtm.

review: Approve

Unmerged commits

7149144... by Mitch Burton

release for noble

af1da68... by Mitch Burton

d/control: add python3-yaml dependency to landscape-client
(LP: #2084586)

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 eabce62..769ec78 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+landscape-client (24.02-0ubuntu6) noble; urgency=medium
7+
8+ * d/control: add python3-yaml dependency to landscape-client (LP: #2084586)
9+
10+ -- Mitch Burton <mitch.burton@canonical.com> Tue, 15 Oct 2024 16:50:11 -0700
11+
12 landscape-client (24.02-0ubuntu5.1) noble; urgency=medium
13
14 * d/landscape-sysinfo.wrapper: fix 'cores' variable to CORES in message-
15diff --git a/debian/control b/debian/control
16index 3a859a6..de262c9 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -42,7 +42,8 @@ Depends: ${python3:Depends}, ${misc:Depends}, ${extra:Depends},
20 ${shlibs:Depends},
21 landscape-common (= ${binary:Version}),
22 python3-pycurl,
23- python3-dbus
24+ python3-dbus,
25+ python3-yaml
26 Description: Landscape administration system client
27 Landscape is a web-based tool for managing Ubuntu systems. This
28 package is necessary if you want your machine to be managed in a

Subscribers

People subscribed via source and target branches