Merge ~kajiya/+git/google-compute-engine-oslogin:add-deb-control-dependency-jammy into ~ubuntu-core-dev/+git/google-compute-engine-oslogin:ubuntu/jammy

Proposed by Chloé Smith
Status: Merged
Merged at revision: e41f54163de1f1208f717e4b7d9485a6cc41b58e
Proposed branch: ~kajiya/+git/google-compute-engine-oslogin:add-deb-control-dependency-jammy
Merge into: ~ubuntu-core-dev/+git/google-compute-engine-oslogin:ubuntu/jammy
Diff against target: 29 lines (+9/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
Reviewer Review Type Date Requested Status
Utkarsh Gupta Approve
Review via email: mp+460646@code.launchpad.net

Commit message

Add d/changelog entry (LP: #2052438)

To post a comment you must log in.
Revision history for this message
Utkarsh Gupta (utkarsh) wrote :

$ dput ubuntu ../google-compute-engine-oslogin_20231004.00-0ubuntu1\~22.04.3_source.changes
Uploading google-compute-engine-oslogin using ftp to ubuntu (host: upload.ubuntu.com; directory: /ubuntu)
running supported-distribution: check whether the target distribution is currently supported (using distro-info)
{'allowed': ['release', 'proposed', 'backports', 'security'], 'known': ['release', 'proposed', 'updates', 'backports', 'security']}
running required-fields: check whether a field is present and non-empty in the changes file
running checksum: verify checksums before uploading
running suite-mismatch: check the target distribution for common errors
running check-debs: makes sure the upload contains a binary package
running gpg: check GnuPG signatures before the upload
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~22.04.3.dsc
Uploading google-compute-engine-oslogin_20231004.00.orig.tar.gz
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~22.04.3.debian.tar.xz
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~22.04.3_source.buildinfo
Uploading google-compute-engine-oslogin_20231004.00-0ubuntu1~22.04.3_source.changes

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 55a729e..ac0abe8 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+google-compute-engine-oslogin (20231004.00-0ubuntu1~22.04.3) jammy; urgency=medium
7+
8+ * d/control: There must be a dependency on `google-guest-agent`
9+ to match the (upstream) Google managed d/control file (LP: #2052438)
10+
11+ -- Chloé 'kajiya' Smith <chloe.smith@canonical.com> Tue, 06 Feb 2024 14:06:11 +0000
12+
13 google-compute-engine-oslogin (20231004.00-0ubuntu1~22.04.1) jammy; urgency=medium
14
15 * No-change rebuild for Jammy.
16diff --git a/debian/control b/debian/control
17index d60b9af..8abdec2 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -18,7 +18,8 @@ Package: google-compute-engine-oslogin
21 Architecture: any
22 Depends: ${shlibs:Depends},
23 ${misc:Depends},
24- openssh-server
25+ openssh-server,
26+ google-guest-agent (>= 20231004.02)
27 Description: Google Compute Engine OS Login
28 Contains libraries, applications and configurations for using OS Login
29 on Google Compute Engine Virtual Machine Instances.

Subscribers

People subscribed via source and target branches