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

Proposed by Mitch Burton
Status: Merged
Merged at revision: ecf24eae6f1388753931bdbb9f3ec04f2ebe1e04
Proposed branch: ~mitchburton/ubuntu/+source/landscape-client:2084586-add-python3-yaml-dep-oracular
Merge into: ubuntu/+source/landscape-client:ubuntu/oracular-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
Andreas Hasenack Needs Fixing
Review via email: mp+475150@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Julian Andres Klode (juliank) wrote :

The version number for oracular should be ubuntu2.1; ubuntu3 would be for plucky. You probably want to have a nice VCS history, and the noble patch isn't ready anyway, so I'll refrain from sponsoring it and give you the time to fix it up and add a plucky branch.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Please make this change in plucky first. So plucky will (currently) become 24.08-0ubuntu3, and the oracular version 24.08-0ubuntu2.1 as juliank said above.

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

I've sponsored fixes to Plucky for you.

This SRU lgtm, except the version string, as mentioned above. I'll fix that for you!

Sponsoring for Oracular...

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 9fdb054..fb15ffe 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+landscape-client (24.08-0ubuntu3) oracular; 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:55:23 -0700
11+
12 landscape-client (24.08-0ubuntu2) oracular; urgency=medium
13
14 * d/t/control: add unit tests
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